View difference between Paste ID: 7NvK77rW and tAXaUXhK
SHOW: | | - or go back to the newest paste.
1
[root@ocfs2-1 ~]# echo 2a00:d10:1::377 > file
2
[root@ocfs2-1 ~]# fping6 -q -C3 < file; echo $?
3
2a00:d10:1::377 : 0.94 0.39 0.38
4
0
5
[root@ocfs2-1 ~]# echo 93.186.180.80 >> file
6
[root@ocfs2-1 ~]# fping6 -q -C3 < file; echo $?
7
fping6: Address family for hostname not supported
8
1
9-
[root@ocfs2-1 ~]#
9+
[root@ocfs2-1 ~]#
10
11
# FPING3
12
[root@ocfs2-1 ~]# /fping6 -q -C3 < file; echo $?
13
2a00:d10:1::377 : 0.93 0.41 0.34
14
2