17 Apr
2019
17 Apr
'19
00:39
On 04/16/2019 07:34 AM, Carlos E. R. wrote:
Not quite. Ping6 forces IPv6, whereas ping will use IPv4 if an IPv6 address is not available.
-6 Use IPv6 only.
As with ping6. Here's an example of the difference. $ ping6 172.16.0.1 ping: 172.16.0.1: Address family for hostname not supported ping -6 172.16.0.1 ping: 172.16.0.1: Address family for hostname not supported $ ping 172.16.0.1 PING 172.16.0.1 (172.16.0.1) 56(84) bytes of data. 64 bytes from 172.16.0.1: icmp_seq=1 ttl=64 time=0.272 ms 64 bytes from 172.16.0.1: icmp_seq=2 ttl=64 time=0.330 ms -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org