eth0 : bridged eth1 : host only configure /etc/network/interfaces like so: auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet static address 10.42.0.6 netmask 255.255.255.0 Back to the cmd-line execute: ifup eth1