Project

General

Profile

Actions

Bug #15148

closed

OpenVPN Wizard fails when a VIP is used

Added by Steve Wheeler 4 months ago. Updated 4 months ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
OpenVPN
Target version:
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

Also available in: Atom PDF