To get a list of all IP addresses on your network open the command prompt. Ping your broadcast IP address with the -t extension. . Broadcast IP address is your LAN IP ending in "254" examples of this are 192.168.0.254 , 192.168.0.254, 10.0.1.254, 10.0.0.254 etc with the -t extension. Again for clarity this would be in full :- "ping 192.168.10.254 -t" or 192.168.0.254 -t , or 10.0.1.254 -t etc, etc. While this is running open up another command prompt window. In this new wind type "arp -a" this will now display all the IP addresses in your network which have responded to the ping signal.
- 0 Uživatelům pomohlo