Firewalld and Pritunl Oracle linux 8

I have a recent install of pritunl on oracle linux 8. All is updated and latest and greatest. Im able to get my clients connected just fine. However the only thing i can reach is the VPN server itself. I have an identical pritunl setup on centos7 and it is working fine but I need to migrate off of due to EOL. I have the same identical routes and wireguard setup on both. The only difference I see in the firewall configs is forward is set to no on the new “non working pritunl”. On the working machine forward isn’t even showing up under the config. Anyhelp much appreciated. I’m sure its a simple firewall-cmd that I’m missing.

Below is an example of my routes.
x.x.221.0/24 Vir network
x.x.224.0/24 WG network
x.x.2.0/24 local network I’ve also tried 0.0.0.0/0

Firewalld can’t be used with Pritunl, this would interfere with the iptables configuration for Pritunl. Any firewall should be configured externally.

Hey Zach, interesting because its working on the cento 7 box with firewalld running.

I disabled firewalld and all seems to be working now. I would like to be able to use the local firewall so i’ll look into what I did on the old centos 7 box.

Thanks for your help!