ホスト名 /etc/hostnameに書く NIC設定 auto lo eth0 #auto on iface lo inet loopback #loopback iface eth0 inet static #static address 192.168.1.1 netmask 255.255.255.0 gateway 192.168.1.254 iface eth0:0 inet static #alias address 192.168.1.2 netmask 255.255.255.0 iface eth1 inet dhcp #DHCP インターフェイス起動順序 インターフェイス起動の実行順序 /etc/network/interface内のpre-upコマンド /etc/network/if-pre-up.d/内のスクリプト インターフェイスUP /etc/network