Here is my topology:
![Network topology.png Network topology.png]()
And here is my network configuration:
I am now setting up a virtualized working environment. I want the Pfsense VM be the router, which receive public IP address from ISP. And assign IPs to my...
Read more

And here is my network configuration:
Code:
auto lo
iface lo inet loopback
iface enp8s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.98.251/24
gateway 192.168.98.254
bridge-ports enp8s0
bridge-stp off
bridge-fd 0
I am now setting up a virtualized working environment. I want the Pfsense VM be the router, which receive public IP address from ISP. And assign IPs to my...
Read more