Actions
Bug #8261
closedOpenVPN tunnel network handled incorrectly with a /31 tunnel network
Start date:
01/06/2018
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.4.2_1
Affected Architecture:
All
Description
When defining the tunnel network to be used in an openvpn site-to-site tunnel, if you define a /31 network, the configurator incorrectly assumes a /30 network even as a /31 is perfectly fine for openvpn.
ie. 10.1.1.4/31 is 10.1.1.5 and 10.1.1.6 in actual configuration when it should be 10.1.1.4 and 10.1.1.5
There are likely some other issues with ptp link address handling with gateways and interfaces as well...
Updated by Pi Ba almost 7 years ago
Is fixed by: https://github.com/pfsense/pfsense/pull/3895
Updated by Jim Pingle almost 7 years ago
- Category set to OpenVPN
- Status changed from New to Feedback
- Target version set to 2.4.3
- % Done changed from 0 to 100
- Affected Architecture All added
- Affected Architecture deleted (
)
PR was merged two weeks ago
Updated by Jim Pingle almost 7 years ago
- Status changed from Feedback to Resolved
Tunnel networks are calculated properly with /31 now
Actions