Page 1 of 1

Trouble with L2TP

Posted: Thu Jan 31, 2013 7:12 pm
by siugh
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!

Re: Trouble with L2TP

Posted: Sun Feb 03, 2013 8:06 am
by jandafields
Does it work with a direct connected cable? Your ISP might be blocking it.