Actions
Bug #7572
closedopenvpn client resolv-retry infinite issues
Start date:
05/20/2017
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
All
Affected Architecture:
All
Description
vpn_openvpn_client.php and /etc/inc/openvpn.inc
Has checkbox to enable "Infinitely resolve server"
but the resolv-retry infinite config is used also if is a client. This is a client.
In addition, OpenVPN 2.3 has this enabled
by default. I don't see anything here to set it to 0 (zero) to
disable.
To explain a different way, the config.xml has:
<resolve_retry></resolve_retry> while the openvpn$NUM.conf still has:
"resolv-retry infinite".
I suggest getting rid of it of the feature since is default behavior
and is always set here.
Or if you keep make it so unchecked means is "0" and don't set by
default for client too.
(I noticed this while working on my book.
My list of bugs is at http://reedmedia.net/books/pfsense/bugs.html )
Actions