give dummy ip to eth1
This commit is contained in:
parent
3eb8f59d29
commit
876e4b9a70
1 changed files with 3 additions and 1 deletions
|
@ -6,9 +6,11 @@ iface eth0 inet dhcp
|
|||
|
||||
auto eth1
|
||||
iface eth1 inet static
|
||||
# A host-only ip that let's the interface come up, otherwise unused
|
||||
address 10.255.255.255
|
||||
netmask @ETH1_NETMASK@
|
||||
up ifconfig eth1 up
|
||||
post-up ethtool -K eth1 tx off
|
||||
post-up ifconfig eth1 up
|
||||
|
||||
auto eth2
|
||||
iface eth2 inet static
|
||||
|
|
Loading…
Reference in a new issue