Cómo saber la IP de otro ordenador

main-qimg-ec576d1c4d372f912026e42110e0f8ab.webp

Todo depende de la dirección IP que esté buscando:

  • ¿Pública?
  • Privada?

El siguiente procedimiento puede utilizarse para determinar las direcciones IP de los dispositivos conectados a su red.

  1. Si tiene un acceso web a su router, puede conectarse a él y encontrar las direcciones IP de todos los dispositivos conectados a la red. El router muestra listas de clientes estáticos y dinámicos con el nombre de host, la dirección IP y la dirección MAC de los dispositivos conectados.
  2. También puede intentar hacer ping a su red desde un ordenador conectado a la red, y buscar una tabla arp. On your computer, click:
  1. [Start] -> [Run...] and type "cmd" and [Enter] 

Type:

  1. "ipconfig" to find your network address. 

The network address is found by performing a logical AND operation on your IP address and the subnet mask.

For example:

  • if your IP is 192.168.1.101 and subnet mask is 255.255.255.0, then the network address is 192.168.1.0.
  • Ping your network using a broadcast address, i.e. "ping 192.168.1.255". After that, perform "arp -a" to determine all the computing devices connected to the network.
  • You may also use "netstat -r" command to find an IP address of all network routes. However, if your printer has problem communicating with other network devices, you may not be able to find IP address of the printer using "netstat" command.

CMD commands:

  1. ipconfig 
  2. ping 
  3. arp -a 
  4. netstat -r 
  5. tracert 
  6. pathping 
  7. telnet 
  8. route