I'm trying to use wisp dist on a soekris net4521. My eth0 gets an IP address using dhcp from my home router. My wireless netcs0 has dhcpd running and leases out an IP address to my pc. I've got OSPF enabled. My pc which is connected to netcs0 can ping eth0 but it can't reach my home router or the internet. To get dhcpd working on netcs0, I had to add "netcs0" to line 14 of /etc/init.d/dhcpd as per Daniel Loomis' post. (I also took out eth0 from that line but it reappears if I reboot.) In /etc/dhcpd.conf I have:

dynamic-bootp-lease-length 604800;
max-lease-time 1209600;

subnet 192.168.3.0 netmask 255.255.255.0 {
   option routers 192.168.3.254;
   option domain-name-servers 192.168.1.1;
   range 192.168.3.101 192.168.3.149;
}

192.168.3.254 is my netcs0 ip. Note that I removed the entry for eth0 since eth0 is a dhcp client. (This creates problems when I try to manually start up dhcpd but I seem to have worked around them. And I had to create the file dhcpd.leases in /var/state/dhcp/dhcpd.leases)

Here is my ip route show:

192.168.3.0/24 dev netcs0  proto kernel  scope link  src 192.168.3.254
192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.38
default via 192.168.1.1 dev eth0

So can anyone see why I can't reach the internet or ping other pc's connected to my home router on the 192.168.1.x network?

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
leaf-wisp-dist mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-wisp-dist

Reply via email to