Open mpoon opened 5 years ago
@mpoon That is odd indeed. For DNS resolution checks you may use dig
and nslookup
, e.g. nslookup www.google.com 192.168.1.1
.
If you need to do detailed examination then the best way is to make a packet capture of the wlan0 interface with tcpdump or tshark, copy the .pcap file to your laptop/desktop and find out where the issue is with wireshark.
I have wifi-connect set up on a RB4 running Raspbian 10 (buster). I'm able to successfully bring up a captive portal on a mobile device, enter in network credentials, and get the following output from
wifi-connect
:However there does not seem to be internet connection:
Also the following:
Everything to me points toward successful network connection, but I'm stuck on how to debug further. Any pointers are appreciated!