ovpn.conf failed on explicit-exit-notify
Posted: Thu Feb 28, 2013 1:03 am
I've recently loaded [DD-WRT v24-sp2 (08/07/10) mega] and configured it to run OpenVPN via StrongVPN.
Now here is my problem. When the router loads and execute the OpenVPN tunnel, it encounters this error:
When I look at the /tmp/ovpn/ovpn.conf file, line 18, it says:
explicit-exit-notify 2
So when I (vi) the ovpn.conf file and just comment out this entry it works:
So I'm wondering, is my DD-WRT code not able to understand (explicit-exit-notify)? And also,
when I reboot my router, why are my changes not saved? The field that I commented out is
now uncommented. Do I need to do something so save my changes to memory?
Thanks,
Now here is my problem. When the router loads and execute the OpenVPN tunnel, it encounters this error:
Code: Select all
Feb 27 19:48:48 earth daemon.err openvpn[18272]: Options error: Unrecognized option or missing parameter(s) in /tmp/ovpn/ovpn.conf:18: explicit-exit-notify (2.1.1)
Feb 27 19:48:48 earth daemon.warn openvpn[18272]: Use --help for more information.
explicit-exit-notify 2
So when I (vi) the ovpn.conf file and just comment out this entry it works:
Code: Select all
Feb 27 19:51:14 earth daemon.notice openvpn[18378]: Initialization Sequence Completed
So I'm wondering, is my DD-WRT code not able to understand (explicit-exit-notify)? And also,
when I reboot my router, why are my changes not saved? The field that I commented out is
now uncommented. Do I need to do something so save my changes to memory?
Thanks,