встановив на двох компах xl2tpd. налаштував на одному сервер а на іншому клієнт. пробую під’єднатися: не проходить аутентифікація на сервері.
конфіги сервера
# cat /etc/xl2tpd/xl2tpd.conf
[global]
port = 1701
auth file = /etc/l2tpd/l2tp-secrets
access control = no
rand source = dev
[lns default]
;exclusive = no
ip range = 192.168.10.2 - 192.168.10.12
lac = 0.0.0.0-255.255.255.255
local ip = 192.168.10.1
length bit = yes
require chap = yes
refuse pap = yes
refuse authentication = no
require authentication = no
ppp debug = yes
pppoptfile = /etc/ppp/options.l2tpd
# cat /etc/ppp/options.l2tpd
auth
mtu 1410
mru 1410
nodefaultroute
debug
lock
name l2tpd
конфіги клиєнта
# cat /etc/xl2tpd/xl2tpd.conf
[global]
access control = no
auth file = /etc/l2tpd/l2tp-secrets
[lac default]
lns = 10.0.0.1
redial = yes
redial timeout = 30
require chap = yes
require authentication = no
name = vanessa
pppoptfile = /etc/ppp/options.l2tp
refuse pap = yes
autodial = yes
# cat /etc/ppp/options.l2tp
mtu 1410
mru 1410
lcp-echo-interval 3
lcp-echo-failure 8
logfile /var/log/pppd
nodeflate
noproxyarp
lock
noauth
на обох компах у /etc/ppp/chap-secters є стрічка
vanessa * 123456
але є ще й інші ...
І не хоче з’єднуватися ніяк, pppd на сервері говорит
/usr/sbin/pppd: The remote system is required to authenticate itself
/usr/sbin/pppd: but I couldn't find any suitable secret (password) for it to use to do so.
/usr/sbin/pppd: (None of the available passwords would let it use an IP address.)
Якого воно милого оце говорить ? пароль то прописано однаковий на обох компах....
хоча якщо на сервері в /etc/ppp/options.l2tpd рядок
auth
замінити на
noauth
то воно падлюка з’єднується і працює, але ж тоді до цього сервера будь-хто може підключитися.....
То що йому ще треба ?