Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- yster4:
- auto lo
- iface lo inet loopback
- iface eno2 inet manual
- iface ens2 inet manual
- iface ens3 inet manual
- auto eno1
- iface eno1 inet static
- address 172.16.10.104
- netmask 255.255.255.0
- #corosync pmxfs
- auto bond0
- iface bond0 inet static
- address 10.10.10.4
- netmask 255.255.255.0
- bond-slaves ens2 ens3
- bond-miimon 100
- bond-mode 802.3ad
- bond-xmit-hash-policy layer2
- auto vmbr0
- iface vmbr0 inet static
- address 192.168.0.204
- netmask 255.255.255.0
- gateway 192.168.0.1
- bridge-ports eno2
- bridge-stp off
- bridge-fd 0
- bridge-vlan-aware yes
- bridge-vids 2-4094
- yster5:
- auto lo
- iface lo inet loopback
- auto eno1
- iface eno1 inet static
- address 172.16.10.105
- netmask 255.255.255.0
- #corosync pmxfs
- iface eno2 inet manual
- iface ens3 inet manual
- iface ens2 inet manual
- auto bond0
- iface bond0 inet static
- address 10.10.10.5
- netmask 255.255.255.0
- bond-slaves ens2 ens3
- bond-miimon 100
- bond-mode 802.3ad
- bond-xmit-hash-policy layer2
- auto vmbr0
- iface vmbr0 inet static
- address 192.168.0.205
- netmask 255.255.255.0
- gateway 192.168.0.1
- bridge-ports eno2
- bridge-stp off
- bridge-fd 0
- bridge-vlan-aware yes
- bridge-vids 2-4094
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement