# EMSS file - Update 0.3.0

# Configure Loopback
auto lo
iface lo inet loopback

# Configure eth0
auto eth0
iface eth0 inet dhcp

# Configure eth1
auto eth1
iface eth1 inet static
        address 10.103.30.242
        netmask 255.255.0.0

# If used with dhcp, dns-nameservers will be appended in order to
# obtained dns servers automatically. With all other configuration
# methods, a resolv.conf with these entries in order will be created
# automatically. Separate entries with spaces. 
