Bug #8261
OpenVPN tunnel network handled incorrectly with a /31 tunnel network
Start date:
01/06/2018
Due date:
% Done:
100%
Estimated time:
Affected Version:
2.4.2_1
Affected Architecture:
All
Release Notes:
Default
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...
History
#1
Updated by Pi Ba over 3 years ago
Is fixed by: https://github.com/pfsense/pfsense/pull/3895
#2
Updated by Jim Pingle about 3 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
#3
Updated by Jim Pingle about 3 years ago
- Status changed from Feedback to Resolved
Tunnel networks are calculated properly with /31 now