Icono del sitio RAGASYS SISTEMAS

Configuración de bond o NIC Teaming en Proxmox VE 9.0

Hola a tod@s,

En este post veremos cómo configurar un bond o NIC Teaming en Proxmox VE 9.0, un bond o NIC Teaming es agrupar las interfaces de red de nuestro servidor para crear alta disponibilidad y balanceo de carga a nivel de red en nuestro sistema operativo.

auto bond0

iface bond0 inet manual

bond-slaves ens192 ens224

bond-miimon 100

bond-mode balance-rr

 

auto vmbr0

iface vmbr0 inet static

address 192.168.7.11/24

gateway 192.168.7.210

bridge-ports bond0

bridge-stp off

bridge-fd 0

auto bond0

iface bond0 inet manual

bond-slaves ens192 ens224

bond-miimon 100

bond-mode active-backup

bond-primary ens192

 

auto vmbr0

iface vmbr0 inet static

address 192.168.7.11/24

gateway 192.168.7.210

bridge-ports bond0

bridge-stp off

bridge-fd 0

auto bond0

iface bond0 inet manual

bond-slaves ens192 ens224

bond-miimon 100

bond-mode balance-alb

 

auto vmbr0

iface vmbr0 inet static

address 192.168.7.11/24

gateway 192.168.7.210

bridge-ports bond0

bridge-stp off

bridge-fd 0

 

Saludos y espero que os sea de ayuda 😉

Salir de la versión móvil