Chapter 2 - Creating Bridges
Creating LAN and WAN bridges in Proxmox to connect virtual machines.
Introduction
In this chapter, we will create the network bridges in Proxmox that will be used for the internal and external networks. These bridges connect the virtual machines to the physical network interfaces and allow communication between the internal LAN and the WAN.
Note: From here on, external network or WAN refers to our home network (192.168.20.0/24), while internal network refers to the network within Proxmox. Do not confuse the external network with the internet.
Steps to Create Bridges
- Log in to the Proxmox web interface.
- Navigate to Datacenter → Node → System → Network.

- Click Create → Linux Bridge to add a new bridge.
- For the WAN bridge:
- For the LAN bridge:
- Once both bridges are created, verify that they appear in the network list.

- Apply the configuration changes and reboot the node.
Conclusion
With the bridges in place, virtual machines can now be connected to the appropriate network segments (WAN and LAN), enabling proper network communication for subsequent VM deployments.
Up Next
In the next chapter, we will deploy the OPNsense firewall in Proxmox. With the network bridges already in place, OPNsense can be connected to both the WAN and LAN, allowing it to function as the central firewall and router for the internal network.


