Actions
Regression #13319
closedOpenVPN site2site with SSL/TLS doesn't apply the remote network route
Status:
Not a Bug
Priority:
Normal
Assignee:
-
Category:
OpenVPN
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Default
Affected Version:
2.7.0
Affected Architecture:
amd64
Description
I'm testing 2.7 DEV snapshot and I have two OpenVPN site2site client connections.
One (ovpnc1) uses sharedkey and the other (ovpnc2) has been migrated to SSL/TLS.
After the upgrade, the SSL/TLS connects but it doesn't apply the route of the "IPv4 Remote network"
[2.7.0-DEVELOPMENT][root@xxxx]/root: netstat -nr |grep ovpn
10.0.11.0&0xa000b01 10.0.11.1 UGS ovpnc2
10.0.11.1 link#12 UH ovpnc2
10.0.12.1 link#11 UH ovpnc1
192.168.192.0/18 10.0.12.1 UGS ovpnc1
On 2.6.2 the route is correctly applied for both.
As workaround I'm applying the route "192.168.0.0 255.255.128.0 10.0.11.1" on custom options.
Files
Actions