Actions
Bug #15148
closedOpenVPN Wizard fails when a VIP is used
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
24.03
Release Notes:
Default
Affected Version:
Affected Architecture:
All
Description
If you create a remote access server using the OpenVPN wizard and select a VIP as the interface it creates an invalid config and firewall rule.
In both cases it's because the 'interface' is populated incorrectly, for example:
<interface>_vip5f14838faac2c|172.21.16.88</interface>
That is using a CARP VIP on WAN.
Resaving the server config creates the correct values:
- <interface>_vip5f14838faac2c|172.21.16.88</interface> + <interface>_vip5f14838faac2c</interface> + <ipaddr>172.21.16.88</ipaddr>
The firewall rule is created in the config but the nvalid interface means it cannot be resaved in the webgui.
Actions