Mobile broadband ssh cloud/device
Posted: Fri Dec 10, 2021 3:03 pm
I am trying to connect the cloud that has VPN server to the client Ubuntu 18.
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 device.
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 device.