Overview
If you need to determine which CloudConnexa server your OpenVPN Client or Connector is connected to, you can follow the steps below based on your operating system.
Windows and macOS
Option 1: From the OpenVPN Connect app UI
- Launch the OpenVPN Connect app.
- Click or tap to connect with the CloudConnexa connection profile.
- Locate the Server Public IP field in the app interface:
Option 2: From the OpenVPN Connect logs
- Launch the OpenVPN Connect app (ensure it's v3).
- Click the Log icon (scroll icon) in the upper-right corner:
- Save the log file by clicking the envelope icon:
- Open the saved log file and scroll to the end.
- Start at the end of the log and scroll backward to find the first occurrence of "Connecting to". Example:
The IP address in the line above is the CloudConnexa server´s public IP address.
Linux
- Ensure the Connector or OpenVPN Client is connected to CloudConnexa, then connect via SSH to the Connector/OpenVPN Client to run the necessary commands.
- Identify the CloudConnexa server IP depending on the protocol (UDP or TCP):
- If the Connector is using UDP (default setting):
# ss -n | grep 1194
- The CloudConnexa Server´s IP address will be the IP address found before
:1194
, in this case,177.54.156.133
.
- The CloudConnexa Server´s IP address will be the IP address found before
- If the Connector is using TCP:
# ss -n | grep 443
- The CloudConnexa server's IP is the address before
:443.
- Be aware that TCP port 443 is also used for HTTPS applications, so the output may include other unrelated IP addresses.
- If you´re in doubt about that, please send us the output of the command.
- The CloudConnexa server's IP is the address before
- If the Connector is using UDP (default setting):
If you have questions, submit a support ticket.
Comments
0 comments
Please sign in to leave a comment.