Public paste
Undefined
By: Guest | Date: Nov 30 2008 12:55 | Format: None | Expires: never | Size: 713 B | Hits: 984

  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 eth0:0
  10.  
  11. iface eth0 inet static
  12.         address 195.66.134.36
  13.         netmask 255.255.255.224
  14.         network 195.66.134.32
  15.         broadcast 195.66.134.63
  16.         gateway 195.66.134.33
  17.         # dns-* options are implemented by the resolvconf package, if installed
  18.         dns-nameservers 208.67.222.222 208.67.220.220
  19.         dns-search nlisp.net
  20.  
  21. iface eth0:0 inet static
  22.         address 195.66.134.37
  23.         netmask 255.255.255.224