Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xl2tpd[16101]: No such tunnel '***' #239

Open
18252127005 opened this issue Jun 15, 2022 · 4 comments
Open

xl2tpd[16101]: No such tunnel '***' #239

18252127005 opened this issue Jun 15, 2022 · 4 comments

Comments

@18252127005
Copy link

18252127005 commented Jun 15, 2022

problem show 16101, I don't know what to do

@shussain
Copy link
Collaborator

Can you please post your xl2tpd configuration and what version of xl2tpd are you using?

@18252127005
Copy link
Author

xl2tpd version: xl2tpd-1.3.15

@18252127005
Copy link
Author

18252127005 commented Jun 16, 2022

The server confirms that it can connect. I have connected with Windows.
when I use centos7 below, I created one xl2tpd.conf file to put in /etc/xl2tpd and a xxvpn.l2tpd file to put in /etc/ppp/peers

xl2tpd.conf show is

[lac xxvpn]
name = xl2tpd01
lns = 192.168.30.57
pppoptfile = /etc/ppp/peers/xxvpn.l2tpd
ppp debug= ye
s

xxvpn.l2tpd show is

remotename xxvpn
user "xl2tpd01"
password "123456"
unit 0
nodeflate
nobsdcomp
noauth
persist
nopcomp
noaccomp
maxfail 5
debug

I use command
xl2tpd -c /etc/xl2tpd/xl2tpd.conf
echo 'c xxvpn' >/var/run/xl2tpd/l2tp-control

show /var/log/message is
Jun 16 17:34:59 localhost xl2tpd: xl2tpd[16101]: No such tunnel 'xxvpn'

@18252127005
Copy link
Author

The server confirms that it can connect. I have connected with Windows.
when I use centos7 below, I created one xl2tpd.conf file to put in /etc/xl2tpd and a xxvpn.l2tpd file to put in /etc/ppp/peers

xl2tpd.conf show is

[lac xxvpn]
name = xl2tpd01
lns = 192.168.30.57
pppoptfile = /etc/ppp/peers/xxvpn.l2tpd
ppp debug= ye
s

xxvpn.l2tpd show is

remotename xxvpn
user "xl2tpd01"
password "123456"
unit 0
nodeflate
nobsdcomp
noauth
persist
nopcomp
noaccomp
maxfail 5
debug

show /var/log/message is
Jun 16 17:34:59 localhost xl2tpd: xl2tpd[16101]: No such tunnel 'xxvpn'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants