# UNCONFIGURED INTERFACES
# remove the above line if you edit this file

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp
 hostname wordpress

allow-hotplug eth1
iface eth1 inet dhcp
 hostname wordpress
