My router has this computer set with a static IP which is the one that is shown in the image above.
You cannot rely on a dhcp lease if something is changing out that lease - like what your describing. You will *need* to setup your computer to be the static side - IP, Gateway (Router) and DNS. once you set that on YOUR machine, then it will not request and should be all 100% on your settings.
How would I dig around to find out what is dictating on my DHCP?
And you do NOT have a Wireless AP someplace other than the router ?
The first thing I would do is to first ping the machine that is handing that route / gateway .
The device should answer that ping.
Then you can run nmap to see what is available on that machine. and then I would run nmap to see *all* machines addressing on your network ;-/
so to see that machine and give you about as much info as we can gather use :
Then, if you want to see whats on your network, do this one:
Code: Select all
sudo nmap -O -v -sP 192.168.1.0/24
Then, if you just cannot identify that .62 device. I would personally turn ALL devices off except for your router and your computer and then ping 192.168.1.62 again If it answers... then either you missed a device (most likely) or something is running on your machine or on the router. Next would be to set your machine to static and then turn the router off and try that ping again.
You have to narrow down until you are able to see exactly what the .62 device is.
If you have access into the router, you might be able to find out what MAC address is being assigned .62 ... but I seriously doubt it will be listed in that router - I think it is some old or other device that your router doesnt know about.