Connected to hotspot but unable to ping

0

I am trying to establish connection between my computer and my ODROID-XU4 device. I have a hotspot running on my computer and I want to connect to it using the odroid Wifi module 3 on my odroid.

I am using the wpa_supplicant. According to the iwconfig report it looks like it is connected but when i try to ping the ip of the other device it always tells: "Destination Host Unreachable".

But when I connect directly via ethernet cable I can ping any of the IP addresses.

I would be grateful for any ideas what might be causing this "pseudo-connected" behavior?

iwconfig returns:

wlan0 IEEE 802.11bgn ESSID:"comrob-ap" Nickname:"" Mode:Managed Frequency:2.412 GHz Access Point: XX:XX:XX:XX:XX:XX Bit Rate:72.2 Mb/s Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Power Management:off Link Quality=98/100 Signal level=68/100 Noise level=0/100 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0

Martin Křížek

Posted 2019-08-16T09:05:10.177

Reputation: 1

Does the interface actually have an IP address configured on it (see ip addr)? – user1686 – 2019-08-16T11:25:53.473

Yes it actually does. That is also quite confusing to me because it even gets the address I want it to get from the dhcp server on my computer...so there has to be some connection, right? – Martin Křížek – 2019-08-17T09:13:39.473

No answers