Guest User

Untitled

a guest
May 18th, 2013
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  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 ~]#
Advertisement
Add Comment
Please, Sign In to add comment