# Configure Loopback
auto lo
iface lo inet loopback

# Configure eth0
auto eth1
iface eth1 inet static
	address 192.168.254.229
	netmask 255.255.255.0
