devstack_custom/tools/xen/templates/interfaces.in
2011-10-26 22:29:08 -07:00

21 lines
366 B
Text

auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
netmask @ETH1_NETMASK@
post-up ethtool -K eth1 tx off
post-up ifconfig eth1 up
auto eth2
iface eth2 inet static
address @ETH2_IP@
netmask @ETH2_NETMASK@
auto eth3
iface eth3 inet static
address @ETH3_IP@
netmask @ETH3_NETMASK@