Your configuration seems correct but it seems you cannot connect to your default gateway also.
Please try to ping you default gateway also: "ping -c 10 172.17.89.254" (ping to 172.17.89.254 should work unless ICMP blocked) If you couldn't ping your default gateway also then check your physical connectivity like ethernet cable and RJ45 connectors etc. Also have a look at dmesg output to check if there are any errors related to network. On 23 October 2013 12:19, <[email protected]> wrote: > ifconfig -a : > > eth0 Link encap:Ethernet HWaddr C8:A0:30:AD:17:88 > inet addr:172.17.89.242 Bcast:172.17.89.255 Mask:255.255.255.0 > inet6 addr: fe80::caa0:30ff:fead:1788/64 Scope:Link > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:1007 errors:0 dropped:0 overruns:0 frame:0 > TX packets:58 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:362237 (353.7 KiB) TX bytes:10889 (10.6 KiB) > 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:4 errors:0 dropped:0 overruns:0 frame:0 > TX packets:4 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:0 > RX bytes:761 (761.0 B) TX bytes:761 (761.0 B) > > usb0 Link encap:Ethernet HWaddr 8A:D6:A4:D1:73:32 > inet addr:192.168.7.2 Bcast:192.168.7.3 Mask:255.255.255.252 > UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 > RX packets:1796 errors:0 dropped:0 overruns:0 frame:0 > TX packets:563 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:1000 > RX bytes:182906 (178.6 KiB) TX bytes:334280 (326.4 KiB) > > route -n: > > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use > Iface > 0.0.0.0 172.17.89.254 0.0.0.0 UG 0 0 0 eth0 > 172.17.89.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 > 172.17.89.254 0.0.0.0 255.255.255.255 UH 0 0 0 eth0 > 192.168.7.0 0.0.0.0 255.255.255.252 U 0 0 0 usb0 > 192.168.55.55 172.17.89.254 255.255.255.255 UGH 0 0 0 eth0 > > > ping 4.2.2.1: > > PING 4.2.2.1 (4.2.2.1) 56(84) bytes of data. > ^C > --- 4.2.2.1 ping statistics --- > 9 packets transmitted, 0 received, 100% packet loss, time 8008ms > > tracepath -n 4.2.2.1: > > 1: 172.17.89.242 0.711ms pmtu 1500 > 1: no reply > 2: no reply > 3: no reply > 4: no reply > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beagleboard/wDiJW0HXR3s/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- 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.
