Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- auto lo
- iface lo inet loopback
- auto enp1s0
- iface enp1s0 inet manual
- #Onboard 10GBE - Main PVE network for VMBR use, etc.
- auto enp65s0
- iface enp65s0 inet static
- address 10.10.0.3/24
- mtu 9000
- #Mellanox Eth0 - Ring Network for Corosync - Mikrotik 100G Switch
- auto enp65s0d1
- iface enp65s0d1 inet manual
- #Mellanox Eth1
- auto vmbr1
- iface vmbr1 inet static
- address 10.0.0.3/24
- gateway 10.0.0.254
- bridge-ports enp1s0
- bridge-stp off
- bridge-fd 0
- #Onboard 10Gbe
- source /etc/network/interfaces.d/*
Advertisement
Add Comment
Please, Sign In to add comment