L2TP tunnel to internet, route priority.

Hey.. I am fairly new to the mikrotik thing.

We have 5 clients with Mikrotiks on their roofs connected to the internet by their wireless cards. They connect to a local hotspot and dhcp off them, (Authenticated by Mac Address). An L2TP link is then opened up to the Mikrotik we have at our gateway. The link is brought up but I can’t get the traffic over that link instead of the unencrypted one.

[admin@Seb-Tik] > /ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf

DST-ADDRESS PREF-SRC G GATEWAY DISTANCE INTERFACE

0 ADC 192.168.7.0/24 192.168.7.1 ether1
1 ADC 192.168.10.14/32 192.168.10.13 l2tp-out1
2 ADC 192.168.148.0/24 192.168.148.208 wlan1
3 AD 0.0.0.0/0 r 192.168.148.1 0 wlan1
4 D 0.0.0.0/0 r 192.168.10.14 1 l2tp-out1

Explains the issue. Obviously the wlan1 interface is brought up first, then the l2tp one, but how to I change the priorities of the routes and prefer the l2tp-out route?

Thanks