/interface bridge
add name=local
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=L2TP-pool ranges=10.0.88.10-10.0.88.254
/ppp profile
add bridge=local change-tcp-mss=yes dns-server=
1.1.1.1,
8.8.8.8 local-address=\
10.0.88.1 name=L2TP-profile remote-address=L2TP-pool use-encryption=yes
/interface l2tp-server server
set enabled=yes
/ip address
add address=
10.0.88.1/24 interface=local network=
10.0.88.0/ip dhcp-client
add disabled=no interface=ether1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ppp secret
add name=spb profile=L2TP-profile service=l2tp