View Single Post
Old 06-09-2015, 16:08   #2
Kushan
cf.mega poster
 
Join Date: Dec 2010
Location: Warrington
Posts: 4,737
Kushan has a bronzed appealKushan has a bronzed appeal
Kushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appealKushan has a bronzed appeal
Re: Accessing DHCP client list (I think that's what it's called)

Quote:
Originally Posted by ArsMoriendi View Post
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.
Kushan is offline   Reply With Quote