Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 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 eth1
  10. iface eth1 inet static
  11. address 174.136.108.186
  12. netmask 255.255.255.248
  13. gateway 174.136.108.185
  14. up ip address add 74.136.108.187 dev eth1
  15. up ip address add 74.136.108.188 dev eth1
  16. up ip address add 74.136.108.189 dev eth1
  17. up ip address add 74.136.108.190 dev eth1
  18.  
  19. iface eth1 inet6 static
  20. address 2607:f2f8:a758::2
  21. gateway 2607:f2f8:a758::1
  22. netmask 64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement