Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created February 12, 2021 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamc/fac3c891310911159d6038dea152b464 to your computer and use it in GitHub Desktop.
Save grahamc/fac3c891310911159d6038dea152b464 to your computer and use it in GitHub Desktop.
[root@lord-nibbler:~]# ping 10.5.3.16
PING 10.5.3.16 (10.5.3.16) 56(84) bytes of data.
^C
--- 10.5.3.16 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2036ms
[root@lord-nibbler:~]# arping 10.5.3.16
ARPING 10.5.3.16 from 10.5.3.1 enp2s0
Unicast reply from 10.5.3.16 [70:85:C2:FD:E3:32] 0.827ms
Unicast reply from 10.5.3.16 [70:85:C2:FD:CB:DD] 0.951ms
Unicast reply from 10.5.3.16 [70:85:C2:FD:CB:DD] 0.756ms
^CSent 2 probes (1 broadcast(s))
Received 3 response(s)
[root@lord-nibbler:~]# ping 10.5.3.16
PING 10.5.3.16 (10.5.3.16) 56(84) bytes of data.
64 bytes from 10.5.3.16: icmp_seq=1 ttl=64 time=0.801 ms
64 bytes from 10.5.3.16: icmp_seq=2 ttl=64 time=0.171 ms
64 bytes from 10.5.3.16: icmp_seq=3 ttl=64 time=0.220 ms
64 bytes from 10.5.3.16: icmp_seq=4 ttl=64 time=0.623 ms
64 bytes from 10.5.3.16: icmp_seq=5 ttl=64 time=0.251 ms
64 bytes from 10.5.3.16: icmp_seq=6 ttl=64 time=0.683 ms
^C
--- 10.5.3.16 ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 5110ms
rtt min/avg/max/mdev = 0.171/0.458/0.801/0.250 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment