Hello all,
Here is my problem that i can solve yet. I have a ovpn server on a mikrotik with X subnets and i want to add route to the ovpn client to see all the subnets.
infos :
192.168.2.1 is the mikrotik
192.168.2.x is the subnet that dchp running for lan and opvn clients.
i want to ping 192.168.3.x.
Here is my opvn config
client
dev tun
proto tcp-client
remote .sn.mynetname.net
port 51194
nobind
persist-key
#persist-tun
tls-client
remote-cert-tls server
ca cert_export_CA.crt
cert cert_export_CLIENT.crt
key cert_export_CLIENT.key
verb 4
mute 10
cipher AES-256-CBC
auth-user-pass auth.cfg
auth SHA1
auth-nocache