Saturday, April 21, 2012

Command to Check IP's connected in the LAN

Open command prompt or type in cmd in the run box and type in your desired command

netstat -n : Returns all the actively connected IP's, foreign address, local address and state

http://commandwindows.com/netstat.htm

ipconfig /all : Gives you a full detail about the connected IPs in your network

arp -a: another way to check active IP's

No comments:

Post a Comment