# Original network interfaces file
#
# Tests should
# Pick up interfaces lo, eth0, eth1
# Recognize each interfaces attributes
# Be successfully commented out during processing

auto lo

iface wlan0 inet dhcp

auto eth0

iface eth0 inet static
address 10.1.4.1
netmask 255.255.0.0
gateway 10.1.0.1
dns-nameserver 10.1.0.1

auto eth1

iface eth1 inet static
address 10.1.4.5
netmask 255.255.0.0
gateway 10.1.0.1
dns-nameserver 10.1.0.1