sshremote-accessvpnopenvpn

Connect remote ssh to pc... pc connect vpn


I have:
-PC with ubuntu 18
-Install and configure ssh for remote access
-Open ssh port in my router
-My IP is dinamic, so I configure Dynamic DNS (www.noip.com).

I have remote access to my PC from another external computer, with domain no-ip and ssh port. No problem.

Now:
-I connect my PC for Tunnel VPN (openvpn) to a VPN server (VPNbook)
-Refresh my no-ip domain with the new public VPN IP.
-But I can't connect for ssh (domain no-ip and ssh port) to my PC...

Why? What am I missing?


Solution

  • Finally I found:

    In my PC:

    1. Connect VPN
    2. List item

    Execute:

    ip rule add from 192.168.0.101 table 128
    ip route add table 128 to 192.168.0.0/24 dev enp2s0f0
    ip route add table 128 default via 192.168.0.1
    

    Where:

    Now, i have remote access for ssh.