Advertisement
Guest User

Untitled

a guest
Jun 7th, 2012
46
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. allow-hotplug eth0
  10. iface eth0 inet static
  11. address 208.94.x.x
  12. netmask 255.255.255.252
  13. network 208.94.x.x
  14. broadcast 208.94.x.x
  15. gateway 208.94.x.x
  16. # dns-* options are implemented by the resolvconf package, if installed
  17. dns-nameservers 4.2.2.2
  18. metric 0
  19.  
  20. auto eth0:1
  21. iface eth0:1 inet static
  22. address 66.56.x.x
  23. netmask 255.255.255.252
  24. gateway 66.56.x.x
  25. network 66.56.x.x
  26. broadcast 66.56.x.x
  27. metric 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement