blob: 49c3d681d9085a816c4242bf08f8537db39ef893 [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
Anthony Youngf6ef5692011-10-26 23:40:46 -07009 address @ETH1_IP@
Anthony Youngb62b4ca2011-10-26 22:29:08 -070010 netmask @ETH1_NETMASK@
11post-up ethtool -K eth1 tx off
Anthony Youngb62b4ca2011-10-26 22:29:08 -070012
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@