I think it's only saying that because your current configuration (static IP) isn't routing through to the network (you'd have to reconfigure both routers more). So, instead of trying to route the packets, you could just bridge them, and use DHCP to get an address from your 192.168.1.0/24 router.
--AlanCF On Dec 20, 2010 4:19 PM, "brett" <brett.ma...@gmail.com> wrote: > > > > I can ping 192.168.10.12 from the Beagle, and 192.168.10.10 from the PC, but > > I cannot ping 192.168.1.101 (the PC's wifi connection from the Beagle, > > "network is unreachable"). > > > The first time I set this up (a few days ago), I could ping the outside > > world from the Beagle running Angstrom. I loaded Ubuntu onto the Beagle tried > > the setup again, and could not reach the outside internet. Now I've gone back > > to Angstrom and cannot get the connection to come back up. I am not sure why > > it worked before and not now but it seems like my OpenBSD bridge0 is not > > working. When it was working, typing ifconfig (as below) I seem to remember > > the output for bridge0 was longer than it is now, but am not sure. Probably it > > is some simple forgotten command but I do not know what it could be. > > > > > > > r...@beagleboard:~# ping 192.168.1.101 > > > connect: Network is unreachable > > > r...@beagleboard:~# route > > > Kernel IP routing table > > > Destination Gateway Genmask Flags Metric Ref Use > > Iface > > > default 192.168.10.12 255.255.255.0 UG 0 0 0 > > usb0 > > > 192.168.10.0 * 255.255.255.0 U 0 0 0 > > usb0 > > > > > > > > ----------------------------------------------------------------------------- > > ----- > > > > > > > > > > If a DHCP server is on the 192.168.1.0/24 block, you could configure > > your beagleboard to get an address through DHCP, since you set up the > > bridge. > > > > If you're using a bridge, you don't need to set > > "net.inet.ip.forwarding" to 1, as you aren't actually routing packets, > > you're bridging them. > > (see http://www.openbsd.org/faq/faq6.html#Bridge) > > > > --AlanCF > > > > But since the 192.168.1.0 network is unreachable I don't think the dhcp > request would get through anyway....