Acces to mikrotik router through other router

Hi everyone.
I have a little problem with routes.
I attach image. I configured vpn-tunnel and it`s work! But I want to connect from PC1(192.168.2.X) to Server (192.168.0.50).
Thank you!
tunelvpnasus.png

Did you configure static route on Asus? You need a route towards 192.168.0.0/24 using GW 192.168.8.1 (or rather IP address of the same RB in 192.168.2.0/24 network)… in addition to the one you probably already have for subnet 192.168.8.0/24. That’s if you don’t perform NAT on RB 192.168.8.1..
If you’re performing src-nat (or masquerade) on said RB (to mask 192.168.8.0/24 from Asus), then you’ll have to bother with dst-nat rules on that RB and make appropriate connection from PC1.

how to configure static route on asus? Sorry, I don`t understant

This is not Asus support forum …

Asus runs linux: route package should be there.
If you want more control you might want to run Merlin https://asuswrt.lostrealm.ca

Yes, I have Asus-Merlin.
asusroute.PNG

There you go then, enter your extra routes there

@sebastia Thank you.
What ip I fill in this table? Network from mikrotik or pc ? gateway? I want this router and pc client who connected in asus can acces to server 192.168.0.49.

mkx post details that. do that

Hi,
I configured and its works. PC1 through asus router can ping to server (192.168.0.50) and webfig (192.168.0.1). But devices connected from mikrotik right can acces to webfig, connect to server by rdp and devices connected from asus cant connect&acces.. only ping it`s work!
So how to configure in NAT to access all devices from router asus to mikrotik left(192.168.0.0/24)?

Thanks.

Why dont you add a route on the mikrotik that gives it access to the Asus subnet, then just plug PC1 into that mikrotik instead?