Pfsense vm cannot detect the WAN connection.
I can manage PVE through a managed switch.
Also, I want to set up VLANs in Pfsense, so that the management VLANID of Pfsense will also the same as that of proxmox.
After installation of Pfsense, I cannot login to web interface through the switch.
I have tried the following configurations in proxmox but did not work out:
Not sure what is the problem
I can manage PVE through a managed switch.
Also, I want to set up VLANs in Pfsense, so that the management VLANID of Pfsense will also the same as that of proxmox.
After installation of Pfsense, I cannot login to web interface through the switch.
I have tried the following configurations in proxmox but did not work out:
Code:
auto lo
iface lo inet loopback
iface enp8s0 inet manual
# Pve management port
auto vmbr0.98
iface vmbr0.98 inet static
address 192.168.98.251
netmask 255.255.255.0
gateway 192.168.98.254
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp8s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
Not sure what is the problem
Last edited: