Actions
Bug #2686
closedOpenVPN listens on interface address instead of VIP
Start date:
11/18/2012
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:
Description
The OpenVPN server listens on the interface address instead of the specific ip address (VIP).
In c1449c948480dd1a445a94b1aa991addd6e50e5b the required $ipaddr variable was commented out leading to this behavior. Pull request https://github.com/bsdperimeter/pfsense/pull/244/files reintroduces these variables.
However additional changes are required to enable the usage of IPv6 VIPs since the openvpn.inc differentiates between 'ipaddr' and 'ipaddrv6', while the remaining code e.g. vpn_openvpn_server.php apparently does not.
Updated by Chris Buechler about 12 years ago
- Category set to OpenVPN
- Status changed from New to Feedback
- Target version set to 2.1
merged
Updated by Chris Buechler almost 12 years ago
- Status changed from Feedback to Resolved
confirmed working
Actions