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

  • Agility0971
    link
    English
    5
    edit-2
    23 days ago
    1. network interface - check
    2. dns - not applicable
    3. firewall - check
    4. ping - check
    5. navigating to the web site - fail

    There are two causes here. Either server fucks it self over or the client fucks itself over. For server check logs, for client: check spelling, specify full protocol and try different browser to pinpoint the problem. It would be great to see the full ip address output from ‘ip -c a’ on both client and server.

    • @[email protected]OP
      link
      fedilink
      English
      3
      edit-2
      23 days ago

      Thank you

      Any good debugging tools for android here or should I just rely on Linux networking tools through installed shells? Is there an industry standard for Android as a client?