192.168.x.x:1500
So I have a small local server running a website. It’s not public facing at all, has a static IP address on my WiFi LAN and can be accessed by any Linux machine. I can’t see it on any iPhone or Android device though
I’ve looked up tutorials on line, ensured my firewalls allow local sharing on the WiFi, double checked I can even ping the server successfully with nmap on Android
Any tips?
::edit:: typo in post, not when searching for IP on LAN
Did you ever figure this out???
My guess is that you are making a typo. Like others have said 192.162.x.x is a public IP. You probably want something like 192.168.x.x which probably is more like 192.168.1.1/24 with the last 1 being its own number
I have a very similar issue. Seems like Android will bypass your DNS resolver and thus cannot resolve your local names.
I have my home services on “home.my domain.com” accessible from outside and re-mapped to “192.168.0.1” (my internal server IP) at home, and all PCs can access it while all android phones can only resolve to the public IP.
I feel it’s something related to DoT or similar but haven’t yet dig in that.
What error you get exactly?
ERR_NETWORK_ACCESS_DENIED
Install some DNS test app for Android and check that it does get resolved.
My will resolve the home server address to 0.0.0.0, and I get the same network error.