######################################################################
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
     hwaddress ether 00:07:e9:55:00:55
     address 11.0.0.15
     netmask 255.255.255.0


up arp -s 11.0.0.11 00:07:e9:11:00:11
up arp -s 11.0.0.12 00:07:e9:22:00:22
up arp -s 11.0.0.13 00:07:e9:33:00:33
up arp -s 11.0.0.14 00:07:e9:44:00:44

