Switch to a lagg interface.
This is to avoid depending on the ethernet cable being plugged into a specific port.
This commit is contained in:
5
ansible/roles/network/files/mrmanager_network.conf
Normal file
5
ansible/roles/network/files/mrmanager_network.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
cloned_interfaces="lagg0"
|
||||
ifconfig_igb0="up"
|
||||
ifconfig_igb1="up"
|
||||
ifconfig_lagg0="up laggproto failover laggport igb0 laggport igb1"
|
||||
ifconfig_lagg0_alias0="inet 74.80.180.138 netmask 255.255.255.248"
|
||||
1
ansible/roles/network/files/mrmanager_routing.conf
Normal file
1
ansible/roles/network/files/mrmanager_routing.conf
Normal file
@@ -0,0 +1 @@
|
||||
defaultrouter="74.80.180.137"
|
||||
Reference in New Issue
Block a user