У меня есть проблема. Цель: поднять xltpd2 сервер на базе fedora 15 (x86), ppp.2.4.5-16.fc15; xl2tpd.1.2.7-3.fc15.
cat /etc/xltpd2/xltpd2.conf
Spoiler
; listen-addr = 192.168.1.98
;
; debug tunnel = yes
[lns default]
ip range = 10.96.2.2-10.96.2.14
local ip = 10.96.2.1
require chap = yes
refuse pap = yes
require authentication = yes
name = VPNSrv
ppp debug = yes
pppoptfile = /etc/ppp/options.xl2tpd
length bit = yes
cat /etc/ppp/options.xltpd2
Spoiler
mtu 1410
mru 1410
lcp-echo-interval 3
lcp-echo-failure 8
nodeflate
noproxyarp
lock
в l2tpd-secrets само-собой пароли.
Запускаем, вывод xltpd2 -D:
Spoiler
xl2tpd[3912]: parse_config: global context descriptor
xl2tpd[3912]: parse_config: field is ip range, value is 10.96.2.2-10.96.2.14
xl2tpd[3912]: range start = a600202, end = a60020e, sense=4294967295d
xl2tpd[3912]: parse_config: field is local ip, value is 10.96.2.1
xl2tpd[3912]: parse_config: field is require chap, value is yes
xl2tpd[3912]: set_require chap: require chap flag to 'yes'
xl2tpd[3912]: parse_config: field is refuse pap, value is yes
xl2tpd[3912]: set_refuse pap: refuse pap flag to 'yes'
xl2tpd[3912]: parse_config: field is require authentication, value is yes
xl2tpd[3912]: set_require authentication: require authentication flag to 'yes'
xl2tpd[3912]: parse_config: field is name, value is VPNSrv
xl2tpd[3912]: set_name: name flag to 'VPNSrv'
xl2tpd[3912]: parse_config: field is ppp debug, value is yes
xl2tpd[3912]: set_ppp debug: ppp debug flag to 'yes'
xl2tpd[3912]: parse_config: field is pppoptfile, value is /etc/ppp/options.xl2tpd
xl2tpd[3912]: set_pppoptfile: pppoptfile flag to '/etc/ppp/options.xl2tpd'
xl2tpd[3912]: parse_config: field is length bit, value is yes
xl2tpd[3912]: set_length bit: length bit flag to 'yes'
xl2tpd[3912]: setsockopt recvref[22]: Protocol not available
xl2tpd[3912]: This binary does not support kernel L2TP.
xl2tpd[3912]: xl2tpd version xl2tpd-1.2.6 started on home.sashka.int PID:3912
xl2tpd[3912]: Written by Mark Spencer, Copyright © 1998, Adtran, Inc.
xl2tpd[3912]: Forked by Scott Balmos and David Stipp, © 2001
xl2tpd[3912]: Inherited by Jeff McAdams, © 2002
xl2tpd[3912]: Forked again by Xelerance (www.xelerance.com) © 2006
xl2tpd[3912]: Listening on IP address 0.0.0.0, port 1701
Интерфейс ppp0 не поднимается. В /var/log/ppp пусто, точнее сама папка пуста. dmesg & /var/log/messages так же молчаливы.
Куда копать?
Заранее спасибо за помощь.