| 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 | f6ef569 | 2011-10-26 23:40:46 -0700 | [diff] [blame] | 9 | address @ETH1_IP@ |
| Anthony Young | b62b4ca | 2011-10-26 22:29:08 -0700 | [diff] [blame] | 10 | netmask @ETH1_NETMASK@ |
| 11 | post-up ethtool -K eth1 tx off | ||||
| Anthony Young | b62b4ca | 2011-10-26 22:29:08 -0700 | [diff] [blame] | 12 | |
| 13 | auto eth2 | ||||
| 14 | iface eth2 inet static | ||||
| 15 | address @ETH2_IP@ | ||||
| 16 | netmask @ETH2_NETMASK@ | ||||
| 17 | |||||
| 18 | auto eth3 | ||||
| 19 | iface eth3 inet static | ||||
| 20 | address @ETH3_IP@ | ||||
| 21 | netmask @ETH3_NETMASK@ | ||||