Community discussions

MikroTik App
 
siugh
just joined
Topic Author
Posts: 8
Joined: Fri Dec 31, 2010 1:49 pm

Trouble with L2TP

Thu Jan 31, 2013 7:12 pm

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!
 
jandafields
Forum Guru
Forum Guru
Posts: 1515
Joined: Mon Sep 19, 2005 6:12 pm

Re: Trouble with L2TP

Sun Feb 03, 2013 8:06 am

Does it work with a direct connected cable? Your ISP might be blocking it.