streda 4. októbra 2023

output from ping -I

ping -c 3 -I (name network card) google.com

 

 

 

 

 

 localhost:~ # ping -c 3 -I eth3 google.com
PING google.com (142.251.36.142) from 10.0.5.15 eth3: 56(84) bytes of data.
64 bytes from prg03s12-in-f14.1e100.net (142.251.36.142): icmp_seq=1 ttl=117 time=4.75 ms
64 bytes from prg03s12-in-f14.1e100.net (142.251.36.142): icmp_seq=2 ttl=117 time=4.75 ms
64 bytes from prg03s12-in-f14.1e100.net (142.251.36.142): icmp_seq=3 ttl=117 time=4.79 ms

--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2103ms
rtt min/avg/max/mdev = 4.750/4.762/4.785/0.016 ms
localhost:~ # ping -c 3 -I eth2 google.com
PING google.com (142.251.36.142) from 10.0.4.15 eth2: 56(84) bytes of data.
64 bytes from prg03s12-in-f14.1e100.net (142.251.36.142): icmp_seq=1 ttl=117 time=4.53 ms
64 bytes from prg03s12-in-f14.1e100.net (142.251.36.142): icmp_seq=2 ttl=117 time=4.69 ms
64 bytes from prg03s12-in-f14.1e100.net (142.251.36.142): icmp_seq=3 ttl=117 time=4.70 ms

--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2034ms
rtt min/avg/max/mdev = 4.526/4.640/4.703/0.081 ms
localhost:~ # ping -c 3 -I eth0 google.com
PING google.com (142.251.36.142) from 10.0.2.15 eth0: 56(84) bytes of data.
64 bytes from prg03s12-in-f14.1e100.net (142.251.36.142): icmp_seq=1 ttl=117 time=4.64 ms
64 bytes from prg03s12-in-f14.1e100.net (142.251.36.142): icmp_seq=2 ttl=117 time=4.76 ms
64 bytes from prg03s12-in-f14.1e100.net (142.251.36.142): icmp_seq=3 ttl=117 time=4.73 ms

--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2005ms
rtt min/avg/max/mdev = 4.639/4.710/4.764/0.052 ms
localhost:~ #

Žiadne komentáre:

Zverejnenie komentára