Hi
@vesalius - thanks for your feedback. Would you have any suggestions on how I would go about setting up my three interfaces with two bridges?
Aaron again answered it well.
To use nomenclature from your diagram.
1. Create Linux Bridge vmbr0, select eth0 as the bridge port and add comment "WAN" if you want to document.
2. Create Linux Bridge vmbr1, select eth1 as the bridge port, check the "vlan aware" option (this makes it a virtual trunk port/switch on the proxmox side), and and comment "lan switch" if you want to document.
3. Management - 3 options here and all will accomplish the same of making the Proxmox webui accessible from another computer with a static management IP address even when pfSense gateway is down. I am assuming vlan3 is your management vlan, if not obviously change to the correct number.
- edit eth3 directly and type in static IP for the Proxmox Node under CIDR and pfSense Gateway address for the management vlan (assuming this is vlan3 from diagram). Plug into cisco access port (untagged management vlan)
- create linux bridge vmbr3, select eth3 (or whatever the MB nic is labeled as) for the bridge port. Then type in a static IP for the Proxmox Node under CIDR and pfSense Gateway address for the management vlan. Plug into cisco access port (untagged management vlan)
- create linux bridge vmbr3, type in eth3.3 (the added ".3" will tag this connection to vlan3) for the bridge port. Then type in a static IP for the Proxmox Node under CIDR and pfSense Gateway address for the management vlan. Plug into cisco general or trunk port (Tagged management vlan)
pfSense VM under
hardware add 2 network devices using vmbr0 and vmbr1 as bridges and use VirtIO. No need for vlan tagging here. Within pfSense use Vnet0/vmbr0 for wan and Vnet1/vmbr1 for vlan2-6
For all subsequent VM created that require internet access under
hardware add a network device using vmbr1, then type in the Vlan (2-6) number you want this VM within and off you go.
For all subsequent LXC container created that require internet access under
network add a network device using vmbr1, then type in the Vlan (2-6) number you want this VM within and off you go.