1
General Discussion / Re: Cloned opnsense VM, no internet access
« on: May 28, 2023, 01:33:51 am »
Okay after I tried with opnsense 23.1.8, reset to factory defaults, even with a completely new installation and all of these approaches were showing the same behaviour, I knew it must be something else.
Fortunately it is documented in the proxmox docs (I simply forgot about it). I was missing the following entries in my network/interfaces file:
On my first proxmox node it was working without these lines but the third node needed it. I think that could be because the third proxmox node is running on a slightly newer version, so updating the first node would maybe cause the same issue. Nevertheless it is working now. I don't want to touch the VM again, so still don't know for sure if I can clone the VM, as the latest setup was a fresh installation.
Fortunately it is documented in the proxmox docs (I simply forgot about it). I was missing the following entries in my network/interfaces file:
Code: [Select]
post-up iptables -t raw -I PREROUTING -i fwbr+ -j CT --zone 1
post-down iptables -t raw -D PREROUTING -i fwbr+ -j CT --zone 1
On my first proxmox node it was working without these lines but the third node needed it. I think that could be because the third proxmox node is running on a slightly newer version, so updating the first node would maybe cause the same issue. Nevertheless it is working now. I don't want to touch the VM again, so still don't know for sure if I can clone the VM, as the latest setup was a fresh installation.