# Salmanoff lab LAN — static eth0 for bridged QEMU on 10.42.0.0/24.
# Used with: runqemu salmanoff-image snapshot bridge=<host-bridge>

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
	address 10.42.0.16
	netmask 255.255.255.0
	gateway 10.42.0.1
	dns-nameservers 10.42.0.1
