Unable to access internet through ethernet

Home Forums Conduit: mLinux Model Unable to access internet through ethernet

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #26256

    Hi
    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.1

    but 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 eth0

    Any ideas please?

    Thanks

    #26261

    Any ideas guys??

    Thanks

    #26262
    Jeff Hatch
    Keymaster

    Noman,

    Can you ping the gateway (192.168.200.1) from the Conduit? What does the output of the “ifconfig -a” command show?

    Jeff

    #26285

    Hi 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)
    #26287
    Jeff Hatch
    Keymaster

    Noman,

    Are you using hostnames to ping out to the Internet or IPs?

    Jeff

    #26319

    Hi Jeff,

    I’m trying to ping 8.8.8.8 to check the internet connection..

    Thanks

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.