Link to home
Start Free TrialLog in
Avatar of Shark Attack
Shark Attack

asked on

Users IP address on the network

I have ip flow top talkers configured on the router. Is there a way I can tell at least the computer name of the user that is using the IP address? Is there a way I can trace that while being on the router?
Avatar of CoSmismgr
CoSmismgr
Flag of United States of America image

Look under DHCP leases
Avatar of Shark Attack
Shark Attack

ASKER

nothing there just a MAC address.
Go to a computer connected to the network and from Command prompt run nslookup <IP address> and it should return the computer name associated with that IP address.
If that doesnt work, try
nbtstat -a <IP address>

Open in new window

i found another way

wmic.exe /node:########
# = IP

thanks
I couldn't do the above 2 since I am not on their subnet. It's a router at another location. thanks
one last question for you, is there a way I can bump an IP off the network? user is using an IP and it's over utilizing the connection.
SOLUTION
Avatar of CoSmismgr
CoSmismgr
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I am on that router
How to do it depends on the router, but look for port security or MAC filtering option. From there, you can create a rule to not allow traffic to the specified MAC address.
If you need detailed instructions just supply us the model router
2811 v12.4
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I'm using CLI. Thanks