Update from PfSense 1.2 to 2.0.1
-
Hallo,
i have updated pfsense, after this update the firewall start fine and i can login via ssh but not via webgui, webgui not start on startup, and the inbound/outbound traffic through the firewall is blocked.
I have see this is due to the openvpn firewall rules, filter reload status display this log "Checking for nat PF hooks in package /usr/local/pkg/openvpn.inc".
I have disabled the openvn sever but i have same error above.Any idea?
Thanks
-
OpenVPN used to be a package way back when. It sounds like the pkg file didn't get removed and that's causing the filter reload to get stuck (likely because that old pkg inc file can't run on PHP 5.x).
At a command prompt, run:
rm /usr/local/pkg/openvpn*
And then:
/etc/rc.filter_configure_syncand see if that fixes it.
-
Thanks CMB,
Your intuition is right, I deleted the files in the old installation of openvpn I launched and everything works fine.Thanks
Best RegadsVito
Privacy Policy · Cookie Policy