Hi, I’m trying to establish a L2TP tunnel between two Mikrotik; this is client-side configuration:
/ interface l2tp-client
add name="hotspot-mng" max-mtu=1460 max-mru=1460 connect-to=111.22.33.44 \
user="login@realm" password="password" profile=hotspot-mng \
add-default-route=no allow=mschap2 disabled=no
/ ppp profile
add name="hotspot-mng" use-compression=default use-vj-compression=default \
use-encryption=default only-one=default change-tcp-mss=default comment=""
The error I got on server-side is:
l2tp info first L2TP UDP packet received from 88.99.xx.yy
l2tp info first L2TP UDP packet received from 88.99.xx.yy
l2tp info first L2TP UDP packet received from 88.99.xx.yy
On the same server I’ve several other L2TP tunnel (same configuration) that are working fine.
What can I check?
Thank you!