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

  • zelifcam
    link
    English
    6
    edit-2
    23 days ago

    Your network is probably configured with inconsistent subnets / netmasks. iOS / Android are on WiFi and getting a different subnet/netmask than your severs.

    Edit: What does pinging the server with nmap mean? Are you checking open ports or pinging the server? That doesn’t make sense or at least leaves us with more questions with the way you worded that. Although the nmap utility can provide both of those answers, I’m not sure that’s what you meant. Technically nmap and ping are two different tools.

    • @[email protected]OP
      link
      fedilink
      English
      022 days ago

      nmap -Pn 192.168.1.2

      At least it shows the server is up from the client’s perspective (other clients can actively see the same IP and server on port)

      Same WiFi subnet

      • zelifcam
        link
        English
        2
        edit-2
        22 days ago

        Same netmask?

        When asking for network troubleshooting assistance, super useful to provide ANY kind of network info. So far we have WiFi and same subnet. Yet absolutely no details which are necessary to help form questions or provide answer.

        Can you post the IP Netmask and Gateway of your Linux server and one of your mobile devices that can’t view the server?

        Can you ssh into the Linux server from your mobile device?

          • zelifcam
            link
            English
            0
            edit-2
            22 days ago

            Then there has to be a firewall, web server whitelist or some kind of configuration issue with the service being hosted. Because according to all your responses they are on the same WiFi with the same subnet/gateway/netmask.

            • @[email protected]OP
              link
              fedilink
              English
              122 days ago

              That makes sense, I’ll have to check the path. Thanks for lending your thoughts on this