PPTP+FreeRadius+Abills не работает авторизация
Добавлено: Чт окт 02, 2008 5:34 am
Помогите разобраться с проблемой. Мозг кипит, уже не соображаю ничего.
Нужен vpn-сервер. Установил pptp, ppp - работали(с авторизацией через файл /etc/ppp/chap-secrets). Стал прикручивать авторизацию через радиус - и не могу никак. Связка Freeradius+Abills вроде работает, а вот ppptp+FreeRadius никак не отрабатывает.
Логи:
# freeradius -X
Starting - reading configuration files ...
reread_config: reading radiusd.conf
Config: including file: /etc/freeradius/proxy.conf
Config: including file: /etc/freeradius/clients.conf
Config: including file: /etc/freeradius/snmp.conf
Config: including file: /etc/freeradius/eap.conf
Config: including file: /etc/freeradius/sql.conf
main: prefix = "/usr"
main: localstatedir = "/var"
main: logdir = "/var/log/freeradius"
main: libdir = "/usr/lib/freeradius"
main: radacctdir = "/var/log/freeradius/radacct"
main: hostname_lookups = no
main: max_request_time = 30
main: cleanup_delay = 5
main: max_requests = 1024
main: delete_blocked_requests = 0
main: port = 0
main: allow_core_dumps = no
main: log_stripped_names = no
main: log_file = "/var/log/freeradius/radius.log"
main: log_auth = no
main: log_auth_badpass = no
main: log_auth_goodpass = no
main: pidfile = "/var/run/freeradius/freeradius.pid"
main: user = "freerad"
main: group = "freerad"
main: usercollide = no
main: lower_user = "no"
main: lower_pass = "no"
main: nospace_user = "no"
main: nospace_pass = "no"
main: checkrad = "/usr/sbin/checkrad"
main: proxy_requests = yes
proxy: retry_delay = 5
proxy: retry_count = 3
proxy: synchronous = no
proxy: default_fallback = yes
proxy: dead_time = 120
proxy: post_proxy_authorize = no
proxy: wake_all_if_all_dead = no
security: max_attributes = 200
security: reject_delay = 1
security: status_server = no
main: debug_level = 0
read_config_files: reading dictionary
read_config_files: reading naslist
Using deprecated naslist file. Support for this will go away soon.
read_config_files: reading clients
read_config_files: reading realms
radiusd: entering modules setup
Module: Library search path is /usr/lib/freeradius
Module: Loaded exec
exec: wait = yes
exec: program = "(null)"
exec: input_pairs = "request"
exec: output_pairs = "(null)"
exec: packet_type = "(null)"
rlm_exec: Wait=yes but no output defined. Did you mean output=none?
Module: Instantiated exec (exec)
Module: Loaded expr
Module: Instantiated expr (expr)
Module: Loaded PAP
pap: encryption_scheme = "crypt"
Module: Instantiated pap (pap)
Module: Loaded CHAP
Module: Instantiated chap (chap)
Module: Loaded MS-CHAP
mschap: use_mppe = yes
mschap: require_encryption = yes
mschap: require_strong = yes
mschap: with_ntdomain_hack = no
mschap: passwd = "(null)"
mschap: ntlm_auth = "(null)"
Module: Instantiated mschap (mschap)
Module: Loaded System
unix: cache = no
unix: passwd = "(null)"
unix: shadow = "/etc/shadow"
unix: group = "(null)"
unix: radwtmp = "/var/log/freeradius/radwtmp"
unix: usegroup = no
unix: cache_reload = 600
Module: Instantiated unix (unix)
Module: Loaded eap
eap: default_eap_type = "md5"
eap: timer_expire = 60
eap: ignore_unknown_eap_types = no
eap: cisco_accounting_username_bug = no
rlm_eap: Loaded and initialized type md5
rlm_eap: Loaded and initialized type leap
gtc: challenge = "Password: "
gtc: auth_type = "PAP"
rlm_eap: Loaded and initialized type gtc
mschapv2: with_ntdomain_hack = no
rlm_eap: Loaded and initialized type mschapv2
Module: Instantiated eap (eap)
Module: Loaded preprocess
preprocess: huntgroups = "/etc/freeradius/huntgroups"
preprocess: hints = "/etc/freeradius/hints"
preprocess: with_ascend_hack = no
preprocess: ascend_channels_per_line = 23
preprocess: with_ntdomain_hack = no
preprocess: with_specialix_jetstream_hack = no
preprocess: with_cisco_vsa_hack = no
preprocess: with_alvarion_vsa_hack = no
Module: Instantiated preprocess (preprocess)
exec: wait = yes
exec: program = "/usr/abills/libexec/rauth.pl pre_auth"
exec: input_pairs = "request"
exec: output_pairs = "config"
exec: packet_type = "(null)"
Module: Instantiated exec (pre_auth)
Module: Loaded realm
realm: format = "suffix"
realm: delimiter = "@"
realm: ignore_default = no
realm: ignore_null = no
Module: Instantiated realm (suffix)
Module: Loaded files
files: usersfile = "/etc/freeradius/users"
files: acctusersfile = "/etc/freeradius/acct_users"
files: preproxy_usersfile = "/etc/freeradius/preproxy_users"
files: compat = "no"
Module: Instantiated files (files)
Module: Loaded Acct-Unique-Session-Id
acct_unique: key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port"
Module: Instantiated acct_unique (acct_unique)
Module: Loaded detail
detail: detailfile = "/var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d"
detail: detailperm = 384
detail: dirperm = 493
detail: locking = no
Module: Instantiated detail (detail)
Module: Loaded radutmp
radutmp: filename = "/var/log/freeradius/radutmp"
radutmp: username = "%{User-Name}"
radutmp: case_sensitive = yes
radutmp: check_with_nas = yes
radutmp: perm = 384
radutmp: callerid = yes
Module: Instantiated radutmp (radutmp)
exec: wait = yes
exec: program = "/usr/abills/libexec/rauth.pl post_auth"
exec: input_pairs = "request"
exec: output_pairs = "config"
exec: packet_type = "(null)"
Module: Instantiated exec (post_auth)
Listening on authentication *:1812
Listening on accounting *:1813
Ready to process requests.
/etc/ppp/pptpd-options
name pptpd
refuse-pap
refuse-chap
refuse-mschap
require-mschap-v2
require-mppe-128
auth
plugin radius.so
plugin radattr.so
ms-dns 192.168.1.2
proxyarp
nodefaultroute
debug
dump
lock
nobsdcomp
lcp-echo-failure 5
lcp-echo-interval 30
messages.log
Oct 2 11:15:50 testserver pppd[2761]: Plugin radius.so loaded.
Oct 2 11:15:50 testserver pppd[2761]: RADIUS plugin initialized.
Oct 2 11:15:50 testserver pppd[2761]: Plugin radattr.so loaded.
Oct 2 11:15:50 testserver pppd[2761]: RADATTR plugin initialized.
Oct 2 11:15:50 testserver pppd[2761]: Plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded.
Oct 2 11:15:50 testserver pppd[2761]: pptpd-logwtmp: $Version$
Oct 2 11:15:50 testserver pppd[2761]: pppd options in effect:
Oct 2 11:15:50 testserver pppd[2761]: debug debug^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: dump^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: plugin radius.so^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: plugin radattr.so^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: plugin /usr/lib/pptpd/pptpd-logwtmp.so^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: auth^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: refuse-pap^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: refuse-chap^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: refuse-mschap^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: name pptpd^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: pptpd-original-ip 192.168.1.223^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: 115200^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: lock^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: crtscts^I^I# (from /etc/ppp/options)
Oct 2 11:15:50 testserver pppd[2761]: local^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: asyncmap 0^I^I# (from /etc/ppp/options)
Oct 2 11:15:50 testserver pppd[2761]: lcp-echo-failure 5^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: lcp-echo-interval 30^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: hide-password^I^I# (from /etc/ppp/options)
Oct 2 11:15:50 testserver pppd[2761]: ipparam 192.168.1.223^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: ms-dns xxx # [don't know how to print value]^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[rver pppd[2761]: proxyarp^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: 10.0.0.1:192.168.1.1^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: nobsdcomp^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: require-mppe-128^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: noipx^I^I# (from /etc/ppp/options)
Oct 2 11:15:50 testserver pppd[2761]: pppd 2.4.4 started by root, uid 0
Oct 2 11:15:50 testserver pppd[2761]: Using interface ppp0
Oct 2 11:15:50 testserver pppd[2761]: Connect: ppp0 <--> /dev/pts/2
Oct 2 11:15:53 testserver pppd[2761]: Peer test1 failed CHAP authentication
Oct 2 11:15:53 testserver pppd[2761]: Connection terminated.
Oct 2 11:15:53 testserver pppd[2761]: Exit.
/var/log/debug
Oct 2 11:15:50 testserver pppd[2761]: using channel 3
Oct 2 11:15:50 testserver pppd[2761]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0x275eb576> <pcomp> <accomp>]
Oct 2 11:15:50 testserver pppd[2761]: rcvd [LCP ConfReq id=0x0 <mru 1400> <magic 0x25e3cec> <pcomp> <accomp> <callback CBCP>]
Oct 2 11:15:50 testserver pppd[2761]: sent [LCP ConfRej id=0x0 <callback CBCP>]
Oct 2 11:15:50 testserver pppd[2761]: rcvd [LCP ConfReq id=0x1 <mru 1400> <magic 0x25e3cec> <pcomp> <accomp>]
Oct 2 11:15:50 testserver pppd[2761]: sent [LCP ConfAck id=0x1 <mru 1400> <magic 0x25e3cec> <pcomp> <accomp>]
Oct 2 11:15:53 testserver pppd[2761]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0x275eb576> <pcomp> <accomp>]
Oct 2 11:15:53 testserver pppd[2761]: rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0x275eb576> <pcomp> <accomp>]
Oct 2 11:15:53 testserver pppd[2761]: sent [LCP EchoReq id=0x0 magic=0x275eb576]
Oct 2 11:15:53 testserver pppd[2761]: sent [CHAP Challenge id=0xc0 <3a50e7613aa4f68e9dc33e395677e1f4>, name = "pptpd"]
Oct 2 11:15:53 testserver pppd[2761]: rcvd [LCP Ident id=0x2 magic=0x25e3cec "MSRASV5.10"]
Oct 2 11:15:53 testserver pppd[2761]: rcvd [LCP Ident id=0x3 magic=0x25e3cec "MSRAS-0-LITTLEWOLF"]
Oct 2 11:15:53 testserver pppd[2761]: rcvd [LCP EchoRep id=0x0 magic=0x25e3cec]
Oct 2 11:15:53 testserver pppd[2761]: rcvd [CHAP Response id=0xc0 <7988f4e0b1a9202045a5f2a7b8ec663400000000000000000882e03fa5eb4a2ac6bd1e60a2bfddb988ebf5b92ca446d800>, name = "test1"]
Oct 2 11:15:53 testserver pppd[2761]: sent [CHAP Failure id=0xc0 ""]
Oct 2 11:15:53 testserver pppd[2761]: sent [LCP TermReq id=0x2 "Authentication failed"]
Oct 2 11:15:53 testserver pppd[2761]: rcvd [LCP TermAck id=0x2 "Authentication failed"]
Oct 2 11:15:53 testserver pptpd[27pppd[2761]: RADATTR plugin removed file /var/run/radattr.ppp0.
Извиняюсь за большой пост, просто сразу хотел предоставить всю информацию.
Если нужны еще какие-то логи - предоставлю в тот же момент
Нужен vpn-сервер. Установил pptp, ppp - работали(с авторизацией через файл /etc/ppp/chap-secrets). Стал прикручивать авторизацию через радиус - и не могу никак. Связка Freeradius+Abills вроде работает, а вот ppptp+FreeRadius никак не отрабатывает.
Логи:
# freeradius -X
Starting - reading configuration files ...
reread_config: reading radiusd.conf
Config: including file: /etc/freeradius/proxy.conf
Config: including file: /etc/freeradius/clients.conf
Config: including file: /etc/freeradius/snmp.conf
Config: including file: /etc/freeradius/eap.conf
Config: including file: /etc/freeradius/sql.conf
main: prefix = "/usr"
main: localstatedir = "/var"
main: logdir = "/var/log/freeradius"
main: libdir = "/usr/lib/freeradius"
main: radacctdir = "/var/log/freeradius/radacct"
main: hostname_lookups = no
main: max_request_time = 30
main: cleanup_delay = 5
main: max_requests = 1024
main: delete_blocked_requests = 0
main: port = 0
main: allow_core_dumps = no
main: log_stripped_names = no
main: log_file = "/var/log/freeradius/radius.log"
main: log_auth = no
main: log_auth_badpass = no
main: log_auth_goodpass = no
main: pidfile = "/var/run/freeradius/freeradius.pid"
main: user = "freerad"
main: group = "freerad"
main: usercollide = no
main: lower_user = "no"
main: lower_pass = "no"
main: nospace_user = "no"
main: nospace_pass = "no"
main: checkrad = "/usr/sbin/checkrad"
main: proxy_requests = yes
proxy: retry_delay = 5
proxy: retry_count = 3
proxy: synchronous = no
proxy: default_fallback = yes
proxy: dead_time = 120
proxy: post_proxy_authorize = no
proxy: wake_all_if_all_dead = no
security: max_attributes = 200
security: reject_delay = 1
security: status_server = no
main: debug_level = 0
read_config_files: reading dictionary
read_config_files: reading naslist
Using deprecated naslist file. Support for this will go away soon.
read_config_files: reading clients
read_config_files: reading realms
radiusd: entering modules setup
Module: Library search path is /usr/lib/freeradius
Module: Loaded exec
exec: wait = yes
exec: program = "(null)"
exec: input_pairs = "request"
exec: output_pairs = "(null)"
exec: packet_type = "(null)"
rlm_exec: Wait=yes but no output defined. Did you mean output=none?
Module: Instantiated exec (exec)
Module: Loaded expr
Module: Instantiated expr (expr)
Module: Loaded PAP
pap: encryption_scheme = "crypt"
Module: Instantiated pap (pap)
Module: Loaded CHAP
Module: Instantiated chap (chap)
Module: Loaded MS-CHAP
mschap: use_mppe = yes
mschap: require_encryption = yes
mschap: require_strong = yes
mschap: with_ntdomain_hack = no
mschap: passwd = "(null)"
mschap: ntlm_auth = "(null)"
Module: Instantiated mschap (mschap)
Module: Loaded System
unix: cache = no
unix: passwd = "(null)"
unix: shadow = "/etc/shadow"
unix: group = "(null)"
unix: radwtmp = "/var/log/freeradius/radwtmp"
unix: usegroup = no
unix: cache_reload = 600
Module: Instantiated unix (unix)
Module: Loaded eap
eap: default_eap_type = "md5"
eap: timer_expire = 60
eap: ignore_unknown_eap_types = no
eap: cisco_accounting_username_bug = no
rlm_eap: Loaded and initialized type md5
rlm_eap: Loaded and initialized type leap
gtc: challenge = "Password: "
gtc: auth_type = "PAP"
rlm_eap: Loaded and initialized type gtc
mschapv2: with_ntdomain_hack = no
rlm_eap: Loaded and initialized type mschapv2
Module: Instantiated eap (eap)
Module: Loaded preprocess
preprocess: huntgroups = "/etc/freeradius/huntgroups"
preprocess: hints = "/etc/freeradius/hints"
preprocess: with_ascend_hack = no
preprocess: ascend_channels_per_line = 23
preprocess: with_ntdomain_hack = no
preprocess: with_specialix_jetstream_hack = no
preprocess: with_cisco_vsa_hack = no
preprocess: with_alvarion_vsa_hack = no
Module: Instantiated preprocess (preprocess)
exec: wait = yes
exec: program = "/usr/abills/libexec/rauth.pl pre_auth"
exec: input_pairs = "request"
exec: output_pairs = "config"
exec: packet_type = "(null)"
Module: Instantiated exec (pre_auth)
Module: Loaded realm
realm: format = "suffix"
realm: delimiter = "@"
realm: ignore_default = no
realm: ignore_null = no
Module: Instantiated realm (suffix)
Module: Loaded files
files: usersfile = "/etc/freeradius/users"
files: acctusersfile = "/etc/freeradius/acct_users"
files: preproxy_usersfile = "/etc/freeradius/preproxy_users"
files: compat = "no"
Module: Instantiated files (files)
Module: Loaded Acct-Unique-Session-Id
acct_unique: key = "User-Name, Acct-Session-Id, NAS-IP-Address, Client-IP-Address, NAS-Port"
Module: Instantiated acct_unique (acct_unique)
Module: Loaded detail
detail: detailfile = "/var/log/freeradius/radacct/%{Client-IP-Address}/detail-%Y%m%d"
detail: detailperm = 384
detail: dirperm = 493
detail: locking = no
Module: Instantiated detail (detail)
Module: Loaded radutmp
radutmp: filename = "/var/log/freeradius/radutmp"
radutmp: username = "%{User-Name}"
radutmp: case_sensitive = yes
radutmp: check_with_nas = yes
radutmp: perm = 384
radutmp: callerid = yes
Module: Instantiated radutmp (radutmp)
exec: wait = yes
exec: program = "/usr/abills/libexec/rauth.pl post_auth"
exec: input_pairs = "request"
exec: output_pairs = "config"
exec: packet_type = "(null)"
Module: Instantiated exec (post_auth)
Listening on authentication *:1812
Listening on accounting *:1813
Ready to process requests.
/etc/ppp/pptpd-options
name pptpd
refuse-pap
refuse-chap
refuse-mschap
require-mschap-v2
require-mppe-128
auth
plugin radius.so
plugin radattr.so
ms-dns 192.168.1.2
proxyarp
nodefaultroute
debug
dump
lock
nobsdcomp
lcp-echo-failure 5
lcp-echo-interval 30
messages.log
Oct 2 11:15:50 testserver pppd[2761]: Plugin radius.so loaded.
Oct 2 11:15:50 testserver pppd[2761]: RADIUS plugin initialized.
Oct 2 11:15:50 testserver pppd[2761]: Plugin radattr.so loaded.
Oct 2 11:15:50 testserver pppd[2761]: RADATTR plugin initialized.
Oct 2 11:15:50 testserver pppd[2761]: Plugin /usr/lib/pptpd/pptpd-logwtmp.so loaded.
Oct 2 11:15:50 testserver pppd[2761]: pptpd-logwtmp: $Version$
Oct 2 11:15:50 testserver pppd[2761]: pppd options in effect:
Oct 2 11:15:50 testserver pppd[2761]: debug debug^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: dump^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: plugin radius.so^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: plugin radattr.so^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: plugin /usr/lib/pptpd/pptpd-logwtmp.so^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: auth^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: refuse-pap^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: refuse-chap^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: refuse-mschap^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: name pptpd^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: pptpd-original-ip 192.168.1.223^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: 115200^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: lock^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: crtscts^I^I# (from /etc/ppp/options)
Oct 2 11:15:50 testserver pppd[2761]: local^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: asyncmap 0^I^I# (from /etc/ppp/options)
Oct 2 11:15:50 testserver pppd[2761]: lcp-echo-failure 5^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: lcp-echo-interval 30^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: hide-password^I^I# (from /etc/ppp/options)
Oct 2 11:15:50 testserver pppd[2761]: ipparam 192.168.1.223^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: ms-dns xxx # [don't know how to print value]^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[rver pppd[2761]: proxyarp^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: 10.0.0.1:192.168.1.1^I^I# (from command line)
Oct 2 11:15:50 testserver pppd[2761]: nobsdcomp^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: require-mppe-128^I^I# (from /etc/ppp/pptpd-options)
Oct 2 11:15:50 testserver pppd[2761]: noipx^I^I# (from /etc/ppp/options)
Oct 2 11:15:50 testserver pppd[2761]: pppd 2.4.4 started by root, uid 0
Oct 2 11:15:50 testserver pppd[2761]: Using interface ppp0
Oct 2 11:15:50 testserver pppd[2761]: Connect: ppp0 <--> /dev/pts/2
Oct 2 11:15:53 testserver pppd[2761]: Peer test1 failed CHAP authentication
Oct 2 11:15:53 testserver pppd[2761]: Connection terminated.
Oct 2 11:15:53 testserver pppd[2761]: Exit.
/var/log/debug
Oct 2 11:15:50 testserver pppd[2761]: using channel 3
Oct 2 11:15:50 testserver pppd[2761]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0x275eb576> <pcomp> <accomp>]
Oct 2 11:15:50 testserver pppd[2761]: rcvd [LCP ConfReq id=0x0 <mru 1400> <magic 0x25e3cec> <pcomp> <accomp> <callback CBCP>]
Oct 2 11:15:50 testserver pppd[2761]: sent [LCP ConfRej id=0x0 <callback CBCP>]
Oct 2 11:15:50 testserver pppd[2761]: rcvd [LCP ConfReq id=0x1 <mru 1400> <magic 0x25e3cec> <pcomp> <accomp>]
Oct 2 11:15:50 testserver pppd[2761]: sent [LCP ConfAck id=0x1 <mru 1400> <magic 0x25e3cec> <pcomp> <accomp>]
Oct 2 11:15:53 testserver pppd[2761]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0x275eb576> <pcomp> <accomp>]
Oct 2 11:15:53 testserver pppd[2761]: rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <auth chap MS-v2> <magic 0x275eb576> <pcomp> <accomp>]
Oct 2 11:15:53 testserver pppd[2761]: sent [LCP EchoReq id=0x0 magic=0x275eb576]
Oct 2 11:15:53 testserver pppd[2761]: sent [CHAP Challenge id=0xc0 <3a50e7613aa4f68e9dc33e395677e1f4>, name = "pptpd"]
Oct 2 11:15:53 testserver pppd[2761]: rcvd [LCP Ident id=0x2 magic=0x25e3cec "MSRASV5.10"]
Oct 2 11:15:53 testserver pppd[2761]: rcvd [LCP Ident id=0x3 magic=0x25e3cec "MSRAS-0-LITTLEWOLF"]
Oct 2 11:15:53 testserver pppd[2761]: rcvd [LCP EchoRep id=0x0 magic=0x25e3cec]
Oct 2 11:15:53 testserver pppd[2761]: rcvd [CHAP Response id=0xc0 <7988f4e0b1a9202045a5f2a7b8ec663400000000000000000882e03fa5eb4a2ac6bd1e60a2bfddb988ebf5b92ca446d800>, name = "test1"]
Oct 2 11:15:53 testserver pppd[2761]: sent [CHAP Failure id=0xc0 ""]
Oct 2 11:15:53 testserver pppd[2761]: sent [LCP TermReq id=0x2 "Authentication failed"]
Oct 2 11:15:53 testserver pppd[2761]: rcvd [LCP TermAck id=0x2 "Authentication failed"]
Oct 2 11:15:53 testserver pptpd[27pppd[2761]: RADATTR plugin removed file /var/run/radattr.ppp0.
Извиняюсь за большой пост, просто сразу хотел предоставить всю информацию.
Если нужны еще какие-то логи - предоставлю в тот же момент