/etc/network/interfaces
を編集。
DHCPサーバからIPをとるのなら、
iface eth0 inet dhcp auto eth0
静的IPを設定
iface eth1 inet static address xxx.xxx.xxx.xxx network xxx.xxx.xxx.xxx gateway xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx broadcast xxx.xxx.xxx.xxx auto eth1
/etc/network/interfaces
を編集。
DHCPサーバからIPをとるのなら、
iface eth0 inet dhcp auto eth0
静的IPを設定
iface eth1 inet static address xxx.xxx.xxx.xxx network xxx.xxx.xxx.xxx gateway xxx.xxx.xxx.xxx netmask xxx.xxx.xxx.xxx broadcast xxx.xxx.xxx.xxx auto eth1