Hello I setup a mikrotik openvpn server I am able to successfully login into router my problem is it doesn't route anything and this problem only appears on ovpn l2tp and pptp works fine.when I search what is my IP I see my own IP not the routers IP . Here is my client config:
client
dev tun
proto tcp
remote <ip> <port>
nobind
persist-key
persist-tun
tls-client
remote-cert-tls server
cipher AES-256-CBC
auth SHA1
auth-user-pass
verb 3
redirect-gateway def1
<ca>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</ca>
<cert>
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
</cert>
<key>
-----BEGIN PRIVATE KEY-----
-----END PRIVATE KEY-----
</key>