# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

auto eth0 eth1 eth2 eth3 eth4
mapping eth0 eth1 eth2 eth3 eth4
	script /usr/share/doc/ifupdown/examples/get-mac-address.sh
	map 00:60:08:3F:F7:DD xl0
	map 00:E0:81:51:D9:E7 bge0
	map 00:E0:81:51:D9:E8 bge1
	map 00:04:23:A5:DA:CC em0
	map 00:04:23:A5:DA:CD em1

# The primary network interface
iface xl0 inet static
	address 204.174.223.116
	netmask 255.255.255.0
	gateway 204.174.223.254

iface bge0 inet static
	address 192.168.0.2
	netmask 255.255.255.0
	up echo 0 > /proc/sys/net/ipv4/conf/${IFACE}/rp_filter;:
	up ethtool -A $IFACE autoneg off rx off tx off;:

iface bge1 inet static
	address 192.168.1.2
	netmask 255.255.255.0
	up echo 0 > /proc/sys/net/ipv4/conf/${IFACE}/rp_filter;:
	up ethtool -A $IFACE autoneg off rx off tx off;:
	up ip route add 192.168.0.0/16 dev ${IFACE};:
	up /etc/network/tweaks;:
