@firestar:
I've updated the firmware of the testbox to:
1.2-BETA-1-TESTING-SNAPSHOT-05-11-2007
built on Mon May 14 11:30:09 EDT 2007
I noticed these lines in the System logs-OpenVPN:
openvpn[304]: Use --help for more information.
openvpn[304]: Options error: Unrecognized option or missing parameter(s) in /var/etc/openvpn_client0.conf:14: remote (2.0.6)
openvpn[300]: Use --help for more information.
openvpn[300]: Options error: Unrecognized option or missing parameter(s) in /var/etc/openvpn_server0.conf:14: lport (2.0.6)
I never used or configured VPN/OpenVPN and in the other pfSense machine running the stable 1.0.1 version, the system log is obviously blank. Maybe a bug in snapshots?
This was a previous bug that has been fixed but the only way to fix it is to remove the blank entries from config.xml.
To do this enter the pfSense PHP shell and run these commands:
unset($config['installedpackages']["openvpnserver"]['config']);
unset($config['installedpackages']["openvpnclient"]['config']);
write_config();
exit