so maybe your Windows system is blocking ip forwarding. pinging 8.8.8.8 and google.com say the same thing because 8.8.8.8 is a name server out in the wild wild Internet and google.com is a server out in the same space. Your route table looks like mine so what's left is your host computer so I think you'll find the answer searching for how or why Windows does ip forwarding.
Doug On Tuesday, February 4, 2014 11:31:03 PM UTC-8, Chris Frankowski wrote: > > I'm using this image: > > https://rcn-ee.net/deb/flasher/wheezy/BBB-eMMC-flasher-debian-7.3-2014-01-24-2gb.img.xz > > I was able to get this working with Angstrom following these instructions: > http://lanceme.blogspot.ca/2013/06/windows-7-internet-sharing-for.html > > specifically: > route add default gw 192.168.7.1 > echo "nameserver 8.8.8.8" >> /etc/resolv.conf > > But it's not working for me with Debian. > > ping 192.168.7.1 works > ping 8.8.8.8 does not > ping google.com does not > > Other details, not sure if useful: > > root@arm:/var/log# ifconfig > eth0 Link encap:Ethernet HWaddr 90:59:af:61:6d:6a > UP BROADCAST MULTICAST MTU:1500 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > Interrupt:56 > > lo Link encap:Local Loopback > inet addr:127.0.0.1 Mask:255.0.0.0 > inet6 addr: ::1/128 Scope:Host > UP LOOPBACK RUNNING MTU:65536 Metric:1 > RX packets:0 errors:0 dropped:0 overruns:0 frame:0 > TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) > > usb0 Link encap:Ethernet HWaddr d6:4d:8d:1f:46:e4 > inet addr:192.168.7.2 Bcast:192.168.7.3 Mask:255.255.255.252 > inet6 addr: fe80::d44d:8dff:fe1f:46e4/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:14476 errors:0 dropped:0 overruns:0 frame:0 > TX packets:7382 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:2317191 (2.2 MiB) TX bytes:2633478 (2.5 MiB) > > > > root@arm:/var/log# route > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use Iface > default 192.168.7.1 0.0.0.0 UG 0 0 0 usb0 > 192.168.7.0 * 255.255.255.252 U 0 0 0 usb0 > > > Thanks for your help group > > > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
