Quote:
Originally Posted by ArsMoriendi
192.168.0.1 is apparantly my router as this is what I type in to access the settings.
192.168.0.2 is my PC
192.168.0.3 is my tablet
192.168.0.5 is my PS3
These are the only devices that I connect to the internet and I am the only one in the house who uses it so the fact that I don't know what uses 192.168.0.4 is a cause for some concern. Anyone know how I can find out? I looked through all of my Superhubs router settings but it only shows devices that are currently connected. I've tried googling but it only shows how to do it on other routers.
|
It's not necessarily a cause for concern, but you can try to determine it from your PC without looking at the DHCP reserve list.
Open the command prompt and ping the address:
ping 192.168.0.4
Next, check your arp cache to see if there's an entry.
arp -a
If it's in the list, it'll give you the MAC address, which you can then look up. If it's not and the ping didn't respond, then it's probably no longer on your network.