Code: Select all
/ 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
Code: Select all
/ ppp profile
add name="hotspot-mng" use-compression=default use-vj-compression=default \
use-encryption=default only-one=default change-tcp-mss=default comment=""
Code: Select all
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!