blob: ef4796fb05f339c8c5cc89965714f06600ba2369 [file] [log] [blame]
Anthony Youngb62b4ca2011-10-26 22:29:08 -07001auto lo
2iface lo inet loopback
3
4auto eth0
5iface eth0 inet dhcp
6
7auto eth1
8iface eth1 inet static
9 netmask @ETH1_NETMASK@
10post-up ethtool -K eth1 tx off
11post-up ifconfig eth1 up
12
13auto eth2
14iface eth2 inet static
15 address @ETH2_IP@
16 netmask @ETH2_NETMASK@
17
18auto eth3
19iface eth3 inet static
20 address @ETH3_IP@
21 netmask @ETH3_NETMASK@