Mobile broadband openvpn connection

Hello!
I am working on NVIDIA Jetson nano.
I am trying to connect the cloud that has VPN server to the client Jetson nano.
I downloaded the .ovpn file on my client Desktop with sudo access. I assigned a static IP to my client device.
I connected through wifi, imported the configuration than started the session. I was able to connect to the VPN server.
I used the following command: openvpn3 session-start --config <filepath.ovpn>
After connecting ssh from the cloud that has the VPN server, the connection was established, and I was able to access the client devices from the server through ssh.
I even tried different wifi networks, I managed to make the connection work.
However, my question is I want to access the client device through ssh from the cloud server using a mobile broadband instead of wifi. When I connect to the mobile broadband, and use the command openvpn3 session-start --config <filepath.ovpn>, the internet doesn’t work anymore on the client and I can’t connect anymore to the server.
How can I solve this issue? To have internet access through mobile broadband and connect ssh from the server to the client devices.

Hi @melissa1,

You posted in the DOCA category, this topic should live in the Jetson Nano section. I am going to move it over for you.

Best,
Tom K

We don’t support VPN officially, please refer to below thread to see if can help:
Create VPN on the Jetson Nano, and the system will hang up and reboot - Jetson & Embedded Systems / Jetson Nano - NVIDIA Developer Forums

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.