Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    Please specify what exactly "cannot access internet" means. Guess: You have not configured a DHCP server for uap0, so the phone isn't getting any nameservers, and therefore your phone browser doesn't work. You can do that e.g. by installing dnsmasq and configuring it for uap0. Commented Apr 6, 2023 at 10:26
  • I did configure udhcpd for uap0, but you are right, I did NOT have dnsmasq enabled/configured for uap0. I will try that later. Commented Apr 6, 2023 at 12:32
  • And if you cannot exactly specify what "cannot access internet" means, please either install a terminal or tools on your phone, or connect with a different computer, and test systematically pings to the embedded system and the internet, as well as DNS lookup, while running wireshark or tcpdump on the embedded system. At the moment we are just blindly guessing what could be wrong. Commented Apr 6, 2023 at 14:10
  • my 'cannot access internet' means 'my cell phone cannot open a public internet website' after it has got an IP from the AP. Commented Apr 7, 2023 at 3:06