• RestrictedAccount@lemmy.worldOP
    link
    fedilink
    arrow-up
    24
    ·
    21 hours ago

    The only windows box on my network is my company laptop. It is on a different IP address than that one.

    It IS in my normal range, but it is NOT listed on my Router’s DHCP client list.

    • 9point6@lemmy.world
      link
      fedilink
      arrow-up
      39
      ·
      21 hours ago

      Have you recently installed visual studio or are doing any .NET development? It could possibly be a containerised version of IIS

      If you completely turn off your windows device and try to access the IP from another device does it still resolve?

        • 9point6@lemmy.world
          link
          fedilink
          arrow-up
          25
          ·
          edit-2
          20 hours ago

          Hmm

          I’d maybe try systematically turning any other devices off you think could potentially have the grunt to run windows server in a container or VM.

          Do you have a Mac/Linux machine handy? If you run arp -a in one terminal and ping the unusual IP in another, that should give you a corresponding MAC address for the device. You can then look up the MAC address and see if it gives you any more info about the device running it—it might not but you never know. You can use something like https://dnschecker.org/mac-lookup.php

          I guess next you could look at taking that MAC and blocking it in your router control panel and see if anything starts complaining

          • thermal_shock@lemmy.world
            link
            fedilink
            English
            arrow-up
            10
            ·
            14 hours ago

            I guess next you could look at taking that MAC and blocking it in your router control panel and see if anything starts complaining

            I love the “see who screams” method, my coworkers do no. it’s usually instant.

          • Agent641@lemmy.world
            link
            fedilink
            arrow-up
            15
            ·
            20 hours ago

            In addition, you might like to do a portscan on that IP address to see if any other ports reaveal something more interesting.

            You can run this in cmd prompt, I think, if nmap is available on your windows machine:

            nmap -p 1-9999 192.168.1.1

            IIS can only run on a windows OS, so it must be a windows physical machine or VM connected to your network.

            • RestrictedAccount@lemmy.worldOP
              link
              fedilink
              arrow-up
              3
              ·
              9 hours ago

              Thanks as you can tell, I’m not an expert in any of this.

              I will run this as you described.

              I did the nmap based on input from ChatGPT, it had me do a Ping base scan with nmap. It turned up nothing because that IP address did not return a Ping.

              This has me really curious.

              I’m concerned that the website I opened in Safari on my phone is bringing up a cache on my browser and is not actually live.

              I tried to open it from an iPad and it did not load. Iit still loads off my phone even though I have rebooted everything.

              • biscat@lemmy.world
                link
                fedilink
                arrow-up
                2
                ·
                8 hours ago

                In case it helps your troubleshooting, ICMP (ping) is typically disabled by default on Windows.

    • oracle@lemmy.world
      link
      fedilink
      arrow-up
      5
      arrow-down
      3
      ·
      21 hours ago

      Yeah, that’s a company server, specifically for the local network group

      It IS in my normal range, but it is NOT listed on my Router’s DHCP client list.

      Why would an internal server change IP all the time? DHCP is for silly things like laptops that turn on and off eleventy times a day

      • Strayce@lemmy.sdf.org
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        11 hours ago

        Even if it isn’t changing IP, you still want it in your DHCP table so that IP doesn’t accidentally get assigned to something else. It’s unlikely on a small network but it can happen.