List IP Addresses On Network. Explain Details.

Asked By 35 points N/A Posted on -
qa-featured

You might have a public or private networks associated with Server having static and dynamic address and you have a proper record of them, but at a time you may need all the IP addresses. How to list IP addresses on network to get all at once?

SHARE
Answered By 0 points N/A #126867

List IP Addresses On Network. Explain Details.

qa-featured

Steps to list all the IP addresses of the Servers:

1) If you have a router connected to the Internet then, attach to your router and find all the addresses.


It displays all the Static as well as Dynamic Servers with their names, IP and MAC address.

2) In your computer:

  • Open the start menu.
  • Search for the run dialog box.
  • Enter cmd.
  • You will be redirected to command prompt.
  • Type ‘ipconfig’ in the command window.
  • Your network address will be displayed.
  • Enter ‘ping your_network_address’.
  • Then type ‘arp-a’.
  •  All the devices connected to your network will be listed.

3) You can also use the ‘netstat-r’ command. The IP address of all the network routes is shown.

But if your printer cannot connect to other devices then it will not be listed on the list.

Related Questions