Hey everyone,
atm I'm using one of the cheap Ali Express 6 NIC Interface Servers. My plan is to seperate my network now with VLANs. A lot of this NICs are just used as switch Ports for my clients. Only enp2s0 is passed through to my pfSense:
Now I have two questions:
atm I'm using one of the cheap Ali Express 6 NIC Interface Servers. My plan is to seperate my network now with VLANs. A lot of this NICs are just used as switch Ports for my clients. Only enp2s0 is passed through to my pfSense:
Code:
auto vmbr0
iface vmbr0 inet static
address 10.0.6.4/21
gateway 10.0.7.1
bridge-ports enp3s0 enp4s0 enp5s0 enp6s0 enp7s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
Now I have two questions:
- How would it be able for me to make enp7s0 as a trunkport for my AP?
- How is it possible for me to setup enp5s0 with untagged VID 22?