Hi all
I just need help with accessing multiple subnet range over OpenVPN.
- My OpenVPN can connect with problem.
- I have to subnets 192.168.0.0/24 & 192.168.3.1/24
I need client to be able to reach both ip range once connect
please help
Hi all
I just need help with accessing multiple subnet range over OpenVPN.
I need client to be able to reach both ip range once connect
please help
The MikroTik OpenVPN cannot do that.
cant these be over comed via routing ?
Sure but you would have to do that yourself, by adding a route on the client every time you connect.
Normally OpenVPN can push routes to clients, and RouterOS cannot do that.
You can put routes in client’s config file:
route 192.168.0.0 255.255.255.0
route 192.168.3.0 255.255.255.0
route 192.168.0.0 255.255.255.0
route 192.168.3.0 255.255.255.0
redirect-gateway def1