Anthony Young | b62b4ca | 2011-10-26 22:29:08 -0700 | [diff] [blame] | 1 | auto lo |
| 2 | iface lo inet loopback |
| 3 | |
| 4 | auto eth0 |
| 5 | iface eth0 inet dhcp |
| 6 | |
| 7 | auto eth1 |
| 8 | iface eth1 inet static |
Anthony Young | 876e4b9 | 2011-10-26 23:29:49 -0700 | [diff] [blame] | 9 | # A host-only ip that let's the interface come up, otherwise unused |
| 10 | address 10.255.255.255 |
Anthony Young | b62b4ca | 2011-10-26 22:29:08 -0700 | [diff] [blame] | 11 | netmask @ETH1_NETMASK@ |
Anthony Young | 876e4b9 | 2011-10-26 23:29:49 -0700 | [diff] [blame] | 12 | up ifconfig eth1 up |
Anthony Young | b62b4ca | 2011-10-26 22:29:08 -0700 | [diff] [blame] | 13 | post-up ethtool -K eth1 tx off |
Anthony Young | b62b4ca | 2011-10-26 22:29:08 -0700 | [diff] [blame] | 14 | |
| 15 | auto eth2 |
| 16 | iface eth2 inet static |
| 17 | address @ETH2_IP@ |
| 18 | netmask @ETH2_NETMASK@ |
| 19 | |
| 20 | auto eth3 |
| 21 | iface eth3 inet static |
| 22 | address @ETH3_IP@ |
| 23 | netmask @ETH3_NETMASK@ |