Dear Community
I want to use tagged VLANs in my guest VM to directly add and remove VLANs in my pfSense.
Is this possible, to create a trunk?
The current configuration looks like the following:
I want to use tagged VLANs in my guest VM to directly add and remove VLANs in my pfSense.
Is this possible, to create a trunk?
The current configuration looks like the following:
Code:
auto lo
iface lo inet loopback
auto enp3s0
iface enp3s0 inet static
address 192.168.1.10/24
gateway 192.168.1.254
#Management
auto enp6s0f0
iface enp6s0f0 inet manual
auto enp6s0f1
iface enp6s0f1 inet manual
auto bond0
iface bond0 inet manual
bond-slaves enp6s0f0 enp6s0f1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2
auto vmbr0
iface vmbr0 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094