allow-hotplug eth0
iface eth0 inet static
address 10.28.17.210
netmask 255.255.255.0
gateway 10.28.17.1
dns-nameservers 10.30.1.100 10.30.1.101
allow-hotplug eth1
iface eth1 inet static
address 10.28.17.211
netmask 255.255.255.0
dns-nameservers 10.30.1.100 10.30.1.101
net.ipv4.conf.all.arp_ignore = 1
net.ipv4.conf.eth0.arp_ignore = 1
net.ipv4.conf.eth1.arp_ignore = 1
net.ipv4.conf.all.arp_announce = 2
net.ipv4.conf.eth0.arp_announce = 2
net.ipv4.conf.eth1.arp_announce = 2
net.ipv4.conf.all.rp_filter = 0
net.ipv4.conf.eth0.rp_filter = 0
net.ipv4.conf.eth1.rp_filter = 0