auto lo
iface lo inet loopback
auto enp46s0
iface enp46s0 inet manual
auto enp45s0
iface enp45s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.2/24
bridge-ports enp46s0
bridge-stp off
bridge-fd 0
#WAN
auto vmbr1
iface vmbr1 inet static
address 10.0.0.2/24
gateway 10.0.0.1
bridge-ports enp45s0
bridge-stp off
bridge-fd 0
#LAN
You're right, I wanted pfsense to replace my isp box and it worked except tv.
I currently have my isp box, pfsense connected on it and my PC.
Isp box or not, the problem on pfsense lan is the same : DHCP not giving configuration to PC client.
address 192.168.1.2/24
[/ICODE] line does. You can easily increment that number by 1 in either Opnsense or proxmox.@Spoonman2002 they do not have 2 DHCP servers on the LAN side as far as I can tell and opnsense is not serving any DHCP on the WAN side. It is ok for the ISP to serve DHCP wan side and Opnsense serve DHCP lan side.
An issue I see on your WAN side 192.168.2.0/24 network where OPNsense has the WAN IP address of 192.168.1.2 while simultaneously giving that same address to proxmox on vmbr0, which is what theaddress 192.168.1.2/24
[/ICODE] line does. You can easily increment that number by 1 in either Opnsense or proxmox.