Listing 6. Interfaces for the clients

##############################################################################
# /etc/network/interfaces for the running clients.
##############################################################################
# Keep this as ./default/interfaces so the makefile can find it.
#
# The clients will get the remaining information from kernel dhcp
# autoconfiguration.
#
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
# end of file