Advertisement
Guest User

Untitled

a guest
Nov 2nd, 2015
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. auto eth0
  2. iface eth0 inet static
  3. address 185.38.14.xxx
  4. netmask 255.255.255.0
  5. network 185.38.14.0
  6. broadcast 185.38.14.255
  7. gateway 185.38.14.1
  8. # dns-* options are implemented by the resolvconf package, if installed
  9. dns-nameservers 4.2.2.1
  10. dns-search xxxx
  11.  
  12. auto he-ipv6
  13. iface he-ipv6 inet6 v4tunnel
  14. address 2001:470:1f14:2c9::2
  15. netmask 64
  16. mtu 1280
  17. local 182.38.14.same as address above?
  18. endpoint 216.66.84.46
  19. ttl 255
  20. gateway 2001:470:1f14:2c9::1
  21. #dns-nameservers 2001:470:20::2
  22.  
  23. marius@merhamet:~$ sudo ifup he-ipv6
  24. add tunnel "sit0" failed: No buffer space available
  25. Failed to bring up he-ipv6.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement