OVPN Connection Up but NOT receiving data

Hi all,

So I've managed to muddle my way through from reading the OpenVPN configurations provided by PIA.  And have managed to establish a connection on my Mikrotik Router.

However,  after the connection is initiated.  I'm unable to, or do not receive return data.

I have created the required NAT rules to masquerade my connection out.  And also ensure that the default route is set.

HOWEVER,  it appears that I'm sending data,  but no receiving data.

Comments

  • Here's snippets off my conf...

    /interface/ovpn-client>
    name="ovpn-pia-us-california.privateinternetaccess.com" mac-address=02:D8:D3:A8:9A:64 max-mtu=1400 connect-to=us-california.privateinternetaccess.com port=502 mode=ip user="user" 
          password="password" profile=client-ovpn-pia certificate=none auth=sha1 cipher=blowfish128 add-default-route=yes


    /ip/firewall/nat>
    chain=srcnat action=masquerade out-interface=ovpn-pia-us-california.privateinternetaccess.com log=no log-prefix=""


    Other than that.  There's no firewall rules etc.

Sign In or Register to comment.