Open adililhan opened 5 years ago
@adililhan it looks like you are using both lns and lac setting in your xl2ptd.conf and it appears commented out. Is that correct? Or is there an error in the copy/paste?
@shussain sorry, I copied and pasted the original file's content. I updated the question with my own file. I couldn't find a documentation how xl2tpd works on OpenWRT. I followed this page: https://linux.die.net/man/5/xl2tpd.conf
So, I'm not sure how does LAC section work. Thank you for your help @shussain
Can you please provide your /etc/ppp/options.xl2tpd
I am assuming your error message is the same?
root@OpenWrt:~# cat /etc/ppp/options.xl2tpd
#
noauth
debug
dump
logfd 2
logfile /var/log/xl2tpd.log
noccp
novj
novjccomp
nopcomp
noaccomp
mtu 1400
mru 1400
require-mschap-v2
lcp-echo-interval 20
lcp-echo-failure 5
connect-delay 5000
nodefaultroute
noipdefault
proxyarp
Yes, the error message is the same.
Hi,
OpenWRT Version: 18.06.1 xl2tpd version: xl2tpd-1.3.12 uname -a: Linux OpenWrt 4.9.120 #0 Thu Aug 16 07:51:15 2018 mips GNU/Linux
I've installed xl2tpd on my OpenWRT router. I've configured the xl2tpd. However, it doesn't connect to my server. I'm absolutely sure the credentials are correct. The credentials are working fine on my computer.
Some outputs:
cat /etc/xl2tpd/xl2tp-secrets:
* * SERVER_SHARED_KEY_HERE
cat /etc/xl2tpd/xl2tpd.conf
cat /etc/config/network
When I start the L2TP service I get this error:
When I start the L2TP service I get this error sometimes:
This error sounds familiar with #147.
Is there any idea regarding this problem?