Ok, we're working on this issue here. There is a patch for your issue that should work already:https://github.com/opnsense/core/issues/2625Cheers,Franco
The hangs and error messages point to traffic being pushed over OpenVPN links that are not yet set up / active. The line in question reads [84]: nat on ovpns3 inet proto {tcp udp} from (ovpns3:network) to {PRIVATE IP} port {53} -> ovpns3 port 1024:65535 #Points to "ovpns3" causing the error, again, because it's being configured without being up/configured itself. I've added more () magic here in subsequent commits but testing is difficult and we need to give it some time on -devel.Cheers,Franco