Actions
Bug #15063
openvpn_openvpn_server.php: shows last used interface, after changing to multihome
Status:
Confirmed
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.1
Affected Architecture:
Description
How to reproduce:
1. Create openvpn server with interface "WAN" and protocol "UDP on IPv4 only"
2. Save config and reopen it
3. Change to multihome and save config
Now there is still "WAN" at openVPN overview. It should be "ANY".
Updated by Danilo Zrenjanin 11 months ago
I can confirm this behavior.
Tested against:
23.09.1-RELEASE (amd64) built on Wed Dec 6 20:22:00 UTC 2023 FreeBSD 14.0-CURRENT
The issue seems to be only cosmetic. Changing to Multihome does make it listen on all IPs.
Shell Output - sockstat -4 -l | grep :1194 root openvpn 96443 6 udp46 *:1194 *:*
Actions