L2TP-Client On RouterOS For Forward Internet

hi to all

i have a problem
my RouterOS is RB433 and version is 3.25

my configuration :

ether1=local
address=1.1.1.1/24

wlan1=internet
address= 2.2.2.2/24
gateway=2.2.2.1

nat :

ip firewall nat add chain=srcnat action=masquerade

everything is ok and no problem

i have one vpn account for bypass filtering

l2tp-client :

interface l2tp-client add user=xxx password=yyy connect-to=“static valid ip address of my vpn provider” disabled=no add-default-route=yes

connected properly

now i need bypass all internet trafic by lt2p
but can not found any way for this

example :
now : desktop pc-> mikrotik-> internet

i want : desktop pc → mikrotik → l2tp ->internet
please help me
thanks

First of all try to add out-interface=wlan1 to your masquerade rule. Try to trace-route some internet addresses with L2TP tunnel established, perhaps that will help to find the problem.

dear
i do config my router in yesterday by mangle and work it very good

thanks for your answer :slight_smile: