L2TP client routing

Hi, i’m stuck on a issue with my routing.

I have a DrayTek 2926 router and my Mikrotik RB2011 dials to the DrayTek with a L2TP client. My tunnel is up and I can ping to the remote network devices from the terminal (winbox). But my local devices cannot ping the remote network at all. I specifically don’t want a masquerade rule because I want both connections to internet through their own ISP’s.

Can anyone help me out?

Add a route on both sides using the l2tp interface..

I have my route table:

0 A S 0.0.0.0/0 [WAN GW] 1
1 ADC [WAN Subnet] [WANIP] ether1_wan 0
2 A S 172.30.0.0/22 l2tp-out 1
3 ADC 172.30.0.1/32 172.30.0.204 l2tp-out 0
4 ADC 192.168.70.0/24 192.168.70.1 ether2_lan1 0
5 ADC 192.168.200.0/24 192.168.200.1 ether3_lan2 0

192.168.70.0/24 is my local LAN
192.168.200.0/24 is a second LAN dedicated for WiFi
172.30.0.0/22 is the remote subnet

what about the other side?