Hello.
I am trying to create OpenVPN Server-Client architecture with two RUT 906 using mobile connection as on the example:
https://wiki.teltonika-networks.com/view/Connecting_two_same_subnet_office_networks_using_OpenVPN_bridge_(TAP)_on_RUTX
I have public static ip addresses on both of my routers. I am trying with TUN
Server configuration
- Enable the instance
- Select Tunnel mode
- Select TCP protocol
- Select Port
- Select TLS authentication
- Set Keep alive period
- Set virtual network IP address
- Set virtual network Netmask
- If you generated certificates on the device, turn this option ON
- Select Certificate authority
- Select Server certificate
- Select Server key
- Select Diffie Hellman parameters
Client configuration
- Enable the instance
- Select Tunnel mode
- Select TCP protocol
- Select Port
- Select TLS authentication
- Enter Public IP address of the Server (WAN IP of RUT1)
- Set Keep alive period
- Enter server network IP address (If you wish to access it)
- Enter server network Netmask
- Select Certificate authority
- Select Client certificate
- Select Client key
After generating all the certificated like in the following example
https://wiki.teltonika-networks.com/view/RUTX50_Administration#Certificate_Generation
and downloading them from Certificate manage they were imported on their places on the Server and Client side. The server has started without problem and is still active but the client wasn’t able to connect.
I have tried with Windows OpenVPN Connect as a client as well but the result is same.
Can you please help?