OpenVPN can't access lan

Hello I’m new at the routerOS and I have same problems.
My isp router is 192.168.10.1
Mikrotik router 192.168.10.2 ether1 connects with isp router.
Ether2-ether5 is bridge and I have my network 192.168.1.0/24.
I tried to setup a ovpn server 10.0.0.1
I make a pool with network 10.0.0.2-20
I connect from my remote devices but I can’t access the others lans.
Can you help me?
Thanks in advance

Remote device have a route set for 192.168.1.0/24 access with gate 10.0.0.X and route set to your router to access other network?

can you post the relevant configuration?

/interface ovpn-server export
/ip pool export
/ppp profile export
/ppp secret export hide-sensitive

and an “/ip route print” with at least one openvpn client connected.

what i assume that you do masquerade on ether1 towards your ISP’s router. and you must have some port-forwarding configured in the ISP router to let OVPN packets pass through to your mikrotik device.

usually this must be working like a charm, as long you have just a single mikrotik both for openvpn-server and router. for each connected device - both in the LAN and via oVPN - your router must be the “default gateway” with the respective address (10.0.0.1 on oVPN, and 192.168.1.x on the LAN). so routed traffic will be passed between the subnets.

what you can not expect from this setup is to have non-routable protocols (like bonjour, mdns, and similar) to work between your ovpn connected devices and the LAN.