Mikrotik rb750GL
Conneted to VPN 192.168.10.0/24
and have lan net 192.168.20.0/24
What should i add for users in Lan 192.168.20.x to see 192.168.10.x
added local bridge, added this local bridge to ppp profile
and added route 192.168.10.0./24 with pptp-interface as gateway
If both networks have their default route pointing mikrotik router, they should see each other.
Why did you add local bridge to pptp profile?
Adding this means you have site to site VPN and you want to link routers using BCP (Bridge Control Protocol), i guess it is not your propose.
192.168.10.0/24 has its own router (that is VPN server). So mikrotik could see 192.168.10.0/24 PCs but Users in 192.168.20.0/24 couldnt. Thats the problem.
Maybe you need to add routes between routers.
Please post a simple diagram of your two routers, networks and IPs
You need this route in MikroTik Router
ip route add dst-address=192.168.10.0/24 gateway=(IP VPN on Dlink router)
and in the D-link router (in the brand syntax)
ip route add dst-address=192.168.120.0/24 gateway=(IP VPN on MikroTIk Router)
VPN only with DHCP. And i can’t add routes to connection(