Debian \ Proxmox - VLAN sobre NIC ligado

1

O que configurei errado?

Estou tentando transmitir e receber pacotes VLAN marcados em uma NIC conectada ( bond0 ).

O seguinte foi configurado:

auto lo eno1 eno2 bond0 bond0.22 bond0.44 vmbr0 vmbr22 vmbr44
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual

iface bond0 inet manual
        slaves eno1 eno2
        bond_miimon 100
        bond_mode 802.3ad
        bond_xmit_hash_policy layer2+3


iface bond0.22 manual
        vlan-raw-device bond0

iface bond0.44 manual
        vlan-raw-device bond0

iface vmbr0 inet manual
        bridge_ports bond0
        bridge_stp off
        bridge_fd 0
        bridge-vlan-aware yes

iface vmbr22 inet static
        bridge_ports bond0.22
        address 192.168.22.3
        netmask 255.255.255.0
        gateway 192.168.22.1

iface vmbr44 inet static
        bridge_ports bond0.44
        address 192.168.44.3
        network 255.255.255.9
        gateway 192.168.44.1
    
por ell 18.10.2018 / 00:05

0 respostas