Below you can se a “copy og my Client OpenVPN” where I type in my IP…
…but where do I find my Ip on my RUTX50 ???
as I need it when I have to connect to my OpenVPN-server ???
##############################################
Sample client-side OpenVPN 2.0 config file
for connecting to multi-client server.
This configuration can be used by multiple
clients, however each client should have
its own cert and key files.
On Windows, you might want to rename this
file so it has a .ovpn extension
##############################################
client
dev tap
proto tcp remote xxx.xxx.xxx.xxx 1122
nobind
persist-key
persist-tun
ca “c:\Program Files\OpenVPN\config\ca.crt”
cert “c:\Program Files\OpenVPN\config\client01.crt”
key “c:\Program Files\OpenVPN\config\client01.key”
remote-cert-tls server
cipher AES-256-GCM
verb 3
Yes, to connect to your OpenVPN server in remote xxx.xxx.xxx.xxx line you have to specify a public IP address of your RUTX50 that can be found in the WebUI navigated to Network → WAN page. More information regarding public and private IPs can be found here.
Also, ensure your devices don’t have shared public IP addresses since the VPN wouldn’t work. In brief, check if the IPs displayed on the Network → WAN page and from What Is My IP are the same.
And could you clarify if you’re trying to connect to the OpenVPN server (RUTX50) as a client or connecting the RUTX50 (client) to another server? In addition, more information regarding OpenVPN configuration can be found here.
Besides if you don’t have a public IP address – RMS VPN or ZeroTier could be alternative solutions.