I want that my mtik l2tp/ipsec client when connects to my mtik l2tp/ipsec server uses lte2 gateway (192.168.51.1)
My config that does not work for l2tp/ipsec but for example works (slightly changed) for pptp client is:
Code:Select all
/ip firewall address-list add address=my.server.ddns.address list=adressddns /ip firewall mangle add action=mark-routing chain=output dst-address-list=adressddns new-routing-mark=markforl2tp passthrough=no /ip route add distance=1 gateway=192.168.8.1 (lte1) add distance=1 gateway=192.168.51.1 routing-mark=markforl2tp (lte2)
How can I force ipsec client to use lte2 interface instead lte1?