Wifi udooneo is not accessable from local network

Discussion in 'UDOO NEO' started by Marko Kotar, Feb 18, 2017.

Tags:
  1. Marko Kotar

    Marko Kotar New Member

    Joined:
    Feb 18, 2017
    Messages:
    2
    Likes Received:
    0
    I have MediaAccess TG788vn v2 router from my ISP provider, encrypted wifi with wpa and UDOONEO BASIC KS.
    I configured wifi by using WPA supplicant.
    Internet works.
    But I cannot connect ssh through wifi if I do not reset the router while udooneo device is turned on:
    marko@marko-laptop:~$ ssh 192.168.1.131 -l udooer
    ssh: connect to host 192.168.1.131 port 22: No route to host

    Any clues what could be the problem?
     
  2. Maurice

    Maurice Active Member

    Joined:
    Oct 13, 2015
    Messages:
    394
    Likes Received:
    87
    If you connect your NEO with the USB cable and ssh to the well known 192.168.7.2 address, what does ifconfig output?
     
  3. Marko Kotar

    Marko Kotar New Member

    Joined:
    Feb 18, 2017
    Messages:
    2
    Likes Received:
    0
    It looks ok:
    udooer@udooneo:~$ ifconfig
    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:1168 (1.1 KB) TX bytes:1168 (1.1 KB)

    usb0 Link encap:Ethernet HWaddr 4e:71:9e:aa:bb:cc
    inet addr:192.168.7.2 Bcast:192.168.7.3 Mask:255.255.255.252
    inet6 addr: fe80::4c71:9eff:feaa:bbcc/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:227 errors:0 dropped:0 overruns:0 frame:0
    TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:28893 (28.8 KB) TX bytes:11899 (11.8 KB)

    wlan0 Link encap:Ethernet HWaddr 5c:31:3e:d5:70:52
    inet addr:192.168.1.131 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::5e31:3eff:fed5:7052/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:97 errors:0 dropped:0 overruns:0 frame:0
    TX packets:114 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:11698 (11.6 KB) TX bytes:14279 (14.2 KB)
    udooer@udooneo:~$ route
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    default dsldevice.lan 0.0.0.0 UG 0 0 0 wlan0
    192.168.1.0 * 255.255.255.0 U 0 0 0 wlan0
    192.168.7.0 * 255.255.255.252 U 0 0 0 usb0
     
  4. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    Can you ping the Neo from your laptop when the Neo is connected through wifi?
    Can you see on the router that the Neo is connected?
    Have you set an fixed/static IP for the Neo? Perhaps the router gets confused when switching from wired to Wifi.
     

Share This Page