Simple L2TP/IPSEC roadwarrior

I’m sure this has been asked 100000 times.

Followed this guide 100%
https://wiki.mikrotik.com/wiki/Manual:IP/IPsec#Basic_L2TP.2FIPsec_setup
"This example demonstrates how to easily setup L2TP/IPsec server on RouterOS for road warrior connections (works with Windows, Android, iOS, macOS and other vendor L2TP/IPsec implementations). "

Getting a insane amount of entries once i connect to VPN in the firewall. basically, all my traffic is being dropped.
my client is getting an address of 192.168.92.99 which is inside the pool.
getting a netmask of 255.255.255.255
and a gateway of 0.0.0.0.

the log entries look like so.

feb/21 19:31:03 firewall,info forward: in:<l2tp-reid> out:ether1, proto TCP (SYN),
 192.168.92.99:27285->45.33.75.206:443, len 52 
feb/21 19:31:03 firewall,info forward: in:<l2tp-reid> out:ether1, proto TCP (SYN),
 192.168.92.99:27258->18.211.118.21:443, len 52 
feb/21 19:31:03 firewall,info forward: in:<l2tp-reid> out:ether1, proto TCP (SYN),
 192.168.92.99:27239->52.33.102.226:443, len 52 
feb/21 19:31:03 firewall,info forward: in:<l2tp-reid> out:ether1, proto TCP (SYN),
 192.168.92.99:27286->45.33.75.206:443, len 52 
feb/21 19:31:03 firewall,info forward: in:<l2tp-reid> out:ether1, proto TCP (SYN),
 192.168.92.99:27240->52.33.66.38:443, len 52 
feb/21 19:31:03 firewall,info forward: in:<l2tp-reid> out:ether1, proto TCP (SYN),
 192.168.92.99:27287->45.33.75.206:443, len 52 
feb/21 19:31:04 firewall,info forward: in:<l2tp-reid> out:ether1, proto TCP (SYN),
 192.168.92.99:27288->45.33.75.206:443, len 52

Any thoughts on this?

Hello

A gateway of 0.0.0.0? That can’t be good. You’re probably missing stuff in your ppp profile.

Post your ppp setup. /ppp export.

I have this basic setup and it works great.

Is your tunnel coming up? I’m guessing yes if you’re getting an address.

Sent from my cell phone. Sorry for the errors.