Guest User

Untitled

a guest
Jan 11th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. InetAddress.getLocalHost().getHostName();
  2.  
  3. 127.0.0.1 localhost
  4. #The following lines are desirable for IPv6 capable hosts
  5. ::1 ip6-localhost ip6-loopback
  6. fe00::0 ip6-localnet
  7. ff00::0 ip6-mcastprefix
  8. ff02::1 ip6-allnodes
  9. ff02::2 ip6-allrouters
  10. ff02::3 ip6-allhosts
  11.  
  12. dig @{nameserver-ip} +noall +answer -x {instance-ip}
Add Comment
Please, Sign In to add comment