Unable to access internet through ethernet
Home › Forums › Conduit: mLinux Model › Unable to access internet through ethernet
- This topic has 5 replies, 2 voices, and was last updated 6 years, 7 months ago by
Noman Abdulkhudhur.
-
AuthorPosts
-
September 4, 2018 at 12:49 pm #26256
Noman Abdulkhudhur
BlockedHi
I have set the interface as follows:# Wired interface
auto eth0
iface eth0 inet static
address 192.168.200.221
netmask 255.255.255.0
gateway 192.168.200.1but still unable to access the internet, and when I issue “route -n” I got this:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.200.1 0.0.0.0 UG 0 0 0 eth0
192.168.200.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0Any ideas please?
Thanks
September 6, 2018 at 4:44 am #26261Noman Abdulkhudhur
BlockedAny ideas guys??
Thanks
September 6, 2018 at 8:45 am #26262Jeff Hatch
KeymasterNoman,
Can you ping the gateway (192.168.200.1) from the Conduit? What does the output of the “ifconfig -a” command show?
Jeff
September 7, 2018 at 3:29 am #26285Noman Abdulkhudhur
BlockedHi Jeff,
Thanks for your reply,
Yes, I can ping both the Gateway and my machine from the Conduit, and below is the output of the “ifconfig -a” :eth0 Link encap:Ethernet HWaddr 00:08:00:4A:1C:D9 inet addr:192.168.200.12 Bcast:192.168.200.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:20713 errors:0 dropped:0 overruns:0 frame:0 TX packets:239 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:2311686 (2.2 MiB) TX bytes:26512 (25.8 KiB) Interrupt:23 Base address:0xc000 gre0 Link encap:UNSPEC HWaddr 00-00-00-00-31-00-00-00-00-00-00-00-00-00-00-00 NOARP MTU:1476 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) gretap0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 BROADCAST MULTICAST MTU:1462 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) ip_vti0 Link encap:UNSPEC HWaddr 00-00-00-00-31-00-00-00-00-00-00-00-00-00-00-00 NOARP MTU:1364 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) lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1%3069995728/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1 RX packets:11 errors:0 dropped:0 overruns:0 frame:0 TX packets:11 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1232 (1.2 KiB) TX bytes:1232 (1.2 KiB) sit0 Link encap:IPv6-in-IPv4 NOARP MTU:1480 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) tunl0 Link encap:UNSPEC HWaddr 00-00-00-00-31-00-00-00-00-00-00-00-00-00-00-00 NOARP MTU:1480 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) wwan0 Link encap:Ethernet HWaddr 32:69:96:9E:3B:67 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)
September 7, 2018 at 8:44 am #26287Jeff Hatch
KeymasterNoman,
Are you using hostnames to ping out to the Internet or IPs?
Jeff
September 10, 2018 at 8:16 am #26319Noman Abdulkhudhur
BlockedHi Jeff,
I’m trying to ping 8.8.8.8 to check the internet connection..
Thanks
-
AuthorPosts
- You must be logged in to reply to this topic.