Hi there,Ah, thanks for testing and spotting this. The following should help: https://github.com/opnsense/core/commit/24f1d05c# opnsense-patch 24f1d05cPlease confirm so we can fast-track this to RC2. Thanks,Franco
Clear the log file once from the log file page and it should be back then. There were incompatible changes early in 18.1.x.Cheers,Franco
I figured out a temporary fix...Made a OPNSense Configuration Backup File. I deleted my OpenVPN Client for Private Internet AccessI commented out these lines in /usr/local/etc/inc/plugins.inc.d/openvpn.inc after chmod 777 of the file in the shell using the file edit feature in WinSCP. Then rebooted my OPNSense box. These lines started around line 620.// case 'p2p_tls':// // For non user auth types setup client specific overrides, user authenticated ones are commissioned// // using the auth script in option auth-user-pass-verify// $conf .= "client-connect \"/usr/local/etc/inc/plugins.inc.d/openvpn/ovpn_setup_cso.php {$mode_id}\"\n";// break;Then reloaded my backup OpenVPN configuration. It then connected.
Yup, all sorted in 18.7. Thanks for testing!Cheers,Franco
When the firewall comes up but OpenVPN is not yet active this can happen.Can you grep for me to be sure?# grep 'ovpn[0-9].*:network' /tmp/rules.debugThanks,Franco
Can't be both oOLet's widen the grep then...# grep :network /tmp/rules.debugCheers,Franco