# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
#  $Revision$ $Author$ $Date$
# The loopback interface
# automatically added when upgrading
auto lo
     iface lo inet loopback

# Cerf Ethernet Configuration
# use ifswitch-to-static if you wish to use static ip allocations
# use ifswitch-to-dhcp if you wish to use dhcp ip allocations
# then ifedit to edit them.
auto eth0
     iface eth0 inet dhcp
#     address 192.168.0.100
#     netmask 255.255.255.0
#     gateway 192.168.0.1

