Hi!
Been trying to get my Proxmox setup with a OPNsense as firewall and router. Where vms can connect to and be NAT:et out.
Cant seem to get it to work, have tried so many diffrent approaches but still no luck.
I have currently configured my Proxmox:
The opnsense is configured with vmrbr0 as WAN and vmbr1 as LAN.
Static IP for WAN 185.xx.243.xxx/24
Static IP for LAN 192.168.10.1/24
The VM has config

I have tried e1000 as nic for the vm but same result.
Can anyone please help me?
Been trying to get my Proxmox setup with a OPNsense as firewall and router. Where vms can connect to and be NAT:et out.
Cant seem to get it to work, have tried so many diffrent approaches but still no luck.
I have currently configured my Proxmox:
Bash:
auto lo
iface lo inet loopback
iface ens18 inet manual
up sysctl -w net.ipv4.ip_forward=1
auto vmbr0
iface vmbr0 inet manual
bridge-ports ens18
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet static
address 192.168..1/24
gateway 111.11.1.2
bridge-ports none
bridge-stp off
bridge-fd 0
source /etc/network/interfaces.d/*
The opnsense is configured with vmrbr0 as WAN and vmbr1 as LAN.
Static IP for WAN 185.xx.243.xxx/24
Static IP for LAN 192.168.10.1/24
The VM has config

I have tried e1000 as nic for the vm but same result.
Can anyone please help me?