Hi all,
I'm no expert in this, so please bear with me.
I have external partner that is managing the switch configuration, and the four ports for bond0 is configured in access mode.
But to be able to get access to more VLAN's from my host, the ports should be configured in trunk mode.
So question is, will the bellow config on my Proxmox host allow me to access my host on IP 192.168.1.1?
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2 eno3 eno4
bond-miimon 100
bond-xmit-hash-policy layer2+3
bond-mode 802.3ad
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4092
auto vmbr0.3182
iface vmbr0.3182 inet static
address 192.168.1.1/27
gateway 192.168.1.30
I'm no expert in this, so please bear with me.
I have external partner that is managing the switch configuration, and the four ports for bond0 is configured in access mode.
But to be able to get access to more VLAN's from my host, the ports should be configured in trunk mode.
So question is, will the bellow config on my Proxmox host allow me to access my host on IP 192.168.1.1?
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2 eno3 eno4
bond-miimon 100
bond-xmit-hash-policy layer2+3
bond-mode 802.3ad
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4092
auto vmbr0.3182
iface vmbr0.3182 inet static
address 192.168.1.1/27
gateway 192.168.1.30