KnowLEDGEBASE · SUSCANDO WEB
Cómo realizar una prueba de Ping en un dispositivo Windows, Mac OS y Linux
Última actualización 2025-05-24
¿Qué es un Ping?
Realizar una prueba de Ping en el dispositivo Windows
Windows 7 and older
- Haga clic en el "ldquo;Start crecerrdquo; menu and type “cmd caerrdquo; en el campo de búsqueda (donde dice "ldquo;Busca programas y archivos mutuos; o "ldquo;Iniciar búsqueda mutuardquo;).
- Empuja la tecla Entrar en tu teclado. Una ventana de DOS se abrirá.
- Escriba el siguiente comando en la ventana de comandos y pulse ‘Enter adultrsquo;:
ping yourdmain.tld
(recuerda reemplazar tudominio. tld con su nombre de dominio real)
- La salida se verá similar a la siguiente:
$ ping -c 5 yourdomain.tld PING yourdomain.tld (89.45.251.10): 56 data bytes 64 bytes from 89.45.251.10: icmp_seq=0 ttl=56 time=11.632 ms 64 bytes from 89.45.251.10: icmp_seq=1 ttl=56 time=11.726 ms 64 bytes from 89.45.251.10: icmp_seq=2 ttl=56 time=10.683 ms 64 bytes from 89.45.251.10: icmp_seq=3 ttl=56 time=9.674 ms 64 bytes from 89.45.251.10: icmp_seq=4 ttl=56 time=11.127 ms --- yourdomain.tld statistics --- 5 packets transmitted, 5 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 9.674/10.968/11.726/0.748 ms
- Si se dio cuenta en el ejemplo anterior, usamos el atributo “–c"ldquo;. Esto limita el número de solicitudes de ping a 5.
- La solicitud de ping por defecto es constantemente recurrible hasta que el usuario presiona CTRL + C, por lo tanto la utilidad de este atributo.
Windows 8.x and newer
- Use the search window, type comando prompt and click on the Comando Prompt result.
- Escriba el siguiente comando en la ventana de comandos y pulse ‘Enter adultrsquo;:
ping yourdmain.tld
(recuerda reemplazar tudominio. tld con su nombre de dominio real)
Realizar una prueba de Ping en el dispositivo MAC OS
- On Mac OS X, you will need to navigate to the Applications folder > Utilities > and then open the ‘Utilidad de red‘ application.
- Once the Network Utility is running, click on the ‘Ping-dusquo; tab and specify a domain or IP address to check. The default of ‘Send only 10 pings’ will be fine.
- Click on the ‘Ping’ button to start the ping test.
Realizar una prueba de Ping en el dispositivo Linux
- Open a Terminal window using Ctrl + Alt + T. Simply hold all three keys at the same time, and a terminal window will open.
- En la nueva ventana de terminal, escriba el siguiente comando y pulse ‘Enter implicarsquo;:
ping -t 10 yourdomain.tld
(recuerda reemplazar tudominio. tld con su nombre de dominio real)
In conclusion, the ping comando es una herramienta de pan ancha y fácil de usar. Puede venir útil para comprobar la disponibilidad de host rápido. Sin embargo, cuidado con ciertos anfitriones que prohíben su uso debido a su vulnerabilidad.
Note: Please note a ping test may fail if you have firewall limiting ICMP connections on your server or device.
Díganos qué tiene que estar levantado.
A short conversation with an engineer. No quote-bot, no callback queue. We'll tell you honestly if we're not the right fit.