/ip firewall nat add chain=srcnat src-address=192.168.100.0/24 action=masquerade comment="VPN Internet Access"
# Pool /ip pool add name=l2tp-pool ranges=192.168.100.10-192.168.100.100 mikrotik l2tp server setup full
/ip firewall filter add chain=input connection-state=established,related action=accept comment="Allow established/related" /ip firewall nat add chain=srcnat src-address=192