Dear Team,
I have my open vpn address pool as 192.168.0.1-192.168.0.253 and my remote laptop has been assigned IP address 192.168.0.5 and address pool for ether2-LAN1 as 192.168.1.1-192.168.1.253 but after connecting successfully on open vpn I can’t ping any device on ether2-LAN1, kindly any configurations I need to do on the routing.
Thank you.
If the ovpn server shows the connection but the client cannot access the network behind the ovpn server I would guess the routing rule is missing on the client side. Check the .ovpn file for an entry like:
# Add routes to networks behind MikroTik
route 192.168.1.0 255.255.255.0
My best guess … but you gave very little info.