# 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 #allow-hotplug eth0 #auto eth0 #iface eth0 inet dhcp auto eth0 iface eth0 inet static dns-nameservers 127.0.0.1 dns-search hokkemirin.ddo.jp address 192.168.1.2 gateway 192.168.1.1 broadcast 255.255.255.255 netmask 255.255.255.0 auto eth0:1 iface eth0:1 inet static address 192.168.199.1 broadcast 192.168.199.255 netmask 255.255.255.0 #auto eth0:2 #iface eth0:2 inet dhcp