Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. # This file describes the network interfaces available on your system
  2. # and how to activate them. For more information, see interfaces(5).
  3.  
  4. # The loopback network interface
  5. auto lo
  6. iface lo inet loopback
  7.  
  8. # The primary network interface
  9. #auto eth0
  10. #iface eth0 inet dhcp
  11.  
  12. auto he-ipv6
  13. iface he-ipv6 inet6 v4tunnel
  14. address 2001:470:1f08:3f6::2/64
  15. netmask 64
  16. remote 216.66.80.26
  17. local 79.79.213.203
  18. endpoint any
  19. ttl 64
  20. up ip -6 route add 2000::/3 via ::216.66.80.26 dev he-ipv6
  21. up ip -6 addr add 2001:470:1f09:3f6::/64 ::1:1/128 dev he-ipv6
  22. up ip -6 addr add 2001:470:1f09:3f6::/64 ::2:1/128 dev he-ipv6
  23. down ip -6 route flush dev he-ipv6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement