blob: 74b41ccfcbb8b3685c944e7cc8dd606770eaa2ba [file] [log] [blame]
Anthony Youngb62b4ca2011-10-26 22:29:08 -07001auto lo
2iface lo inet loopback
3
rootb1153412012-01-19 13:28:21 -08004# If eth3 is static, the order should not matter
5# and eth0 will have the default gateway. If not,
6# we probably want the default gateway to be
7# what is on the public interface. Hence changed
8# the order here.
9auto eth3
10iface eth3 inet static
11 address @ETH3_IP@
12 netmask @ETH3_NETMASK@
Anthony Youngb62b4ca2011-10-26 22:29:08 -070013
14auto eth1
15iface eth1 inet static
Anthony Youngf6ef5692011-10-26 23:40:46 -070016 address @ETH1_IP@
Anthony Youngb62b4ca2011-10-26 22:29:08 -070017 netmask @ETH1_NETMASK@
18post-up ethtool -K eth1 tx off
Anthony Youngb62b4ca2011-10-26 22:29:08 -070019
20auto eth2
21iface eth2 inet static
22 address @ETH2_IP@
23 netmask @ETH2_NETMASK@