Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. root@LXS-VOSTRO1:~# /etc/init.d/networking restart
  2. * Reconfiguring network interfaces... RTNETLINK answers: File exists
  3. Failed to bring up he-ipv6.
  4. [ OK ]
  5. root@LXS-VOSTRO1:~# cat /etc/network/interfaces
  6. # This file describes the network interfaces available on your system
  7. # and how to activate them. For more information, see interfaces(5).
  8.  
  9. # The loopback network interface
  10. auto lo
  11. iface lo inet loopback
  12.  
  13. # The primary network interface
  14. #auto eth0
  15. #iface eth0 inet dhcp
  16.  
  17. auto he-ipv6
  18. iface he-ipv6 inet6 v4tunnel
  19. address 2001:470:1f08:3f6::2
  20. netmask 64
  21. remote 216.66.80.26
  22. local 79.79.213.203
  23. endpoint any
  24. ttl 64
  25. up ip -6 route add 2000::/3 via ::216.66.80.26 dev he-ipv6
  26. up ip -6 addr add 2001:470:1f09:3f6::1/64 dev wlan0
  27. # up ip -6 addr add 2001:470:1f09:3f6::2/64 dev wlan0
  28. down ip -6 route flush dev he-ipv6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement