[Solved] Connected but no Internet access

Discussion in 'UDOO 101' started by Vin100, Dec 26, 2013.

  1. Vin100

    Vin100 New Member

    Joined:
    Oct 27, 2013
    Messages:
    7
    Likes Received:
    0
    I'm using the Ubuntu system 11.01 just out of the box.
    I'm connected with my network but I don't have any acces to Internet.
    If I trie to do the upgrade (with the terminal)
    I've
    Code:
    Connecting to download.udoo.org|83.147.100.13|:80... connected.
    HTTP request send, awaiting response ...
    After a time (connection timed out / Retrying...)
    Code:
    awaiting response ...200 OK
    Lenght 5154965 (4.9M) [application/x-gzip] 
    Saving to: 'udooupdate.tar.gz'
    
    And more connections timeout / retrying....
    Is that normal?
     
  2. miousername

    miousername New Member

    Joined:
    Jun 23, 2013
    Messages:
    73
    Likes Received:
    0
    Re: Connected but no Internet access

    Hi,

    Which are the result of these command:

    root@udoo#cat /etc/resolv.conf
    root@udoo#ifconfig
    root@udoo#route

    Thanks!
     
  3. Vin100

    Vin100 New Member

    Joined:
    Oct 27, 2013
    Messages:
    7
    Likes Received:
    0
    Re: Connected but no Internet access

    Thank you, This is the result !:

    ubuntu@udoo:~$ sudo -i
    root@udoo:~# cat /etc/resolv.conf
    # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
    # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
    nameserver 127.0.0.1
    search Belkin
    # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
    # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
    nameserver 192.168.0.250
    nameserver 192.168.0.249
    nameserver 192.168.2.250
    search seco.it
    root@udoo:~# ifconfig
    eth4 Link encap:Ethernet HWaddr 00:c0:08:88:17:2d
    UP BROADCAST RUNNING 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)

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:269 errors:0 dropped:0 overruns:0 frame:0
    TX packets:269 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:39209 (39.2 KB) TX bytes:39209 (39.2 KB)

    usb0 Link encap:Ethernet HWaddr 16:35:c4:22:88:d8
    UP BROADCAST RUNNING 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)

    wlan4 Link encap:Ethernet HWaddr 7c:dd:90:3e:8d:4c
    inet addr:192.168.2.9 Bcast:192.168.2.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1168 errors:0 dropped:0 overruns:0 frame:0
    TX packets:855 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:249735 (249.7 KB) TX bytes:107239 (107.2 KB)

    root@udoo:~# route
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    default 192.168.2.1 0.0.0.0 UG 0 0 0 wlan4
    192.168.2.0 * 255.255.255.0 U 2 0 0 wlan4
    root@udoo:~#
     
  4. Vin100

    Vin100 New Member

    Joined:
    Oct 27, 2013
    Messages:
    7
    Likes Received:
    0

Share This Page