Trouble with L2TP
Posted: Thu Jan 31, 2013 7:12 pm
Hi, I'm trying to establish a L2TP tunnel between two Mikrotik; this is client-side configuration:
The error I got on server-side is:
On the same server I've several other L2TP tunnel (same configuration) that are working fine.
What can I check?
Thank you!
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!