Advertisement
Guest User

Untitled

a guest
Feb 27th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. # This file r
  2. # system and how to activate them. For more information, see
  3. # interfaces(5).
  4.  
  5. # The loopback network interface
  6. auto lo
  7. iface lo inet loopback
  8.  
  9. # The primary network interface
  10. auto eth0
  11. iface eth0 inet static
  12. address 82.196.8.66
  13. netmask 255.255.255.0
  14. gateway 82.196.8.1
  15. up ip addr add 10.14.0.5/16 dev eth0
  16.  
  17.  
  18. iface eth0 inet6 static
  19. address 2a03:b0c0:0:1010::109:d001
  20. netmask 64
  21. gateway 2a03:b0c0:0:1010::1
  22. dns-nameservers 2001:4860:4860::8844 2001:4860:4860::8888 209.244.0.3
  23.  
  24.  
  25. iface eth0 inet6 static
  26. address 2a03:b0c0:0:1010::109:d002
  27. netmask 64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement