# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto eth0 iface eth0 inet static address x.x.x.10 netmask 255.255.255.128 gateway x.x.x.x # dns-* options are implemented by the resolvconf package, if installed dns-nameservers x.x.x.x dns-search x.x.x.x # Virtual IP for web interface auto eth0:60 iface eth0:60 inet static address x.x.x.60 netmask 255.255.255.128 # iptables pre-up iptables-restore < /etc/iptables.rules