You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting the OpenVPN Tunnel client configuration file (.json), only the first defined public endpoint is included as the remote. Additional remote endpoints are omitted.
Steps to reproduce
Create an OpenVPN Tunnel Server and configure multiple public endpoints.
Download the NethSecurity Client configuration file (.json).
Import the downloaded configuration file into another NethSecurity
Expected behavior
The OpenVPN tunnel client should include all defined public endpoints as remotes in the configuration.
Actual behavior
Only the first public endpoint is configured as the remote in the client configuration file. The additional public endpoints are omitted.
UCI server configuration :
root@NethSec:~# uci show openvpn.ns_tunsrv1.ns_public_ip
openvpn.ns_tunsrv1.ns_public_ip='8.8.8.8''8.8.4.4'
json content :
~$ jq '.RemoteHost' tunsrv1.json
"8.8.8.8"
NethSecurity 8-23.05.5-ns.1.4.1
The text was updated successfully, but these errors were encountered:
When exporting the OpenVPN Tunnel client configuration file (
.json
), only the first defined public endpoint is included as the remote. Additional remote endpoints are omitted.Steps to reproduce
.json
).Expected behavior
The OpenVPN tunnel client should include all defined public endpoints as remotes in the configuration.
Actual behavior
Only the first public endpoint is configured as the remote in the client configuration file. The additional public endpoints are omitted.
UCI server configuration :
json
content :NethSecurity 8-23.05.5-ns.1.4.1
The text was updated successfully, but these errors were encountered: