Проблема при авторизации по VPN

Технические вопросы по UTM 5.0
Ответить
slash
Сообщения: 33
Зарегистрирован: Пн янв 25, 2010 17:02

Проблема при авторизации по VPN

Сообщение slash »

Подскажите пожалуйста, в чем может быть проблема при авторизации по vpn.
После ввода нового пользователя в биллинг, при попытке этим пользователем подключиться по впн, вылетает ошибка 691, хотя логин и пароль вводиться правильный.
Приходиться рестартовать mpd и utm_radius, после чего пользователь нормально авторизуется по впн. Где копать?
Freebsd 7.2 UTM-5.2.1.006 mpd5
Конфиг mpd

Код: Выделить всё

startup:
    set netflow peer 127.0.0.1 9996
default:
    load pptp_server
pptp_server:
    create bundle template B
    set iface enable proxy-arp
    set iface enable netflow-in
    set iface enable netflow-out
    set iface idle 1800
    set iface enable tcpmssfix
    set ipcp yes vjcomp
    set ipcp ranges 192.168.0.10/29 10.10.1.0/32
    set ipcp dns 192.168.0.10
    set bundle enable compression
    create link template L pptp
    set link action bundle B
    set link enable multilink
    set link yes acfcomp protocomp
    set link no pap chap
    set link enable chap
    set link enable peer-as-calling
    load radius
    set link keep-alive 10 60
    set link mtu 1460
    set pptp self 192.168.0.10
    set pptp disable windowing
    set pptp enable always-ack
    set link enable incoming
radius:
    set radius config /etc/radius.conf
    set radius server 127.0.0.1 secret 1812 1813
    set radius retries 3
    set radius timeout 3
    set radius me 127.0.0.1
    set auth acct-update 300
    set auth enable radius-auth
    set auth enable radius-acct
    set auth max-logins 1
    set radius enable message-authentic

xxxupg
Сообщения: 457
Зарегистрирован: Вс май 02, 2010 10:00

Сообщение xxxupg »

логи?

slash
Сообщения: 33
Зарегистрирован: Пн янв 25, 2010 17:02

Сообщение slash »

До рестарта mpd после ввода нового пользователя в биллинг

Код: Выделить всё



Sep 10 12:52:54 stat mpd: [L-4] CHAP: rec'd RESPONSE #1 len: 58
Sep 10 12:52:54 stat mpd: [L-4]   Name: "test"
Sep 10 12:52:54 stat mpd: [L-4] AUTH: Trying RADIUS
Sep 10 12:52:54 stat mpd: [L-4] RADIUS: Authenticating user 'test'
Sep 10 12:52:54 stat mpd: [L-4] RADIUS: Rec'd RAD_ACCESS_REJECT for user 'test'
Sep 10 12:52:54 stat mpd: [L-4] AUTH: RADIUS returned: failed
Sep 10 12:52:54 stat mpd: [L-4] AUTH: Trying INTERNAL
Sep 10 12:52:54 stat mpd: [L-4] AUTH: User "test" not found in secret file
Sep 10 12:52:54 stat mpd: [L-4] AUTH: INTERNAL returned: failed
Sep 10 12:52:54 stat mpd: [L-4] AUTH: ran out of backends
Sep 10 12:52:54 stat mpd: [L-4] CHAP: Auth return status: failed
Sep 10 12:52:54 stat mpd: [L-4] CHAP: Reply message: E=691 R=0 M=Authorization failed.
Sep 10 12:52:54 stat mpd: [L-4] CHAP: sending FAILURE #1 len: 37
Sep 10 12:52:54 stat mpd: [L-4] LCP: authorization failed
Sep 10 12:52:54 stat mpd: [L-4] LCP: parameter negotiation failed
Sep 10 12:52:54 stat mpd: [L-4] LCP: state change Opened --> Stopping
Sep 10 12:52:54 stat mpd: [L-4] LCP: SendTerminateReq #4
Sep 10 12:52:54 stat mpd: [L-4] LCP: LayerDown
Sep 10 12:52:55 stat mpd: [L-4] LCP: rec'd Terminate Ack #4 (Stopping)
Sep 10 12:52:55 stat mpd: [L-4] LCP: state change Stopping --> Stopped
Sep 10 12:52:55 stat mpd: [L-4] LCP: LayerFinish
Sep 10 12:52:55 stat mpd: [L-4] PPTP call terminated
Sep 10 12:52:55 stat mpd: [L-4] Link: DOWN event
Sep 10 12:52:55 stat mpd: [L-4] LCP: Close event
Sep 10 12:52:55 stat mpd: [L-4] LCP: state change Stopped --> Closed
Sep 10 12:52:55 stat mpd: [L-4] LCP: Down event
Sep 10 12:52:55 stat mpd: [L-4] LCP: state change Closed --> Initial
Sep 10 12:52:55 stat mpd: [L-4] Link: SHUTDOWN event
Sep 10 12:52:55 stat mpd: [L-4] Link: Shutdown
Sep 10 12:53:01 stat mpd: caught fatal signal term
Sep 10 12:53:01 stat mpd: [B-1] IFACE: Close event
Sep 10 12:53:01 stat mpd: [B-1] IPCP: Close event
Sep 10 12:53:01 stat mpd: [B-1] IPCP: state change Opened --> Closing
Sep 10 12:53:01 stat mpd: [B-1] IPCP: SendTerminateReq #3
Sep 10 12:53:01 stat mpd: [B-1] IPCP: LayerDown
Sep 10 12:53:01 stat mpd: [B-1] IFACE: Down event
Sep 10 12:53:01 stat mpd: [B-1] CCP: Close event
Sep 10 12:53:01 stat mpd: [B-1] CCP: state change Stopped --> Closed
Sep 10 12:53:01 stat mpd: [B-2] IFACE: Close event
Sep 10 12:53:01 stat mpd: [B-2] IPCP: Close event
Sep 10 12:53:01 stat mpd: [B-2] IPCP: state change Opened --> Closing
Sep 10 12:53:01 stat mpd: [B-2] IPCP: SendTerminateReq #3
Sep 10 12:53:01 stat mpd: [B-2] IPCP: LayerDown
Sep 10 12:53:01 stat mpd: [B-2] IFACE: Down event
Sep 10 12:53:01 stat mpd: [B-2] CCP: Close event
Sep 10 12:53:01 stat mpd: [B-2] CCP: state change Stopped --> Closed
Sep 10 12:53:01 stat mpd: [B-3] IFACE: Close event
Sep 10 12:53:01 stat mpd: [B-3] IPCP: Close event
Sep 10 12:53:01 stat mpd: [B-3] IPCP: state change Opened --> Closing
Sep 10 12:53:01 stat mpd: [B-3] IPCP: SendTerminateReq #3
Sep 10 12:53:01 stat mpd: [B-3] IPCP: LayerDown
Sep 10 12:53:01 stat mpd: [B-3] IFACE: Down event
Sep 10 12:53:01 stat mpd: [B-3] CCP: Close event
Sep 10 12:53:01 stat mpd: [B-3] CCP: state change Stopped --> Closed
Sep 10 12:53:01 stat mpd: [B-2] IPCP: rec'd Terminate Ack #3 (Closing)
Sep 10 12:53:01 stat mpd: [B-2] IPCP: state change Closing --> Closed
Sep 10 12:53:01 stat mpd: [B-2] IPCP: LayerFinish
Sep 10 12:53:01 stat mpd: [B-2] Bundle: No NCPs left. Closing links...
Sep 10 12:53:01 stat mpd: [B-2] Bundle: closing link "L-2"...
Sep 10 12:53:01 stat mpd: [L-2] Link: CLOSE event
Sep 10 12:53:01 stat mpd: [L-2] LCP: Close event
Sep 10 12:53:01 stat mpd: [L-2] LCP: state change Opened --> Closing
Sep 10 12:53:01 stat mpd: [L-2] Link: Leave bundle "B-2"
Sep 10 12:53:01 stat mpd: [B-2] Bundle: Status update: up 0 links, total bandwidth 9600 bps
Sep 10 12:53:01 stat mpd: [B-2] IPCP: Close event
Sep 10 12:53:01 stat mpd: [B-2] CCP: Close event
Sep 10 12:53:01 stat mpd: [B-2] IPCP: Down event
Sep 10 12:53:01 stat mpd: [B-2] IPCP: state change Closed --> Initial
Sep 10 12:53:01 stat mpd: [B-2] CCP: Down event
Sep 10 12:53:01 stat mpd: [B-2] CCP: state change Closed --> Initial
Sep 10 12:53:01 stat mpd: [B-2] Bundle: Shutdown
Sep 10 12:53:01 stat mpd: [L-2] LCP: SendTerminateReq #4
Sep 10 12:53:01 stat mpd: [L-2] LCP: LayerDown
Sep 10 12:53:01 stat mpd: [L-2] RADIUS: Accounting user 'natali' (Type: 2)
Sep 10 12:53:01 stat mpd: [L-2] RADIUS: Rec'd RAD_ACCOUNTING_RESPONSE for user 'natali'
Sep 10 12:53:01 stat mpd: [B-3] IPCP: rec'd Terminate Ack #3 (Closing)
Sep 10 12:53:01 stat mpd: [B-3] IPCP: state change Closing --> Closed


После рестарта mpd

Sep 10 12:53:03 stat mpd: PPTP: stop waiting for connection on 192.168.0.10 1723
Sep 10 12:53:03 stat mpd: process 36974 terminated
Sep 10 12:53:07 stat mpd: Multi-link PPP daemon for FreeBSD
Sep 10 12:53:07 stat mpd:
Sep 10 12:53:07 stat mpd: process 41698 started, version 5.5 (root@proxy2.sieit.ru 15:11  1-Aug-2010)
Sep 10 12:53:07 stat mpd: PPTP: waiting for connection on 192.168.0.10 1723
Sep 10 12:53:37 stat mpd: [L-1] Accepting PPTP connection
Sep 10 12:53:37 stat mpd: [L-1] Link: OPEN event
Sep 10 12:53:37 stat mpd: [L-1] LCP: Open event
Sep 10 12:53:37 stat mpd: [L-1] LCP: state change Initial --> Starting
Sep 10 12:53:37 stat mpd: [L-1] LCP: LayerStart
Sep 10 12:53:37 stat mpd: [L-1] PPTP: attaching to peer's outgoing call
Sep 10 12:53:37 stat mpd: [L-1] Link: UP event
Sep 10 12:53:37 stat mpd: [L-1] LCP: Up event
Sep 10 12:53:37 stat mpd: [L-1] LCP: state change Starting --> Req-Sent
Sep 10 12:53:37 stat mpd: [L-1] LCP: SendConfigReq #1
Sep 10 12:53:37 stat mpd: [L-1]   ACFCOMP
Sep 10 12:53:37 stat mpd: [L-1]   PROTOCOMP
Sep 10 12:53:37 stat mpd: [L-1]   MRU 1500
Sep 10 12:53:37 stat mpd: [L-1]   MAGICNUM 41a3a828
Sep 10 12:53:37 stat mpd: [L-1]   AUTHPROTO CHAP MSOFTv2
Sep 10 12:53:37 stat mpd: [L-1]   MP MRRU 2048
Sep 10 12:53:37 stat mpd: [L-1]   MP SHORTSEQ
Sep 10 12:53:37 stat mpd: [L-1]   ENDPOINTDISC [802.1] 00 15 5d 00 43 00
Sep 10 12:53:37 stat mpd: [L-1] LCP: rec'd Configure Request #0 (Req-Sent)
Sep 10 12:53:37 stat mpd: [L-1]   MRU 1400
Sep 10 12:53:37 stat mpd: [L-1]   MAGICNUM 56b04c9f
Sep 10 12:53:37 stat mpd: [L-1]   PROTOCOMP
Sep 10 12:53:37 stat mpd: [L-1]   ACFCOMP
Sep 10 12:53:37 stat mpd: [L-1]   CALLBACK 6
Sep 10 12:53:37 stat mpd: [L-1] LCP: SendConfigRej #0
Sep 10 12:53:37 stat mpd: [L-1]   CALLBACK 6
Sep 10 12:53:37 stat mpd: [L-1] LCP: rec'd Configure Request #1 (Req-Sent)
Sep 10 12:53:37 stat mpd: [L-1]   MRU 1400
Sep 10 12:53:37 stat mpd: [L-1]   MAGICNUM 56b04c9f
Sep 10 12:53:37 stat mpd: [L-1]   PROTOCOMP
Sep 10 12:53:37 stat mpd: [L-1]   ACFCOMP
Sep 10 12:53:37 stat mpd: [L-1] LCP: state change Req-Sent --> Ack-Sent
Sep 10 12:53:39 stat mpd: [L-1] LCP: SendConfigReq #2
Sep 10 12:53:39 stat mpd: [L-1]   ACFCOMP
Sep 10 12:53:39 stat mpd: [L-1]   PROTOCOMP
Sep 10 12:53:39 stat mpd: [L-1]   MRU 1500
Sep 10 12:53:39 stat mpd: [L-1]   MAGICNUM 41a3a828
Sep 10 12:53:39 stat mpd: [L-1]   AUTHPROTO CHAP MSOFTv2
Sep 10 12:53:39 stat mpd: [L-1]   MP MRRU 2048
Sep 10 12:53:39 stat mpd: [L-1]   MP SHORTSEQ
Sep 10 12:53:39 stat mpd: [L-1]   ENDPOINTDISC [802.1] 00 15 5d 00 43 00
Sep 10 12:53:39 stat mpd: [L-1] LCP: rec'd Configure Reject #2 (Ack-Sent)
Sep 10 12:53:39 stat mpd: [L-1]   MP MRRU 2048
Sep 10 12:53:39 stat mpd: [L-1]   MP SHORTSEQ
Sep 10 12:53:39 stat mpd: [L-1]   ENDPOINTDISC [802.1] 00 15 5d 00 43 00
Sep 10 12:53:39 stat mpd: [L-1] LCP: SendConfigReq #3
Sep 10 12:53:39 stat mpd: [L-1]   ACFCOMP
Sep 10 12:53:39 stat mpd: [L-1]   PROTOCOMP
Sep 10 12:53:39 stat mpd: [L-1]   MRU 1500
Sep 10 12:53:39 stat mpd: [L-1]   MAGICNUM 41a3a828
Sep 10 12:53:39 stat mpd: [L-1]   AUTHPROTO CHAP MSOFTv2
Sep 10 12:53:39 stat mpd: [L-1] LCP: rec'd Configure Ack #3 (Ack-Sent)
Sep 10 12:53:39 stat mpd: [L-1]   ACFCOMP
Sep 10 12:53:39 stat mpd: [L-1]   PROTOCOMP
Sep 10 12:53:39 stat mpd: [L-1]   MRU 1500
Sep 10 12:53:39 stat mpd: [L-1]   MAGICNUM 41a3a828
Sep 10 12:53:39 stat mpd: [L-1]   AUTHPROTO CHAP MSOFTv2
Sep 10 12:53:39 stat mpd: [L-1] LCP: state change Ack-Sent --> Opened
Sep 10 12:53:39 stat mpd: [L-1] LCP: auth: peer wants nothing, I want CHAP
Sep 10 12:53:39 stat mpd: [L-1] CHAP: sending CHALLENGE #1 len: 21
Sep 10 12:53:39 stat mpd: [L-1] LCP: LayerUp
Sep 10 12:53:39 stat mpd: [L-1] LCP: rec'd Ident #2 (Opened)
Sep 10 12:53:39 stat mpd: [L-1]   MESG: MSRASV5.10
Sep 10 12:53:39 stat mpd: [L-1] LCP: rec'd Ident #3 (Opened)
Sep 10 12:53:39 stat mpd: [L-1]   MESG: MSRAS-0-2-10-9
Sep 10 12:53:39 stat mpd: [L-1] CHAP: rec'd RESPONSE #1 len: 58
Sep 10 12:53:39 stat mpd: [L-1]   Name: "test"
Sep 10 12:53:39 stat mpd: [L-1] AUTH: Trying RADIUS
Sep 10 12:53:39 stat mpd: [L-1] RADIUS: Authenticating user 'test'
Sep 10 12:53:39 stat mpd: [L-1] RADIUS: Rec'd RAD_ACCESS_ACCEPT for user 'test'
Sep 10 12:53:39 stat mpd: [L-1] AUTH: RADIUS returned: authenticated
Sep 10 12:53:39 stat mpd: [L-1] CHAP: Auth return status: authenticated
Sep 10 12:53:39 stat mpd: [L-1] CHAP: Reply message: S=BCBA3AAE46EB1687B4CF84117D1655859CFA3612
Sep 10 12:53:39 stat mpd: [L-1] CHAP: sending SUCCESS #1 len: 46
Sep 10 12:53:39 stat mpd: [L-1] LCP: authorization successful
Sep 10 12:53:39 stat mpd: [L-1] Link: Matched action 'bundle "B" ""'
Sep 10 12:53:39 stat mpd: [L-1] Creating new bundle using template "B".
Sep 10 12:53:39 stat mpd: [B-1] Bundle: Interface ng0 created
Sep 10 12:53:39 stat mpd: [L-1] Link: Join bundle "B-1"
Sep 10 12:53:39 stat mpd: [B-1] Bundle: Status update: up 1 link, total bandwidth 64000 bps
Sep 10 12:53:39 stat mpd: [B-1] IPCP: Open event
Sep 10 12:53:39 stat mpd: [B-1] IPCP: state change Initial --> Starting
Sep 10 12:53:39 stat mpd: [B-1] IPCP: LayerStart
Sep 10 12:53:39 stat mpd: [B-1] CCP: Open event
Sep 10 12:53:39 stat mpd: [B-1] CCP: state change Initial --> Starting
Sep 10 12:53:39 stat mpd: [B-1] CCP: LayerStart
Sep 10 12:53:39 stat mpd: [B-1] IPCP: Up event
Sep 10 12:53:39 stat mpd: [B-1] IPCP: state change Starting --> Req-Sent
Sep 10 12:53:39 stat mpd: [B-1] IPCP: SendConfigReq #1
Sep 10 12:53:39 stat mpd: [B-1]   IPADDR 192.168.0.10
Sep 10 12:53:39 stat mpd: [B-1]   COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
Sep 10 12:53:39 stat mpd: [B-1] CCP: Up event
Sep 10 12:53:39 stat mpd: [B-1] CCP: state change Starting --> Req-Sent
Sep 10 12:53:39 stat mpd: [B-1] CCP: SendConfigReq #1
Sep 10 12:53:39 stat mpd: [B-1] IPCP: rec'd Configure Reject #1 (Req-Sent)
Sep 10 12:53:39 stat mpd: [B-1]   COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
Sep 10 12:53:39 stat mpd: [B-1] IPCP: SendConfigReq #2
Sep 10 12:53:39 stat mpd: [B-1]   IPADDR 192.168.0.10
Sep 10 12:53:39 stat mpd: [B-1] CCP: rec'd Configure Ack #1 (Req-Sent)
Sep 10 12:53:39 stat mpd: [B-1] CCP: state change Req-Sent --> Ack-Rcvd
Sep 10 12:53:39 stat mpd: [L-1] RADIUS: Accounting user 'test' (Type: 1)
Sep 10 12:53:39 stat mpd: [B-1] IPCP: rec'd Configure Ack #2 (Req-Sent)
Sep 10 12:53:39 stat mpd: [B-1]   IPADDR 192.168.0.10
Sep 10 12:53:39 stat mpd: [B-1] IPCP: state change Req-Sent --> Ack-Rcvd
Sep 10 12:53:39 stat mpd: [L-1] RADIUS: Rec'd RAD_ACCOUNTING_RESPONSE for user 'test'
Sep 10 12:53:41 stat mpd: [B-1] IPCP: rec'd Configure Request #6 (Ack-Rcvd)
Sep 10 12:53:41 stat mpd: [B-1]   IPADDR 0.0.0.0
Sep 10 12:53:41 stat mpd: [B-1]     NAKing with 10.10.1.20
Sep 10 12:53:41 stat mpd: [B-1]   PRIDNS 0.0.0.0
Sep 10 12:53:41 stat mpd: [B-1]     NAKing with 192.168.0.10
Sep 10 12:53:41 stat mpd: [B-1]   PRINBNS 0.0.0.0
Sep 10 12:53:41 stat mpd: [B-1]   SECDNS 0.0.0.0
Sep 10 12:53:41 stat mpd: [B-1]   SECNBNS 0.0.0.0
Sep 10 12:53:41 stat mpd: [B-1] IPCP: SendConfigRej #6
Sep 10 12:53:41 stat mpd: [B-1]   PRINBNS 0.0.0.0
Sep 10 12:53:41 stat mpd: [B-1]   SECDNS 0.0.0.0
Sep 10 12:53:41 stat mpd: [B-1]   SECNBNS 0.0.0.0
Sep 10 12:53:41 stat mpd: [B-1] CCP: rec'd Configure Request #7 (Ack-Rcvd)
Sep 10 12:53:41 stat mpd: [B-1]   MPPC
Sep 10 12:53:41 stat mpd: [B-1]     0x01000001:MPPC, stateless
Sep 10 12:53:41 stat mpd: [B-1] CCP: SendConfigRej #7
Sep 10 12:53:41 stat mpd: [B-1]   MPPC
Sep 10 12:53:41 stat mpd: [B-1]     0x01000001:MPPC, stateless
Sep 10 12:53:41 stat mpd: [B-1] IPCP: rec'd Configure Request #8 (Ack-Rcvd)
Sep 10 12:53:41 stat mpd: [B-1]   IPADDR 0.0.0.0
Sep 10 12:53:41 stat mpd: [B-1]     NAKing with 10.10.1.20
Sep 10 12:53:41 stat mpd: [B-1]   PRIDNS 0.0.0.0
Sep 10 12:53:41 stat mpd: [B-1]     NAKing with 192.168.0.10
Sep 10 12:53:41 stat mpd: [B-1] IPCP: SendConfigNak #8
Sep 10 12:53:41 stat mpd: [B-1]   IPADDR 10.10.1.20
Sep 10 12:53:41 stat mpd: [B-1]   PRIDNS 192.168.0.10
Sep 10 12:53:41 stat mpd: [B-1] CCP: rec'd Terminate Request #9 (Ack-Rcvd)
Sep 10 12:53:41 stat mpd: [B-1] CCP: state change Ack-Rcvd --> Req-Sent
Sep 10 12:53:41 stat mpd: [B-1] CCP: SendTerminateAck #2
Sep 10 12:53:41 stat mpd: [B-1] IPCP: rec'd Configure Request #10 (Ack-Rcvd)
Sep 10 12:53:41 stat mpd: [B-1]   IPADDR 10.10.1.20
Sep 10 12:53:41 stat mpd: [B-1]     10.10.1.20 is OK
Sep 10 12:53:41 stat mpd: [B-1]   PRIDNS 192.168.0.10
Sep 10 12:53:41 stat mpd: [B-1] IPCP: SendConfigAck #10
Sep 10 12:53:41 stat mpd: [B-1]   IPADDR 10.10.1.20
Sep 10 12:53:41 stat mpd: [B-1]   PRIDNS 192.168.0.10
Sep 10 12:53:41 stat mpd: [B-1] IPCP: state change Ack-Rcvd --> Opened
Sep 10 12:53:41 stat mpd: [B-1] IPCP: LayerUp
Sep 10 12:53:41 stat mpd: [B-1]   192.168.0.10 -> 10.10.1.20
Sep 10 12:53:41 stat mpd: [B-1] IFACE: No interface to proxy arp on for 10.10.1.20
Sep 10 12:53:41 stat mpd: [B-1] IFACE: Up event
Sep 10 12:53:41 stat mpd: [B-1] CCP: SendConfigReq #3
Sep 10 12:53:43 stat mpd: [B-1] CCP: SendConfigReq #4
Sep 10 12:53:45 stat mpd: [B-1] CCP: rec'd Terminate Request #11 (Req-Sent)
Sep 10 12:53:45 stat mpd: [B-1] CCP: SendTerminateAck #5
Sep 10 12:53:45 stat mpd: [B-1] CCP: SendConfigReq #6
Sep 10 12:53:48 stat mpd: [B-1] CCP: SendConfigReq #7
Sep 10 12:53:50 stat mpd: [B-1] CCP: SendConfigReq #8
Sep 10 12:53:50 stat mpd: [B-1] CCP: rec'd Terminate Ack #8 (Req-Sent)
Sep 10 12:53:52 stat mpd: [B-1] CCP: SendConfigReq #9
Sep 10 12:53:52 stat mpd: [B-1] CCP: rec'd Terminate Ack #9 (Req-Sent)
Sep 10 12:53:54 stat mpd: [B-1] CCP: SendConfigReq #10
Sep 10 12:53:54 stat mpd: [B-1] CCP: rec'd Terminate Ack #10 (Req-Sent)
Sep 10 12:53:56 stat mpd: [B-1] CCP: SendConfigReq #11
Sep 10 12:53:56 stat mpd: [B-1] CCP: rec'd Terminate Ack #11 (Req-Sent)
Sep 10 12:53:58 stat mpd: [B-1] CCP: SendConfigReq #12
Sep 10 12:53:58 stat mpd: [B-1] CCP: rec'd Terminate Ack #12 (Req-Sent)
Sep 10 12:54:00 stat mpd: [B-1] CCP: SendConfigReq #13
Sep 10 12:54:00 stat mpd: [B-1] CCP: rec'd Terminate Ack #13 (Req-Sent)
Sep 10 12:54:02 stat mpd: [B-1] CCP: parameter negotiation failed
Sep 10 12:54:02 stat mpd: [B-1] CCP: state change Req-Sent --> Stopped
Sep 10 12:54:02 stat mpd: [B-1] CCP: LayerFinish
Sep 10 12:57:43 stat mpd: [L-1] LCP: rec'd Terminate Request #12 (Opened)
Sep 10 12:57:43 stat mpd: [L-1] LCP: state change Opened --> Stopping
Sep 10 12:57:43 stat mpd: [L-1] Link: Leave bundle "B-1"
Sep 10 12:57:43 stat mpd: [B-1] Bundle: Status update: up 0 links, total bandwidth 9600 bps
Sep 10 12:57:43 stat mpd: [B-1] IPCP: Close event
Sep 10 12:57:43 stat mpd: [B-1] IPCP: state change Opened --> Closing
Sep 10 12:57:43 stat mpd: [B-1] IPCP: SendTerminateReq #3
Sep 10 12:57:43 stat mpd: [B-1] IPCP: LayerDown
Sep 10 12:57:43 stat mpd: [B-1] IFACE: Down event
Sep 10 12:57:43 stat mpd: [B-1] CCP: Close event
Sep 10 12:57:43 stat mpd: [B-1] CCP: state change Stopped --> Closed
Sep 10 12:57:43 stat mpd: [B-1] IPCP: Down event
Sep 10 12:57:43 stat mpd: [B-1] IPCP: LayerFinish
Sep 10 12:57:43 stat mpd: [B-1] Bundle: No NCPs left. Closing links...
Sep 10 12:57:43 stat mpd: [B-1] IPCP: state change Closing --> Initial
Sep 10 12:57:43 stat mpd: [B-1] CCP: Down event
Sep 10 12:57:43 stat mpd: [B-1] CCP: state change Closed --> Initial
Sep 10 12:57:43 stat mpd: [B-1] Bundle: Shutdown
Sep 10 12:57:43 stat mpd: [L-1] LCP: SendTerminateAck #4
Sep 10 12:57:43 stat mpd: [L-1] LCP: LayerDown
Sep 10 12:57:43 stat mpd: [L-1] RADIUS: Accounting user 'test' (Type: 2)
Sep 10 12:57:43 stat mpd: [L-1] RADIUS: Rec'd RAD_ACCOUNTING_RESPONSE for user 'test'
Sep 10 12:57:43 stat mpd: [L-1] rec'd proto IP during terminate phase
Sep 10 12:57:45 stat mpd: [L-1] rec'd proto IP during terminate phase
Sep 10 12:57:45 stat mpd: [L-1] LCP: state change Stopping --> Stopped
Sep 10 12:57:45 stat mpd: [L-1] LCP: LayerFinish
Sep 10 12:57:45 stat mpd: [L-1] PPTP call terminated
Sep 10 12:57:45 stat mpd: [L-1] Link: DOWN event
Sep 10 12:57:45 stat mpd: [L-1] LCP: Close event
Sep 10 12:57:45 stat mpd: [L-1] LCP: state change Stopped --> Closed
Sep 10 12:57:45 stat mpd: [L-1] LCP: Down event
Sep 10 12:57:45 stat mpd: [L-1] LCP: state change Closed --> Initial
Sep 10 12:57:45 stat mpd: [L-1] Link: SHUTDOWN event
Sep 10 12:57:45 stat mpd: [L-1] Link: Shutdown
Sep 10 13:42:30 stat mpd: [L-1] Accepting PPTP connection
Sep 10 13:42:30 stat mpd: [L-1] Link: OPEN event
Sep 10 13:42:30 stat mpd: [L-1] LCP: Open event


Радиус


?Debug &#58; Sep 10 12&#58;52&#58;33 AuthServer&#58; User <test> connecting
?Debug &#58; Sep 10 12&#58;52&#58;33 AuthServer&#58; Session for sessionid <test> not found in <127.0.0.1> cache
?Debug &#58; Sep 10 12&#58;52&#58;33 RADIUS DBA&#58; Info for login <test> found. type <1>
?Debug &#58; Sep 10 12&#58;52&#58;33 AuthServer&#58; Auth scheme&#58; MS-CHAPv2
?Debug &#58; Sep 10 12&#58;52&#58;33 AuthServer&#58; MS-CHAPv2&#58; Authorized user <test>
?Debug &#58; Sep 10 12&#58;52&#58;33 AuthServer&#58; MS-CHAPv2&#58; MPPE Keys send
 Warn  &#58; Sep 10 12&#58;52&#58;33 AuthServer&#58; Unable to get Account Data&#58; No such file or directory
?Debug &#58; Sep 10 12&#58;52&#58;33 AuthServer&#58; Calling fill radius attributes for NAS. Attr storage size <0>
 Notice&#58; Sep 10 12&#58;52&#58;33 AuthServer&#58; Login incorrect <test> from NAS <127.0.0.1> CLID <> Calling-station <10.10.0.9>
 Notice&#58; Sep 10 12&#58;52&#58;33 AuthServer&#58; Authorization failed for user <test>
?Debug &#58; Sep 10 12&#58;52&#58;33 AuthServer&#58; Auth reply&#58; RPacket&#58;
Code&#58; 3; ID&#58; 99
<Vendor&#58; 0; Attr&#58; 18>&#91;21&#93;&#58; 417574686f72697a6174696f6e206661696c65642e
<Vendor&#58; 9; Attr&#58; 103>&#91;19&#93;&#58; 683332332d72657475726e2d636f64653d2d31
<Vendor&#58; 311; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 311; Attr&#58; 8>&#91;4&#93;&#58; 00000006
<Vendor&#58; 311; Attr&#58; 16>&#91;34&#93;&#58; 8a62e3c6f8abc5ca25a20eb945d48e825e57623c3b3ad599f7a9a86060dd4c1e73af
<Vendor&#58; 311; Attr&#58; 17>&#91;34&#93;&#58; 8f1e1be50858a5b3a92caa8073aaf539c51a46ea15225e8c81517eb5cea0987eabfb
<Vendor&#58; 311; Attr&#58; 26>&#91;43&#93;&#58; 81533d34333535383345413436303836343733443433453336343246424245353046333442313345443735

?Debug &#58; Sep 10 12&#58;52&#58;33 RADIUS Packet&#58; raw data constructed! size <229>
?Debug &#58; Sep 10 12&#58;52&#58;33 RadiusSocket&#58; Moving RADIUS packet into send queue
?Debug &#58; Sep 10 12&#58;52&#58;33 RadiusSocket&#58; RADIUS raw data sent
?Debug &#58; Sep 10 12&#58;52&#58;33 AuthServer&#58; Next...
?Trace &#58; Sep 10 12&#58;52&#58;33 AuthServer&#58; Process loop step
?Debug &#58; Sep 10 12&#58;52&#58;33 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 10 12&#58;52&#58;45 RadiusSocket&#58; RADIUS packet successfully received
?Debug &#58; Sep 10 12&#58;52&#58;45 RadiusSocket&#58; RADIUS raw data obtained
?Debug &#58; Sep 10 12&#58;52&#58;45 RADIUS Packet&#58; Size <293>; HDR.Size <293>
?Debug &#58; Sep 10 12&#58;52&#58;45 AcctServer&#58; Recv...
?Debug &#58; Sep 10 12&#58;52&#58;45 AcctServer&#58; Packet from <127.0.0.1> packet dump&#58; RPacket&#58;
Code&#58; 4; ID&#58; 205
<Vendor&#58; 0; Attr&#58; 1>&#91;4&#93;&#58; 6c697961
<Vendor&#58; 0; Attr&#58; 4>&#91;4&#93;&#58; 7f000001
<Vendor&#58; 0; Attr&#58; 5>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 6>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 8>&#91;4&#93;&#58; 0a0a0102
<Vendor&#58; 0; Attr&#58; 9>&#91;4&#93;&#58; ffffffff
<Vendor&#58; 0; Attr&#58; 30>&#91;0&#93;&#58;
<Vendor&#58; 0; Attr&#58; 31>&#91;13&#93;&#58; 3139322e3136382e302e313031
<Vendor&#58; 0; Attr&#58; 32>&#91;16&#93;&#58; 737461742e696e7465722e6c6f63616c
<Vendor&#58; 0; Attr&#58; 40>&#91;4&#93;&#58; 00000003
<Vendor&#58; 0; Attr&#58; 42>&#91;4&#93;&#58; 000fde4d
<Vendor&#58; 0; Attr&#58; 43>&#91;4&#93;&#58; 00352731
<Vendor&#58; 0; Attr&#58; 44>&#91;11&#93;&#58; 343130343331392d4c2d31
<Vendor&#58; 0; Attr&#58; 45>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 46>&#91;4&#93;&#58; 00001161
<Vendor&#58; 0; Attr&#58; 47>&#91;4&#93;&#58; 0000113a
<Vendor&#58; 0; Attr&#58; 48>&#91;4&#93;&#58; 00001238
<Vendor&#58; 0; Attr&#58; 50>&#91;11&#93;&#58; 343130343331392d422d31
<Vendor&#58; 0; Attr&#58; 51>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 52>&#91;4&#93;&#58; 00000000
<Vendor&#58; 0; Attr&#58; 53>&#91;4&#93;&#58; 00000000
<Vendor&#58; 0; Attr&#58; 61>&#91;4&#93;&#58; 00000005
<Vendor&#58; 0; Attr&#58; 64>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 65>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 66>&#91;13&#93;&#58; 3139322e3136382e302e313031
<Vendor&#58; 0; Attr&#58; 67>&#91;12&#93;&#58; 3139322e3136382e302e3130
<Vendor&#58; 0; Attr&#58; 91>&#91;16&#93;&#58; 737461742e696e7465722e6c6f63616c
<Vendor&#58; 12341; Attr&#58; 12>&#91;3&#93;&#58; 4c2d31
<Vendor&#58; 12341; Attr&#58; 13>&#91;3&#93;&#58; 422d31
<Vendor&#58; 12341; Attr&#58; 14>&#91;3&#93;&#58; 6e6730
<Vendor&#58; 12341; Attr&#58; 15>&#91;4&#93;&#58; 00000006

?Debug &#58; Sep 10 12&#58;52&#58;45 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 10 12&#58;52&#58;45 AcctServer&#58; Acct packet with session ID&#58; 4104319-L-1
?Debug &#58; Sep 10 12&#58;52&#58;45 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 10 12&#58;52&#58;45 AcctServer&#58; Acct-Interim-Update packet
?Debug &#58; Sep 10 12&#58;52&#58;45 AcctServer&#58; Acct-Start&#58; User <liya>
?Debug &#58; Sep 10 12&#58;52&#58;45 AcctServer&#58; Updating session <4104319-L-1> input/output octets <1039949>/<3483441> session time <4449>
?Debug &#58; Sep 10 12&#58;52&#58;45 RADIUS DBA&#58; Interim updating session <4104319-L-1> with timestamp <1284108765>
?Debug &#58; Sep 10 12&#58;52&#58;45 RADIUS Stream&#91;plugin&#93;&#58; edit log id <9>
?Debug &#58; Sep 10 12&#58;52&#58;45 AcctServer&#58; Reply packet dump&#58; RPacket&#58;
Code&#58; 5; ID&#58; 205

?Debug &#58; Sep 10 12&#58;52&#58;45 RadiusSocket&#58; Moving RADIUS packet into send queue
?Debug &#58; Sep 10 12&#58;52&#58;45 RadiusSocket&#58; RADIUS raw data sent
?Debug &#58; Sep 10 12&#58;52&#58;45 AcctServer&#58; Next...
?Debug &#58; Sep 10 12&#58;52&#58;45 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 10 12&#58;52&#58;46 RadiusSocket&#58; RADIUS packet successfully received
?Debug &#58; Sep 10 12&#58;52&#58;46 RadiusSocket&#58; RADIUS raw data obtained
?Debug &#58; Sep 10 12&#58;52&#58;46 RADIUS Packet&#58; Size <295>; HDR.Size <295>
?Debug &#58; Sep 10 12&#58;52&#58;46 AcctServer&#58; Recv...
?Debug &#58; Sep 10 12&#58;52&#58;46 AcctServer&#58; Packet from <127.0.0.1> packet dump&#58; RPacket&#58;
Code&#58; 4; ID&#58; 23
<Vendor&#58; 0; Attr&#58; 1>&#91;6&#93;&#58; 6e6174616c69
<Vendor&#58; 0; Attr&#58; 4>&#91;4&#93;&#58; 7f000001
<Vendor&#58; 0; Attr&#58; 5>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 6>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 8>&#91;4&#93;&#58; 0a0a0108
<Vendor&#58; 0; Attr&#58; 9>&#91;4&#93;&#58; ffffffff
<Vendor&#58; 0; Attr&#58; 30>&#91;0&#93;&#58;
<Vendor&#58; 0; Attr&#58; 31>&#91;13&#93;&#58; 3139322e3136382e302e313730
<Vendor&#58; 0; Attr&#58; 32>&#91;16&#93;&#58; 737461742e696e7465722e6c6f63616c
<Vendor&#58; 0; Attr&#58; 40>&#91;4&#93;&#58; 00000003
<Vendor&#58; 0; Attr&#58; 42>&#91;4&#93;&#58; 000d6ca8
<Vendor&#58; 0; Attr&#58; 43>&#91;4&#93;&#58; 00538a1a
<Vendor&#58; 0; Attr&#58; 44>&#91;11&#93;&#58; 343039363838392d4c2d32
<Vendor&#58; 0; Attr&#58; 45>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 46>&#91;4&#93;&#58; 00002e67
<Vendor&#58; 0; Attr&#58; 47>&#91;4&#93;&#58; 000020e7
<Vendor&#58; 0; Attr&#58; 48>&#91;4&#93;&#58; 00002370
<Vendor&#58; 0; Attr&#58; 50>&#91;11&#93;&#58; 343039363839302d422d32
<Vendor&#58; 0; Attr&#58; 51>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 52>&#91;4&#93;&#58; 00000000
<Vendor&#58; 0; Attr&#58; 53>&#91;4&#93;&#58; 00000000
<Vendor&#58; 0; Attr&#58; 61>&#91;4&#93;&#58; 00000005
<Vendor&#58; 0; Attr&#58; 64>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 65>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 66>&#91;13&#93;&#58; 3139322e3136382e302e313730
<Vendor&#58; 0; Attr&#58; 67>&#91;12&#93;&#58; 3139322e3136382e302e3130
<Vendor&#58; 0; Attr&#58; 91>&#91;16&#93;&#58; 737461742e696e7465722e6c6f63616c
<Vendor&#58; 12341; Attr&#58; 12>&#91;3&#93;&#58; 4c2d32
<Vendor&#58; 12341; Attr&#58; 13>&#91;3&#93;&#58; 422d32
<Vendor&#58; 12341; Attr&#58; 14>&#91;3&#93;&#58; 6e6731
<Vendor&#58; 12341; Attr&#58; 15>&#91;4&#93;&#58; 00000007

?Debug &#58; Sep 10 12&#58;52&#58;46 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 10 12&#58;52&#58;46 AcctServer&#58; Acct packet with session ID&#58; 4096889-L-2
?Debug &#58; Sep 10 12&#58;52&#58;46 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 10 12&#58;52&#58;46 AcctServer&#58; Acct-Interim-Update packet
?Debug &#58; Sep 10 12&#58;52&#58;46 AcctServer&#58; Acct-Start&#58; User <natali>
?Debug &#58; Sep 10 12&#58;52&#58;46 AcctServer&#58; Updating session <4096889-L-2> input/output octets <879784>/<5474842> session time <11879>
?Debug &#58; Sep 10 12&#58;52&#58;46 RADIUS DBA&#58; Interim updating session <4096889-L-2> with timestamp <1284108766>
?Debug &#58; Sep 10 12&#58;52&#58;46 RADIUS Stream&#91;plugin&#93;&#58; edit log id <6>
?Debug &#58; Sep 10 12&#58;52&#58;46 AcctServer&#58; Reply packet dump&#58; RPacket&#58;
Code&#58; 5; ID&#58; 23

?Debug &#58; Sep 10 12&#58;52&#58;46 RadiusSocket&#58; Moving RADIUS packet into send queue
?Debug &#58; Sep 10 12&#58;52&#58;46 RadiusSocket&#58; RADIUS raw data sent
?Debug &#58; Sep 10 12&#58;52&#58;46 AcctServer&#58; Next...
?Debug &#58; Sep 10 12&#58;52&#58;46 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 10 12&#58;52&#58;54 RadiusSocket&#58; RADIUS packet successfully received
?Debug &#58; Sep 10 12&#58;52&#58;54 RadiusSocket&#58; RADIUS raw data obtained
?Debug &#58; Sep 10 12&#58;52&#58;54 RADIUS Packet&#58; Size <266>; HDR.Size <266>
?Debug &#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; Recv...
?Debug &#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; Packet from NAS <127.0.0.1>
?Debug &#58; Sep 10 12&#58;52&#58;54 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; Packet from <127.0.0.1> packet dump&#58; RPacket&#58;
Code&#58; 1; ID&#58; 248
<Vendor&#58; 0; Attr&#58; 1>&#91;4&#93;&#58; 74657374
<Vendor&#58; 0; Attr&#58; 4>&#91;4&#93;&#58; 7f000001
<Vendor&#58; 0; Attr&#58; 5>&#91;4&#93;&#58; 00000004
<Vendor&#58; 0; Attr&#58; 6>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 30>&#91;0&#93;&#58;
<Vendor&#58; 0; Attr&#58; 31>&#91;9&#93;&#58; 31302e31302e302e39
<Vendor&#58; 0; Attr&#58; 32>&#91;16&#93;&#58; 737461742e696e7465722e6c6f63616c
<Vendor&#58; 0; Attr&#58; 44>&#91;11&#93;&#58; 343130383737342d4c2d34
<Vendor&#58; 0; Attr&#58; 61>&#91;4&#93;&#58; 00000005
<Vendor&#58; 0; Attr&#58; 64>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 65>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 66>&#91;9&#93;&#58; 31302e31302e302e39
<Vendor&#58; 0; Attr&#58; 67>&#91;12&#93;&#58; 3139322e3136382e302e3130
<Vendor&#58; 0; Attr&#58; 80>&#91;16&#93;&#58; b7e3cf31e059dbfb1dd4a8e80ba1e6fc
<Vendor&#58; 0; Attr&#58; 91>&#91;16&#93;&#58; 737461742e696e7465722e6c6f63616c
<Vendor&#58; 311; Attr&#58; 11>&#91;16&#93;&#58; bb1e68ae4a9bdfa437f8718917b01169
<Vendor&#58; 311; Attr&#58; 25>&#91;50&#93;&#58; 0100e3292f6f96c282ddda406035f30eff670000000000000000b3aa21101d0212a6a73aebf77ee27fb9045032f630c7ac02
<Vendor&#58; 12341; Attr&#58; 12>&#91;3&#93;&#58; 4c2d34

?Debug &#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; User <test> connecting
?Debug &#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; Session for sessionid <test> not found in <127.0.0.1> cache
?Debug &#58; Sep 10 12&#58;52&#58;54 RADIUS DBA&#58; Info for login <test> found. type <1>
?Debug &#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; Auth scheme&#58; MS-CHAPv2
?Debug &#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; MS-CHAPv2&#58; Authorized user <test>
?Debug &#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; MS-CHAPv2&#58; MPPE Keys send
 Warn  &#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; Unable to get Account Data&#58; No such file or directory
?Debug &#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; Calling fill radius attributes for NAS. Attr storage size <0>
 Notice&#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; Login incorrect <test> from NAS <127.0.0.1> CLID <> Calling-station <10.10.0.9>
 Notice&#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; Authorization failed for user <test>
?Debug &#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; Auth reply&#58; RPacket&#58;
Code&#58; 3; ID&#58; 248
<Vendor&#58; 0; Attr&#58; 18>&#91;21&#93;&#58; 417574686f72697a6174696f6e206661696c65642e
<Vendor&#58; 9; Attr&#58; 103>&#91;19&#93;&#58; 683332332d72657475726e2d636f64653d2d31
<Vendor&#58; 311; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 311; Attr&#58; 8>&#91;4&#93;&#58; 00000006
<Vendor&#58; 311; Attr&#58; 16>&#91;34&#93;&#58; 809419ea8ce6f3ce92f002b000cc133659c9c7e71e86cfc038fc2dde00c8676584e4
<Vendor&#58; 311; Attr&#58; 17>&#91;34&#93;&#58; 81f8f639b6a890972b5820f0ae211e2c88d4cf79553902db72cd997a593dcb6c193c
<Vendor&#58; 311; Attr&#58; 26>&#91;43&#93;&#58; 81533d38444243323242343636354231384244423145334232393138413843393633393042304335393231

?Debug &#58; Sep 10 12&#58;52&#58;54 RADIUS Packet&#58; raw data constructed! size <229>
?Debug &#58; Sep 10 12&#58;52&#58;54 RadiusSocket&#58; Moving RADIUS packet into send queue
?Debug &#58; Sep 10 12&#58;52&#58;54 RadiusSocket&#58; RADIUS raw data sent
?Debug &#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; Next...
?Trace &#58; Sep 10 12&#58;52&#58;54 AuthServer&#58; Process loop step
?Debug &#58; Sep 10 12&#58;52&#58;54 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 10 12&#58;52&#58;57 RADIUS DBA&#58; Correctly interim updated session <6> found. Leave untouched.
?Debug &#58; Sep 10 12&#58;52&#58;57 RADIUS DBA&#58; Correctly interim updated session <8> found. Leave untouched.
?Debug &#58; Sep 10 12&#58;52&#58;57 RADIUS DBA&#58; Correctly interim updated session <9> found. Leave untouched.
?Debug &#58; Sep 10 12&#58;52&#58;58 RADIUS Stream&#91;plugin&#93;&#58; Ping reply received
?Debug &#58; Sep 10 12&#58;53&#58;00 RADIUS Stream&#91;plugin&#93;&#58; Account <6> with balance <706.737>
?Debug &#58; Sep 10 12&#58;53&#58;00 RADIUS Stream&#91;plugin&#93;&#58; Account <2> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;00 RADIUS Stream&#91;plugin&#93;&#58; Account <2> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;01 RadiusSocket&#58; RADIUS packet successfully received
?Debug &#58; Sep 10 12&#58;53&#58;01 RadiusSocket&#58; RADIUS raw data obtained
?Debug &#58; Sep 10 12&#58;53&#58;01 RADIUS Packet&#58; Size <301>; HDR.Size <301>
?Debug &#58; Sep 10 12&#58;53&#58;01 AcctServer&#58; Recv...
?Debug &#58; Sep 10 12&#58;53&#58;01 AcctServer&#58; Packet from <127.0.0.1> packet dump&#58; RPacket&#58;
Code&#58; 4; ID&#58; 234
<Vendor&#58; 0; Attr&#58; 1>&#91;6&#93;&#58; 6e6174616c69
<Vendor&#58; 0; Attr&#58; 4>&#91;4&#93;&#58; 7f000001
<Vendor&#58; 0; Attr&#58; 5>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 6>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 8>&#91;4&#93;&#58; 0a0a0108
<Vendor&#58; 0; Attr&#58; 9>&#91;4&#93;&#58; ffffffff
<Vendor&#58; 0; Attr&#58; 30>&#91;0&#93;&#58;
<Vendor&#58; 0; Attr&#58; 31>&#91;13&#93;&#58; 3139322e3136382e302e313730
<Vendor&#58; 0; Attr&#58; 32>&#91;16&#93;&#58; 737461742e696e7465722e6c6f63616c
<Vendor&#58; 0; Attr&#58; 40>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 42>&#91;4&#93;&#58; 000d6fb6
<Vendor&#58; 0; Attr&#58; 43>&#91;4&#93;&#58; 00538a20
<Vendor&#58; 0; Attr&#58; 44>&#91;11&#93;&#58; 343039363838392d4c2d32
<Vendor&#58; 0; Attr&#58; 45>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 46>&#91;4&#93;&#58; 00002e76
<Vendor&#58; 0; Attr&#58; 47>&#91;4&#93;&#58; 000020f0
<Vendor&#58; 0; Attr&#58; 48>&#91;4&#93;&#58; 00002371
<Vendor&#58; 0; Attr&#58; 49>&#91;4&#93;&#58; 00000007
<Vendor&#58; 0; Attr&#58; 50>&#91;11&#93;&#58; 343039363839302d422d32
<Vendor&#58; 0; Attr&#58; 51>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 52>&#91;4&#93;&#58; 00000000
<Vendor&#58; 0; Attr&#58; 53>&#91;4&#93;&#58; 00000000
<Vendor&#58; 0; Attr&#58; 61>&#91;4&#93;&#58; 00000005
<Vendor&#58; 0; Attr&#58; 64>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 65>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 66>&#91;13&#93;&#58; 3139322e3136382e302e313730
<Vendor&#58; 0; Attr&#58; 67>&#91;12&#93;&#58; 3139322e3136382e302e3130
<Vendor&#58; 0; Attr&#58; 91>&#91;16&#93;&#58; 737461742e696e7465722e6c6f63616c
<Vendor&#58; 12341; Attr&#58; 12>&#91;3&#93;&#58; 4c2d32
<Vendor&#58; 12341; Attr&#58; 13>&#91;3&#93;&#58; 422d32
<Vendor&#58; 12341; Attr&#58; 14>&#91;3&#93;&#58; 6e6731
<Vendor&#58; 12341; Attr&#58; 15>&#91;4&#93;&#58; 00000007

?Debug &#58; Sep 10 12&#58;53&#58;01 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 10 12&#58;53&#58;01 AcctServer&#58; Acct packet with session ID&#58; 4096889-L-2
?Debug &#58; Sep 10 12&#58;53&#58;01 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 10 12&#58;53&#58;01 AcctServer&#58; Acct-Stop packet
?Debug &#58; Sep 10 12&#58;53&#58;01 RADIUS DBA&#58; Session erase ... login type <1>
?Debug &#58; Sep 10 12&#58;53&#58;01 RADIUS DBA&#58; login type login_pool or login_named_pool
?Debug &#58; Sep 10 12&#58;53&#58;01 RADIUS IPPool&#58; Released <a0a0108>
?Debug &#58; Sep 10 12&#58;53&#58;01 RADIUS Stream&#91;plugin&#93;&#58; finish log id <6>
?Debug &#58; Sep 10 12&#58;53&#58;01 AcctServer&#58; Reply packet dump&#58; RPacket&#58;
Code&#58; 5; ID&#58; 234

?Debug &#58; Sep 10 12&#58;53&#58;01 RadiusSocket&#58; Moving RADIUS packet into send queue
?Debug &#58; Sep 10 12&#58;53&#58;01 RadiusSocket&#58; RADIUS raw data sent
?Debug &#58; Sep 10 12&#58;53&#58;01 AcctServer&#58; Next...
?Debug &#58; Sep 10 12&#58;53&#58;01 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 10 12&#58;53&#58;01 RadiusSocket&#58; RADIUS packet successfully received
?Debug &#58; Sep 10 12&#58;53&#58;01 RadiusSocket&#58; RADIUS raw data obtained
?Debug &#58; Sep 10 12&#58;53&#58;01 RADIUS Packet&#58; Size <300>; HDR.Size <300>
?Debug &#58; Sep 10 12&#58;53&#58;01 AcctServer&#58; Recv...
?Debug &#58; Sep 10 12&#58;53&#58;01 AcctServer&#58; Packet from <127.0.0.1> packet dump&#58; RPacket&#58;
Code&#58; 4; ID&#58; 74
<Vendor&#58; 0; Attr&#58; 1>&#91;5&#93;&#58; 7665676173
...................
?Debug &#58; Sep 10 12&#58;53&#58;01 RadiusSocket&#58; Moving RADIUS packet into send queue
?Debug &#58; Sep 10 12&#58;53&#58;01 RadiusSocket&#58; RADIUS raw data sent
?Debug &#58; Sep 10 12&#58;53&#58;01 AcctServer&#58; Next...
?Debug &#58; Sep 10 12&#58;53&#58;01 RadiusSocket&#58; Waiting for RADIUS raw data
 Info  &#58; Sep 10 12&#58;53&#58;22 RADIUS Tarif&#58; Created...
 Notice&#58; Sep 10 12&#58;53&#58;22 RADIUS Config&#58; Processing config file&#58; /netup/utm5/radius5.cfg
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Config&#58; Using classic BaseTelephony
?Trace &#58; Sep 10 12&#58;53&#58;22 RADIUS DBA&#58; New state&#58; ds_failed
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; Registering message handlers..
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2001> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2002> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2003> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2004> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2005> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2006> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2007> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2008> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2009> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x200a> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x200b> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x200c> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x200d> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x200e> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x200f> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2010> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2011> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2012> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2013> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2014> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2015> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2016> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2019> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x201a> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x201b> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x201c> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x201e> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x201f> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2020> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2021> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2022> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2023> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x202c> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x202d> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x202e> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x202f> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2030> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamManager&#58; ID <0x2031> handler <0x2862e080>
 Info  &#58; Sep 10 12&#58;53&#58;22 RadiusSocket&#58; Listening on 0.0.0.0&#58;1812
?Trace &#58; Sep 10 12&#58;53&#58;22 AuthServer&#58; Entering process loop
 Info  &#58; Sep 10 12&#58;53&#58;22 RadiusSocket&#58; Listening on 0.0.0.0&#58;1813
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamConnection&#58; Connection thread started. Peer 127.0.0.1&#58;12758
?Debug &#58; Sep 10 12&#58;53&#58;22 StreamConnection&#58; Connection using TCP socket
?Debug &#58; Sep 10 12&#58;53&#58;22 StreamConnection&#58; System message recived
?Debug &#58; Sep 10 12&#58;53&#58;22 StreamConnection&#58; Challenge response sent
?Debug &#58; Sep 10 12&#58;53&#58;22 StreamConnection&#58; System message recived
 Info  &#58; Sep 10 12&#58;53&#58;22 StreamConnection&#58; Connection successfully authorized, user id <-2>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; dialup features received
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; telephony features received
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; telephony features received
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Got license info..
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS DBA&#58; Updating Named Pool&#58; user_class
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS DBA&#58; New Named Pool inserted&#58; user_class
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 10/1/14/11. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 11/2/15/11. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 12/3/16/11. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 13/5/17/11. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 15/6/19/9. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 16/7/21/12. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 17/8/22/12. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 18/9/23/12. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 19/10/24/12. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 20/11/25/12. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 21/12/26/12. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 22/13/27/12. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 23/14/28/12. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 24/15/29/12. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 25/16/30/12. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 26/17/31/12. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 27/18/32/11. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 28/19/33/11. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 29/9/34/11. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 31/10/36/11. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 32/21/37/13. 1 nodes
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP-traffic service <1> received
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Vendor <1234> attr <7> value size <26>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Vendor <1234> attr <7> value size <27>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP-traffic service <3> received
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP-traffic service <9> received
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP-traffic service <11> received
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Vendor <12341> attr <7> value size <27>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Vendor <12341> attr <7> value size <28>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP-traffic service <12> received
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Vendor <12341> attr <7> value size <28>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Vendor <12341> attr <7> value size <26>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; IP-traffic service <13> received
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
 Info  &#58; Sep 10 12&#58;53&#58;22 RADIUS DBA&#58; Inserting NAS. Data size <0>
 Info  &#58; Sep 10 12&#58;53&#58;22 RADIUS DBA&#58; Inserting NAS result. Data size <0>
 Info  &#58; Sep 10 12&#58;53&#58;22 NASCache<127.0.0.1>&#58; Created...
 Info  &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; NAS <127.0.0.1> added/modified
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; TimeRange <1>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; DialUp service <5>
 Info  &#58; Sep 10 12&#58;53&#58;22 RADIUS DBA&#58; Starting directions sort...
 Info  &#58; Sep 10 12&#58;53&#58;22 RADIUS DBA&#58; Finished directions sort...
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Account <1> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Account <2> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Account <3> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Account <5> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Account <6> with balance <706.737>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Account <7> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Account <8> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Account <9> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Account <10> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Account <11> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Account <12> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Account <13> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Account <14> with balance <0.000>
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS DBA&#58; Flushing REALM list
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Config&#58; RADIUS server ready to serve requests
?Trace &#58; Sep 10 12&#58;53&#58;22 RADIUS DBA&#58; New state&#58; ds_up
?Trace &#58; Sep 10 12&#58;53&#58;22 AuthServer&#58; Process loop step
?Debug &#58; Sep 10 12&#58;53&#58;22 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 10 12&#58;53&#58;22 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 10 12&#58;53&#58;22 RADIUS Stream&#91;plugin&#93;&#58; Ping reply received
?Debug &#58; Sep 10 12&#58;53&#58;39 RadiusSocket&#58; RADIUS packet successfully received
?Debug &#58; Sep 10 12&#58;53&#58;39 RadiusSocket&#58; RADIUS raw data obtained
?Debug &#58; Sep 10 12&#58;53&#58;39 RADIUS Packet&#58; Size <266>; HDR.Size <266>
?Debug &#58; Sep 10 12&#58;53&#58;39 AuthServer&#58; Recv...
?Debug &#58; Sep 10 12&#58;53&#58;39 AuthServer&#58; Packet from NAS <127.0.0.1>
?Debug &#58; Sep 10 12&#58;53&#58;39 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 10 12&#58;53&#58;39 AuthServer&#58; Packet from <127.0.0.1> packet dump&#58; RPacket&#58;
Code&#58; 1; ID&#58; 96
<Vendor&#58; 0; Attr&#58; 1>&#91;4&#93;&#58; 74657374
<Vendor&#58; 0; Attr&#58; 4>&#91;4&#93;&#58; 7f000001
<Vendor&#58; 0; Attr&#58; 5>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 6>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 30>&#91;0&#93;&#58;
<Vendor&#58; 0; Attr&#58; 31>&#91;9&#93;&#58; 31302e31302e302e39
<Vendor&#58; 0; Attr&#58; 32>&#91;16&#93;&#58; 737461742e696e7465722e6c6f63616c
<Vendor&#58; 0; Attr&#58; 44>&#91;11&#93;&#58; 343130383831392d4c2d31
<Vendor&#58; 0; Attr&#58; 61>&#91;4&#93;&#58; 00000005
<Vendor&#58; 0; Attr&#58; 64>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 65>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 66>&#91;9&#93;&#58; 31302e31302e302e39
<Vendor&#58; 0; Attr&#58; 67>&#91;12&#93;&#58; 3139322e3136382e302e3130
<Vendor&#58; 0; Attr&#58; 80>&#91;16&#93;&#58; 62ca3ea4d71b6dab1bde8778ad7263d0
<Vendor&#58; 0; Attr&#58; 91>&#91;16&#93;&#58; 737461742e696e7465722e6c6f63616c
<Vendor&#58; 311; Attr&#58; 11>&#91;16&#93;&#58; bb1e68292de1c3efc9359b155e9d1933
<Vendor&#58; 311; Attr&#58; 25>&#91;50&#93;&#58; 01009dfe9f16da8aedbc06dc1ff97a817fad0000000000000000f2db0e138b5a0f99bf689bb3da68dc42d9d92aefe97ef4fc
<Vendor&#58; 12341; Attr&#58; 12>&#91;3&#93;&#58; 4c2d31

?Debug &#58; Sep 10 12&#58;53

slash
Сообщения: 33
Зарегистрирован: Пн янв 25, 2010 17:02

Сообщение slash »

Ни у кого такой проблемы небыло?
Где копать то, не подскажите?
Может еще какие логи надо?

Аватара пользователя
kaN5300
Сообщения: 480
Зарегистрирован: Пт янв 21, 2005 17:27
Откуда: Ыукзгрщм
Контактная информация:

Сообщение kaN5300 »

MPD врядли здесь причем. Если один лишь только радиус перезагружать, помогает? Какая вобще конфигурация системы? Все сервисы на одной машине?

slash
Сообщения: 33
Зарегистрирован: Пн янв 25, 2010 17:02

Сообщение slash »

kaN5300 писал(а):MPD врядли здесь причем. Если один лишь только радиус перезагружать, помогает? Какая вобще конфигурация системы? Все сервисы на одной машине?
Да все сервисы на одной машине.

Аватара пользователя
kaN5300
Сообщения: 480
Зарегистрирован: Пт янв 21, 2005 17:27
Откуда: Ыукзгрщм
Контактная информация:

Сообщение kaN5300 »

Если один лишь только радиус перезагружать, помогает?

slash
Сообщения: 33
Зарегистрирован: Пн янв 25, 2010 17:02

Сообщение slash »

kaN5300 писал(а):Если один лишь только радиус перезагружать, помогает?
Да помогает, после рестарта утм радиуса, новый пользователь может нормально, соединиться.
А в чем может быть проблема то у радиуса? можно как нить сделать, чтоб после ввода нового пользователя, не надо было рестартовать радиус?

Аватара пользователя
kaN5300
Сообщения: 480
Зарегистрирован: Пт янв 21, 2005 17:27
Откуда: Ыукзгрщм
Контактная информация:

Сообщение kaN5300 »

Вобще, похоже на то, что радиус теряет соединение с ядром через какое-то время. Посмотрите в сторону настроек тайм-аутов, к-ва попыток реконнекта радиуса к ядру и т.д. И почитайте логи радиуса, возможно там он и будет писать что не может подключиться к кору.

slash
Сообщения: 33
Зарегистрирован: Пн янв 25, 2010 17:02

Сообщение slash »

kaN5300 писал(а):Вобще, похоже на то, что радиус теряет соединение с ядром через какое-то время. Посмотрите в сторону настроек тайм-аутов, к-ва попыток реконнекта радиуса к ядру и т.д. И почитайте логи радиуса, возможно там он и будет писать что не может подключиться к кору.
Да но это происходит лишь в том случае, если я завожу нового пользователя в биллинге. Если же не заводить пользователя, то норма все работает.

slash
Сообщения: 33
Зарегистрирован: Пн янв 25, 2010 17:02

Сообщение slash »

Вот лог радиуса
до ввода нового пользователя в биллинг и после рестарта радиуса

Код: Выделить всё

?Debug &#58; Sep 20 09&#58;50&#58;26 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 20 09&#58;50&#58;26 AcctServer&#58; Acct packet with session ID&#58; 4960900-L-1
?Debug &#58; Sep 20 09&#58;50&#58;26 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 20 09&#58;50&#58;26 AcctServer&#58; Acct-Interim-Update packet
?Debug &#58; Sep 20 09&#58;50&#58;26 AcctServer&#58; Acct-Start&#58; User <ludmila>
?Debug &#58; Sep 20 09&#58;50&#58;26 AcctServer&#58; Updating session <4960900-L-1> input/output octets <6607>/<684> session time <928>
?Debug &#58; Sep 20 09&#58;50&#58;26 RADIUS DBA&#58; Interim updating session <4960900-L-1> with timestamp <1284961826>
?Debug &#58; Sep 20 09&#58;50&#58;26 RADIUS Stream&#91;plugin&#93;&#58; edit log id <1>
?Debug &#58; Sep 20 09&#58;50&#58;26 AcctServer&#58; Reply packet dump&#58; RPacket&#58;
Code&#58; 5; ID&#58; 31

?Debug &#58; Sep 20 09&#58;50&#58;26 RadiusSocket&#58; Moving RADIUS packet into send queue
?Debug &#58; Sep 20 09&#58;50&#58;26 RadiusSocket&#58; RADIUS raw data sent
?Debug &#58; Sep 20 09&#58;50&#58;26 AcctServer&#58; Next...
?Debug &#58; Sep 20 09&#58;50&#58;26 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 20 09&#58;50&#58;41 RADIUS DBA&#58; Correctly interim updated session <1> found. Leave untouched.
?Debug &#58; Sep 20 09&#58;50&#58;42 RADIUS Stream&#91;plugin&#93;&#58; Ping reply received
?Debug &#58; Sep 20 09&#58;51&#58;12 RADIUS DBA&#58; Correctly interim updated session <1> found. Leave untouched.
?Debug &#58; Sep 20 09&#58;51&#58;12 RADIUS Stream&#91;plugin&#93;&#58; Ping reply received
?Debug &#58; Sep 20 09&#58;51&#58;32 RadiusSocket&#58; RADIUS packet successfully received
?Debug &#58; Sep 20 09&#58;51&#58;32 RadiusSocket&#58; RADIUS raw data obtained
?Debug &#58; Sep 20 09&#58;51&#58;32 RADIUS Packet&#58; Size <294>; HDR.Size <294>
?Debug &#58; Sep 20 09&#58;51&#58;32 AcctServer&#58; Recv...
?Debug &#58; Sep 20 09&#58;51&#58;32 AcctServer&#58; Packet from <127.0.0.1> packet dump&#58; RPacket&#58;
Code&#58; 4; ID&#58; 126
<Vendor&#58; 0; Attr&#58; 1>&#91;7&#93;&#58; 6c75646d696c61
<Vendor&#58; 0; Attr&#58; 4>&#91;4&#93;&#58; 7f000001
<Vendor&#58; 0; Attr&#58; 5>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 6>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 8>&#91;4&#93;&#58; 0a0a010c
<Vendor&#58; 0; Attr&#58; 9>&#91;4&#93;&#58; ffffffff
<Vendor&#58; 0; Attr&#58; 30>&#91;0&#93;&#58;
<Vendor&#58; 0; Attr&#58; 31>&#91;12&#93;&#58; 3139322e3136382e302e3938
<Vendor&#58; 0; Attr&#58; 32>&#91;16&#93;&#58; 737461742e6c6f63616c2e7369656974
<Vendor&#58; 0; Attr&#58; 40>&#91;4&#93;&#58; 00000003
<Vendor&#58; 0; Attr&#58; 42>&#91;4&#93;&#58; 00001ba6
<Vendor&#58; 0; Attr&#58; 43>&#91;4&#93;&#58; 000002d0
<Vendor&#58; 0; Attr&#58; 44>&#91;11&#93;&#58; 343936303930302d4c2d31
<Vendor&#58; 0; Attr&#58; 45>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 46>&#91;4&#93;&#58; 000003e2
<Vendor&#58; 0; Attr&#58; 47>&#91;4&#93;&#58; 0000007b
<Vendor&#58; 0; Attr&#58; 48>&#91;4&#93;&#58; 00000040
<Vendor&#58; 0; Attr&#58; 50>&#91;11&#93;&#58; 343936303930312d422d31
<Vendor&#58; 0; Attr&#58; 51>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 52>&#91;4&#93;&#58; 00000000
<Vendor&#58; 0; Attr&#58; 53>&#91;4&#93;&#58; 00000000
<Vendor&#58; 0; Attr&#58; 61>&#91;4&#93;&#58; 00000005
<Vendor&#58; 0; Attr&#58; 64>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 65>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 66>&#91;12&#93;&#58; 3139322e3136382e302e3938
<Vendor&#58; 0; Attr&#58; 67>&#91;12&#93;&#58; 3139322e3136382e302e3130
<Vendor&#58; 0; Attr&#58; 91>&#91;16&#93;&#58; 737461742e6c6f63616c2e7369656974
<Vendor&#58; 12341; Attr&#58; 12>&#91;3&#93;&#58; 4c2d31
<Vendor&#58; 12341; Attr&#58; 13>&#91;3&#93;&#58; 422d31
<Vendor&#58; 12341; Attr&#58; 14>&#91;3&#93;&#58; 6e6730
<Vendor&#58; 12341; Attr&#58; 15>&#91;4&#93;&#58; 00000006

?Debug &#58; Sep 20 09&#58;51&#58;32 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 20 09&#58;51&#58;32 AcctServer&#58; Acct packet with session ID&#58; 4960900-L-1
?Debug &#58; Sep 20 09&#58;51&#58;32 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 20 09&#58;51&#58;32 AcctServer&#58; Acct-Interim-Update packet
?Debug &#58; Sep 20 09&#58;51&#58;32 AcctServer&#58; Acct-Start&#58; User <ludmila>
?Debug &#58; Sep 20 09&#58;51&#58;32 AcctServer&#58; Updating session <4960900-L-1> input/output octets <7078>/<720> session time <994>
?Debug &#58; Sep 20 09&#58;51&#58;32 RADIUS DBA&#58; Interim updating session <4960900-L-1> with timestamp <1284961892>
?Debug &#58; Sep 20 09&#58;51&#58;32 RADIUS Stream&#91;plugin&#93;&#58; edit log id <1>
?Debug &#58; Sep 20 09&#58;51&#58;32 AcctServer&#58; Reply packet dump&#58; RPacket&#58;
Code&#58; 5; ID&#58; 126

?Debug &#58; Sep 20 09&#58;51&#58;32 RadiusSocket&#58; Moving RADIUS packet into send queue
?Debug &#58; Sep 20 09&#58;51&#58;32 RadiusSocket&#58; RADIUS raw data sent
?Debug &#58; Sep 20 09&#58;51&#58;32 AcctServer&#58; Next...
?Debug &#58; Sep 20 09&#58;51&#58;32 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 20 09&#58;51&#58;42 RADIUS DBA&#58; Correctly interim updated session <1> found. Leave untouched.
?Debug &#58; Sep 20 09&#58;51&#58;43 RADIUS Stream&#91;plugin&#93;&#58; Ping reply received
?Debug &#58; Sep 20 09&#58;51&#58;58 RADIUS Stream&#91;plugin&#93;&#58; Account <6> with balance <350.671>
?Debug &#58; Sep 20 09&#58;51&#58;59 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;51&#58;59 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;51&#58;59 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 33/22/38/13. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;13 RADIUS DBA&#58; Correctly interim updated session <1> found. Leave untouched.
?Debug &#58; Sep 20 09&#58;52&#58;14 RADIUS Stream&#91;plugin&#93;&#58; Ping reply received
?Debug &#58; Sep 20 09&#58;52&#58;17 RadiusSocket&#58; RADIUS packet successfully received
?Debug &#58; Sep 20 09&#58;52&#58;17 RadiusSocket&#58; RADIUS raw data obtained
?Debug &#58; Sep 20 09&#58;52&#58;17 RADIUS Packet&#58; Size <271>; HDR.Size <271>
?Debug &#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; Recv...
?Debug &#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; Packet from NAS <127.0.0.1>
?Debug &#58; Sep 20 09&#58;52&#58;17 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; Packet from <127.0.0.1> packet dump&#58; RPacket&#58;
Code&#58; 1; ID&#58; 229
<Vendor&#58; 0; Attr&#58; 1>&#91;5&#93;&#58; 7573657231
<Vendor&#58; 0; Attr&#58; 4>&#91;4&#93;&#58; 7f000001
<Vendor&#58; 0; Attr&#58; 5>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 6>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 30>&#91;0&#93;&#58;
<Vendor&#58; 0; Attr&#58; 31>&#91;11&#93;&#58; 3139322e3136382e302e35
<Vendor&#58; 0; Attr&#58; 32>&#91;16&#93;&#58; 737461742e6c6f63616c2e7369656974
<Vendor&#58; 0; Attr&#58; 44>&#91;11&#93;&#58; 343936313933372d4c2d32
<Vendor&#58; 0; Attr&#58; 61>&#91;4&#93;&#58; 00000005
<Vendor&#58; 0; Attr&#58; 64>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 65>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 66>&#91;11&#93;&#58; 3139322e3136382e302e35
<Vendor&#58; 0; Attr&#58; 67>&#91;12&#93;&#58; 3139322e3136382e302e3130
<Vendor&#58; 0; Attr&#58; 80>&#91;16&#93;&#58; 25b8a3d06bac1583e81a7dcbe32a3407
<Vendor&#58; 0; Attr&#58; 91>&#91;16&#93;&#58; 737461742e6c6f63616c2e7369656974
<Vendor&#58; 311; Attr&#58; 11>&#91;16&#93;&#58; bb1e68bc9fcf2fa0a2fb25623628dab0
<Vendor&#58; 311; Attr&#58; 25>&#91;50&#93;&#58; 010065dd2a1244b76004a55a1950bc8a68910000000000000000f20a98b7336c9b598cb152299038d84380cf68205faa06ff
<Vendor&#58; 12341; Attr&#58; 12>&#91;3&#93;&#58; 4c2d32

?Debug &#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; User <user1> connecting
?Debug &#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; Session for sessionid <user1> not found in <127.0.0.1> cache
?Debug &#58; Sep 20 09&#58;52&#58;17 RADIUS DBA&#58; Info for login <user1> found. type <1>
?Debug &#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; Auth scheme&#58; MS-CHAPv2
?Debug &#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; MS-CHAPv2&#58; Authorized user <user1>
?Debug &#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; MS-CHAPv2&#58; MPPE Keys send
 Warn  &#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; Unable to get Account Data&#58; No such file or directory
?Debug &#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; Calling fill radius attributes for NAS. Attr storage size <0>
 Notice&#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; Login incorrect <user1> from NAS <127.0.0.1> CLID <> Calling-station <192.168.0.5>
 Notice&#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; Authorization failed for user <user1>
?Debug &#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; Auth reply&#58; RPacket&#58;
Code&#58; 3; ID&#58; 229
<Vendor&#58; 0; Attr&#58; 18>&#91;21&#93;&#58; 417574686f72697a6174696f6e206661696c65642e
<Vendor&#58; 9; Attr&#58; 103>&#91;19&#93;&#58; 683332332d72657475726e2d636f64653d2d31
<Vendor&#58; 311; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 311; Attr&#58; 8>&#91;4&#93;&#58; 00000006
<Vendor&#58; 311; Attr&#58; 16>&#91;34&#93;&#58; 8ad71700c3ddde540d455ca97eaad9c4fbbcfac498c008e9b23e828639d6700fc52f
<Vendor&#58; 311; Attr&#58; 17>&#91;34&#93;&#58; 841e42df8d4e971798eeff1dc1c42e208ddbe16386c023f91b5197f5cf3fa87af4a4
<Vendor&#58; 311; Attr&#58; 26>&#91;43&#93;&#58; 81533d45333833314436443139354445443432383536323239443834303544463138423233444137423739
Вот после рестарта радиуса

Код: Выделить всё

?Debug &#58; Sep 20 09&#58;52&#58;17 RADIUS Packet&#58; raw data constructed! size <229>
?Debug &#58; Sep 20 09&#58;52&#58;17 RadiusSocket&#58; Moving RADIUS packet into send queue
?Debug &#58; Sep 20 09&#58;52&#58;17 RadiusSocket&#58; RADIUS raw data sent
?Debug &#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; Next...
?Trace &#58; Sep 20 09&#58;52&#58;17 AuthServer&#58; Process loop step
?Debug &#58; Sep 20 09&#58;52&#58;17 RadiusSocket&#58; Waiting for RADIUS raw data
 Info  &#58; Sep 20 09&#58;52&#58;36 RADIUS Tarif&#58; Created...
 Notice&#58; Sep 20 09&#58;52&#58;36 RADIUS Config&#58; Processing config file&#58; /netup/utm5/radius5.cfg
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Config&#58; Using classic BaseTelephony
?Trace &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; New state&#58; ds_failed
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; Registering message handlers..
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2001> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2002> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2003> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2004> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2005> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2006> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2007> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2008> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2009> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x200a> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x200b> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x200c> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x200d> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x200e> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x200f> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2010> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2011> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2012> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2013> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2014> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2015> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2016> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2019> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x201a> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x201b> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x201c> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x201e> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x201f> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2020> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2021> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2022> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2023> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x202c> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x202d> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x202e> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x202f> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2030> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamManager&#58; ID <0x2031> handler <0x2862e080>
 Info  &#58; Sep 20 09&#58;52&#58;36 RadiusSocket&#58; Listening on 0.0.0.0&#58;1812
?Trace &#58; Sep 20 09&#58;52&#58;36 AuthServer&#58; Entering process loop
 Info  &#58; Sep 20 09&#58;52&#58;36 RadiusSocket&#58; Listening on 0.0.0.0&#58;1813
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamConnection&#58; Connection thread started. Peer 127.0.0.1&#58;12758
?Debug &#58; Sep 20 09&#58;52&#58;36 StreamConnection&#58; Connection using TCP socket
?Debug &#58; Sep 20 09&#58;52&#58;36 StreamConnection&#58; System message recived
?Debug &#58; Sep 20 09&#58;52&#58;36 StreamConnection&#58; Challenge response sent
?Debug &#58; Sep 20 09&#58;52&#58;36 StreamConnection&#58; System message recived
 Info  &#58; Sep 20 09&#58;52&#58;36 StreamConnection&#58; Connection successfully authorized, user id <-2>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; dialup features received
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; telephony features received
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Got license info..
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; Updating Named Pool&#58; user_class
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; New Named Pool inserted&#58; user_class
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 10/1/14/11. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 11/2/15/11. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 12/3/16/11. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 13/5/17/11. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 15/6/19/9. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 16/7/21/12. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 17/8/22/12. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 18/9/23/12. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 19/10/24/12. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 20/11/25/12. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 21/12/26/12. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 22/13/27/12. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 23/14/28/12. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 24/15/29/12. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 25/16/30/12. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 26/17/31/12. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 27/18/32/11. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 28/19/33/11. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 29/9/34/11. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 31/10/36/11. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 32/21/37/13. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP for IP-GroupID/A/Slink/Service&#58; 33/22/38/13. 1 nodes
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP-traffic service <1> received
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Vendor <1234> attr <7> value size <26>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Vendor <1234> attr <7> value size <27>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP-traffic service <3> received
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP-traffic service <9> received
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP-traffic service <11> received
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Vendor <12341> attr <7> value size <26>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Vendor <12341> attr <7> value size <27>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP-traffic service <12> received
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Vendor <12341> attr <7> value size <26>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Vendor <12341> attr <7> value size <27>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; IP-traffic service <13> received
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
 Info  &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; Inserting NAS. Data size <0>
 Info  &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; Inserting NAS result. Data size <0>
 Info  &#58; Sep 20 09&#58;52&#58;36 NASCache<127.0.0.1>&#58; Created...
 Info  &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; NAS <127.0.0.1> added/modified
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; TimeRange <1>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; End receiving RADIUS attributes ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; DialUp service <5>
 Info  &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; Starting directions sort...
 Info  &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; Finished directions sort...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <1> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <2> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <3> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <5> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <6> with balance <350.671>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <7> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <8> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <9> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <10> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <11> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <12> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <13> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <14> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <15> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <16> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <17> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <18> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <19> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <20> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <21> with balance <0.000>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Account <22> with balance <0.000>
 Info  &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Updating realm list
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; Flushing REALM list
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; Info for login <ludmila> found. type <1>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; info for user found. type <1> info addr <677432320>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; search_user_info return info <677432320>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; search_user_info return valid info
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS IPPool&#58; Bind <a0a010c> &#58; <a0a010c>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; Setting interim interval <66> for session id <4960900-L-1>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; id2core_add calling ...
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; id2core_add core_id <154> id <1>
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Config&#58; RADIUS server ready to serve requests
?Trace &#58; Sep 20 09&#58;52&#58;36 RADIUS DBA&#58; New state&#58; ds_up
?Trace &#58; Sep 20 09&#58;52&#58;36 AuthServer&#58; Process loop step
?Debug &#58; Sep 20 09&#58;52&#58;36 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 20 09&#58;52&#58;36 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 20 09&#58;52&#58;36 RADIUS Stream&#91;plugin&#93;&#58; Ping reply received
?Debug &#58; Sep 20 09&#58;52&#58;38 RadiusSocket&#58; RADIUS packet successfully received
?Debug &#58; Sep 20 09&#58;52&#58;38 RadiusSocket&#58; RADIUS raw data obtained
?Debug &#58; Sep 20 09&#58;52&#58;38 RADIUS Packet&#58; Size <294>; HDR.Size <294>
?Debug &#58; Sep 20 09&#58;52&#58;38 AcctServer&#58; Recv...
?Debug &#58; Sep 20 09&#58;52&#58;38 AcctServer&#58; Packet from <127.0.0.1> packet dump&#58; RPacket&#58;
Code&#58; 4; ID&#58; 234
<Vendor&#58; 0; Attr&#58; 1>&#91;7&#93;&#58; 6c75646d696c61
<Vendor&#58; 0; Attr&#58; 4>&#91;4&#93;&#58; 7f000001
<Vendor&#58; 0; Attr&#58; 5>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 6>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 8>&#91;4&#93;&#58; 0a0a010c
<Vendor&#58; 0; Attr&#58; 9>&#91;4&#93;&#58; ffffffff
<Vendor&#58; 0; Attr&#58; 30>&#91;0&#93;&#58;
<Vendor&#58; 0; Attr&#58; 31>&#91;12&#93;&#58; 3139322e3136382e302e3938
<Vendor&#58; 0; Attr&#58; 32>&#91;16&#93;&#58; 737461742e6c6f63616c2e7369656974
<Vendor&#58; 0; Attr&#58; 40>&#91;4&#93;&#58; 00000003
<Vendor&#58; 0; Attr&#58; 42>&#91;4&#93;&#58; 00001bc4
<Vendor&#58; 0; Attr&#58; 43>&#91;4&#93;&#58; 000002f4
<Vendor&#58; 0; Attr&#58; 44>&#91;11&#93;&#58; 343936303930302d4c2d31
<Vendor&#58; 0; Attr&#58; 45>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 46>&#91;4&#93;&#58; 00000424
<Vendor&#58; 0; Attr&#58; 47>&#91;4&#93;&#58; 0000007e
<Vendor&#58; 0; Attr&#58; 48>&#91;4&#93;&#58; 00000043
<Vendor&#58; 0; Attr&#58; 50>&#91;11&#93;&#58; 343936303930312d422d31
<Vendor&#58; 0; Attr&#58; 51>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 52>&#91;4&#93;&#58; 00000000
<Vendor&#58; 0; Attr&#58; 53>&#91;4&#93;&#58; 00000000
<Vendor&#58; 0; Attr&#58; 61>&#91;4&#93;&#58; 00000005
<Vendor&#58; 0; Attr&#58; 64>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 65>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 66>&#91;12&#93;&#58; 3139322e3136382e302e3938
<Vendor&#58; 0; Attr&#58; 67>&#91;12&#93;&#58; 3139322e3136382e302e3130
<Vendor&#58; 0; Attr&#58; 91>&#91;16&#93;&#58; 737461742e6c6f63616c2e7369656974
<Vendor&#58; 12341; Attr&#58; 12>&#91;3&#93;&#58; 4c2d31
<Vendor&#58; 12341; Attr&#58; 13>&#91;3&#93;&#58; 422d31
<Vendor&#58; 12341; Attr&#58; 14>&#91;3&#93;&#58; 6e6730
<Vendor&#58; 12341; Attr&#58; 15>&#91;4&#93;&#58; 00000006

?Debug &#58; Sep 20 09&#58;52&#58;38 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 20 09&#58;52&#58;38 AcctServer&#58; Acct packet with session ID&#58; 4960900-L-1
?Debug &#58; Sep 20 09&#58;52&#58;38 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 20 09&#58;52&#58;38 AcctServer&#58; Acct-Interim-Update packet
?Debug &#58; Sep 20 09&#58;52&#58;38 AcctServer&#58; Acct-Start&#58; User <ludmila>
?Debug &#58; Sep 20 09&#58;52&#58;38 AcctServer&#58; Updating session <4960900-L-1> input/output octets <7108>/<756> session time <1060>
?Debug &#58; Sep 20 09&#58;52&#58;38 RADIUS DBA&#58; Interim updating session <4960900-L-1> with timestamp <1284961958>
?Debug &#58; Sep 20 09&#58;52&#58;38 RADIUS Stream&#91;plugin&#93;&#58; edit log id <1>
?Debug &#58; Sep 20 09&#58;52&#58;38 AcctServer&#58; Reply packet dump&#58; RPacket&#58;
Code&#58; 5; ID&#58; 234

?Debug &#58; Sep 20 09&#58;52&#58;38 RadiusSocket&#58; Moving RADIUS packet into send queue
?Debug &#58; Sep 20 09&#58;52&#58;38 RadiusSocket&#58; RADIUS raw data sent
?Debug &#58; Sep 20 09&#58;52&#58;38 AcctServer&#58; Next...
?Debug &#58; Sep 20 09&#58;52&#58;38 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 20 09&#58;52&#58;47 RadiusSocket&#58; RADIUS packet successfully received
?Debug &#58; Sep 20 09&#58;52&#58;47 RadiusSocket&#58; RADIUS raw data obtained
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS Packet&#58; Size <271>; HDR.Size <271>
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; Recv...
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; Packet from NAS <127.0.0.1>
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; Packet from <127.0.0.1> packet dump&#58; RPacket&#58;
Code&#58; 1; ID&#58; 95
<Vendor&#58; 0; Attr&#58; 1>&#91;5&#93;&#58; 7573657231
<Vendor&#58; 0; Attr&#58; 4>&#91;4&#93;&#58; 7f000001
<Vendor&#58; 0; Attr&#58; 5>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 6>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 30>&#91;0&#93;&#58;
<Vendor&#58; 0; Attr&#58; 31>&#91;11&#93;&#58; 3139322e3136382e302e35
<Vendor&#58; 0; Attr&#58; 32>&#91;16&#93;&#58; 737461742e6c6f63616c2e7369656974
<Vendor&#58; 0; Attr&#58; 44>&#91;11&#93;&#58; 343936313936372d4c2d32
<Vendor&#58; 0; Attr&#58; 61>&#91;4&#93;&#58; 00000005
<Vendor&#58; 0; Attr&#58; 64>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 65>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 66>&#91;11&#93;&#58; 3139322e3136382e302e35
<Vendor&#58; 0; Attr&#58; 67>&#91;12&#93;&#58; 3139322e3136382e302e3130
<Vendor&#58; 0; Attr&#58; 80>&#91;16&#93;&#58; 7ad29c126e78eb206786508220007019
<Vendor&#58; 0; Attr&#58; 91>&#91;16&#93;&#58; 737461742e6c6f63616c2e7369656974
<Vendor&#58; 311; Attr&#58; 11>&#91;16&#93;&#58; bb1e68c4ccbac05f63b8a05d3a51adbd
<Vendor&#58; 311; Attr&#58; 25>&#91;50&#93;&#58; 01008a569214943ab00f1f9427142ff17a7300000000000000006674e4bf0e3bdaa95a6c85299df49674fca578924722bb39
<Vendor&#58; 12341; Attr&#58; 12>&#91;3&#93;&#58; 4c2d32

?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; User <user1> connecting
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; Session for sessionid <user1> not found in <127.0.0.1> cache
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS DBA&#58; Info for login <user1> found. type <1>
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; Auth scheme&#58; MS-CHAPv2
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; MS-CHAPv2&#58; Authorized user <user1>
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; MS-CHAPv2&#58; MPPE Keys send
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; IP claimed&#58; 0xa0a010d &#40;<10.10.1.13>&#41;
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; Calling fill radius attributes for service. Attr storage size <2>
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; fill_radius_data Vendor&#58;<12341> Attr&#58;<7> Val&#58;<677697536> Size<26>
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; fill_radius_data result <0> message <Unknown error&#58; 0>
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; fill_radius_data verifying packet. fetched val <in#1=all shape 128000 pass> size&#58;<26>
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; fill_radius_data Vendor&#58;<12341> Attr&#58;<7> Val&#58;<677697568> Size<27>
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; fill_radius_data result <0> message <Unknown error&#58; 0>
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; fill_radius_data verifying packet. fetched val <in#1=all shape 128000 pass> size&#58;<26>
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; Calling fill radius attributes for slink. Attr storage size <0>
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; Calling fill radius attributes for NAS. Attr storage size <0>
 Notice&#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; Login OK <user1> from NAS <127.0.0.1> CLID <> Calling-station <192.168.0.5>
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; Setting interim update interval from config
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; Auth reply&#58; RPacket&#58;
Code&#58; 2; ID&#58; 95
<Vendor&#58; 0; Attr&#58; 6>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 8>&#91;4&#93;&#58; 0a0a010d
<Vendor&#58; 0; Attr&#58; 9>&#91;4&#93;&#58; ffffffff
<Vendor&#58; 0; Attr&#58; 27>&#91;4&#93;&#58; 00015180
<Vendor&#58; 0; Attr&#58; 85>&#91;4&#93;&#58; 00000042
<Vendor&#58; 311; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 311; Attr&#58; 8>&#91;4&#93;&#58; 00000006
<Vendor&#58; 311; Attr&#58; 16>&#91;34&#93;&#58; 8eb57561d5b6ac49dee9ffc503719165642c54dcb1847941d58bec344659476cfd5e
<Vendor&#58; 311; Attr&#58; 17>&#91;34&#93;&#58; 8a1442253bec7dbdb61bf04f4e78705d7699c08c834722de03c458666b8280a97c51
<Vendor&#58; 311; Attr&#58; 26>&#91;43&#93;&#58; 81533d32364243344345413338463037394442433938323142353641463245463743314641423939344333
<Vendor&#58; 12341; Attr&#58; 7>&#91;26&#93;&#58; 696e23313d616c6c207368617065203132383030302070617373
<Vendor&#58; 12341&#40;0&#41;; Attr&#58; 7>&#91;27&#93;&#58; 6f757423313d616c6c207368617065203531323030302070617373

?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS Packet&#58; raw data constructed! size <284>
?Debug &#58; Sep 20 09&#58;52&#58;47 RadiusSocket&#58; Moving RADIUS packet into send queue
?Debug &#58; Sep 20 09&#58;52&#58;47 RadiusSocket&#58; RADIUS raw data sent
?Debug &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; Next...
?Trace &#58; Sep 20 09&#58;52&#58;47 AuthServer&#58; Process loop step
?Debug &#58; Sep 20 09&#58;52&#58;47 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 20 09&#58;52&#58;47 RadiusSocket&#58; RADIUS packet successfully received
?Debug &#58; Sep 20 09&#58;52&#58;47 RadiusSocket&#58; RADIUS raw data obtained
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS Packet&#58; Size <248>; HDR.Size <248>
?Debug &#58; Sep 20 09&#58;52&#58;47 AcctServer&#58; Recv...
?Debug &#58; Sep 20 09&#58;52&#58;47 AcctServer&#58; Packet from <127.0.0.1> packet dump&#58; RPacket&#58;
Code&#58; 4; ID&#58; 222
<Vendor&#58; 0; Attr&#58; 1>&#91;5&#93;&#58; 7573657231
<Vendor&#58; 0; Attr&#58; 4>&#91;4&#93;&#58; 7f000001
<Vendor&#58; 0; Attr&#58; 5>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 6>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 8>&#91;4&#93;&#58; 0a0a010d
<Vendor&#58; 0; Attr&#58; 9>&#91;4&#93;&#58; ffffffff
<Vendor&#58; 0; Attr&#58; 30>&#91;0&#93;&#58;
<Vendor&#58; 0; Attr&#58; 31>&#91;11&#93;&#58; 3139322e3136382e302e35
<Vendor&#58; 0; Attr&#58; 32>&#91;16&#93;&#58; 737461742e6c6f63616c2e7369656974
<Vendor&#58; 0; Attr&#58; 40>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 44>&#91;11&#93;&#58; 343936313936372d4c2d32
<Vendor&#58; 0; Attr&#58; 45>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 50>&#91;11&#93;&#58; 343936313936372d422d32
<Vendor&#58; 0; Attr&#58; 51>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 61>&#91;4&#93;&#58; 00000005
<Vendor&#58; 0; Attr&#58; 64>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 65>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 66>&#91;11&#93;&#58; 3139322e3136382e302e35
<Vendor&#58; 0; Attr&#58; 67>&#91;12&#93;&#58; 3139322e3136382e302e3130
<Vendor&#58; 0; Attr&#58; 91>&#91;16&#93;&#58; 737461742e6c6f63616c2e7369656974
<Vendor&#58; 12341; Attr&#58; 12>&#91;3&#93;&#58; 4c2d32
<Vendor&#58; 12341; Attr&#58; 13>&#91;3&#93;&#58; 422d32
<Vendor&#58; 12341; Attr&#58; 14>&#91;3&#93;&#58; 6e6731
<Vendor&#58; 12341; Attr&#58; 15>&#91;4&#93;&#58; 00000007

?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 20 09&#58;52&#58;47 AcctServer&#58; Acct packet with session ID&#58; 4961967-L-2
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 20 09&#58;52&#58;47 AcctServer&#58; Acct-Start packet
?Debug &#58; Sep 20 09&#58;52&#58;47 AcctServer&#58; Acct-Start&#58; User <user1>
?Debug &#58; Sep 20 09&#58;52&#58;47 AcctServer&#58; Acct-Session-Time &#40;46&#41; not present in accounting packet.
?Debug &#58; Sep 20 09&#58;52&#58;47 AcctServer&#58; No h323-setup-time &#40;9, 25&#41; attribute in accountig start packet. Setting to NOW <1284961967>!
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS DBA&#58; Info for login <user1> found. type <1>
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS DBA&#58; info for user found. type <1> info addr <677435392>
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS DBA&#58; search_user_info return info <677435392>
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS DBA&#58; search_user_info return valid info
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS IPPool&#58; Bind <a0a010d> &#58; <a0a010d>
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS DBA&#58; Setting interim interval <66> for session id <4961967-L-2>
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS DBA&#58; Calling send_session_log_init_sync ...
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS Stream&#91;plugin&#93;&#58; send_session_log_init_sync
?Debug &#58; Sep 20 09&#58;52&#58;47 RADIUS Stream&#91;plugin&#93;&#58; init log id <2>
?Debug &#58; Sep 20 09&#58;52&#58;47 AcctServer&#58; Reply packet dump&#58; RPacket&#58;
Code&#58; 5; ID&#58; 222

?Debug &#58; Sep 20 09&#58;52&#58;47 RadiusSocket&#58; Moving RADIUS packet into send queue
?Debug &#58; Sep 20 09&#58;52&#58;47 RadiusSocket&#58; RADIUS raw data sent
?Debug &#58; Sep 20 09&#58;52&#58;47 AcctServer&#58; Next...
?Debug &#58; Sep 20 09&#58;52&#58;47 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 20 09&#58;53&#58;05 RADIUS Stream&#91;plugin&#93;&#58; Account <6> with balance <350.671>
?Debug &#58; Sep 20 09&#58;53&#58;05 RADIUS Stream&#91;plugin&#93;&#58; Account <6> with balance <350.671>
?Debug &#58; Sep 20 09&#58;53&#58;06 RADIUS DBA&#58; Correctly interim updated session <1> found. Leave untouched.
?Debug &#58; Sep 20 09&#58;53&#58;06 RADIUS DBA&#58; Null interim updated session <2> found. Setting last update for current datetime.
?Debug &#58; Sep 20 09&#58;53&#58;06 RADIUS Stream&#91;plugin&#93;&#58; Ping reply received
?Debug &#58; Sep 20 09&#58;53&#58;37 RADIUS DBA&#58; Correctly interim updated session <1> found. Leave untouched.
?Debug &#58; Sep 20 09&#58;53&#58;37 RADIUS DBA&#58; Correctly interim updated session <2> found. Leave untouched.
?Debug &#58; Sep 20 09&#58;53&#58;37 RADIUS Stream&#91;plugin&#93;&#58; Ping reply received
?Debug &#58; Sep 20 09&#58;53&#58;44 RadiusSocket&#58; RADIUS packet successfully received
?Debug &#58; Sep 20 09&#58;53&#58;44 RadiusSocket&#58; RADIUS raw data obtained
?Debug &#58; Sep 20 09&#58;53&#58;44 RADIUS Packet&#58; Size <294>; HDR.Size <294>
?Debug &#58; Sep 20 09&#58;53&#58;44 AcctServer&#58; Recv...
?Debug &#58; Sep 20 09&#58;53&#58;44 AcctServer&#58; Packet from <127.0.0.1> packet dump&#58; RPacket&#58;
Code&#58; 4; ID&#58; 114
<Vendor&#58; 0; Attr&#58; 1>&#91;7&#93;&#58; 6c75646d696c61
<Vendor&#58; 0; Attr&#58; 4>&#91;4&#93;&#58; 7f000001
<Vendor&#58; 0; Attr&#58; 5>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 6>&#91;4&#93;&#58; 00000002
<Vendor&#58; 0; Attr&#58; 7>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 8>&#91;4&#93;&#58; 0a0a010c
<Vendor&#58; 0; Attr&#58; 9>&#91;4&#93;&#58; ffffffff
<Vendor&#58; 0; Attr&#58; 30>&#91;0&#93;&#58;
<Vendor&#58; 0; Attr&#58; 31>&#91;12&#93;&#58; 3139322e3136382e302e3938
<Vendor&#58; 0; Attr&#58; 32>&#91;16&#93;&#58; 737461742e6c6f63616c2e7369656974
<Vendor&#58; 0; Attr&#58; 40>&#91;4&#93;&#58; 00000003
<Vendor&#58; 0; Attr&#58; 42>&#91;4&#93;&#58; 00001be2
<Vendor&#58; 0; Attr&#58; 43>&#91;4&#93;&#58; 00000318
<Vendor&#58; 0; Attr&#58; 44>&#91;11&#93;&#58; 343936303930302d4c2d31
<Vendor&#58; 0; Attr&#58; 45>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 46>&#91;4&#93;&#58; 00000466
<Vendor&#58; 0; Attr&#58; 47>&#91;4&#93;&#58; 00000081
<Vendor&#58; 0; Attr&#58; 48>&#91;4&#93;&#58; 00000046
<Vendor&#58; 0; Attr&#58; 50>&#91;11&#93;&#58; 343936303930312d422d31
<Vendor&#58; 0; Attr&#58; 51>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 52>&#91;4&#93;&#58; 00000000
<Vendor&#58; 0; Attr&#58; 53>&#91;4&#93;&#58; 00000000
<Vendor&#58; 0; Attr&#58; 61>&#91;4&#93;&#58; 00000005
<Vendor&#58; 0; Attr&#58; 64>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 65>&#91;4&#93;&#58; 00000001
<Vendor&#58; 0; Attr&#58; 66>&#91;12&#93;&#58; 3139322e3136382e302e3938
<Vendor&#58; 0; Attr&#58; 67>&#91;12&#93;&#58; 3139322e3136382e302e3130
<Vendor&#58; 0; Attr&#58; 91>&#91;16&#93;&#58; 737461742e6c6f63616c2e7369656974
<Vendor&#58; 12341; Attr&#58; 12>&#91;3&#93;&#58; 4c2d31
<Vendor&#58; 12341; Attr&#58; 13>&#91;3&#93;&#58; 422d31
<Vendor&#58; 12341; Attr&#58; 14>&#91;3&#93;&#58; 6e6730
<Vendor&#58; 12341; Attr&#58; 15>&#91;4&#93;&#58; 00000006
?Debug &#58; Sep 20 09&#58;53&#58;53 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 20 09&#58;53&#58;53 AcctServer&#58; Acct packet with session ID&#58; 4961967-L-2
?Debug &#58; Sep 20 09&#58;53&#58;53 RADIUS DBA&#58; NAS found. Data size <0>
?Debug &#58; Sep 20 09&#58;53&#58;53 AcctServer&#58; Acct-Interim-Update packet
?Debug &#58; Sep 20 09&#58;53&#58;53 AcctServer&#58; Acct-Start&#58; User <user1>
?Debug &#58; Sep 20 09&#58;53&#58;53 AcctServer&#58; Updating session <4961967-L-2> input/output octets <90061>/<2747300> session time <68>
?Debug &#58; Sep 20 09&#58;53&#58;53 RADIUS DBA&#58; Interim updating session <4961967-L-2> with timestamp <1284962033>
?Debug &#58; Sep 20 09&#58;53&#58;53 RADIUS Stream&#91;plugin&#93;&#58; edit log id <2>
?Debug &#58; Sep 20 09&#58;53&#58;53 AcctServer&#58; Reply packet dump&#58; RPacket&#58;
Code&#58; 5; ID&#58; 7

?Debug &#58; Sep 20 09&#58;53&#58;53 RadiusSocket&#58; Moving RADIUS packet into send queue
?Debug &#58; Sep 20 09&#58;53&#58;53 RadiusSocket&#58; RADIUS raw data sent
?Debug &#58; Sep 20 09&#58;53&#58;53 AcctServer&#58; Next...
?Debug &#58; Sep 20 09&#58;53&#58;53 RadiusSocket&#58; Waiting for RADIUS raw data
?Debug &#58; Sep 20 09&#58;54&#58;08 RADIUS DBA&#58; Correctly interim updated session <1> found. Leave untouched.
?Debug &#58; Sep 20 09&#58;54&#58;08 RADIUS DBA&#58; Correctly interim updated session <2> found. Leave untouched.
?Debug &#58; Sep 20 09&#58;54&#58;08 RADIUS Stream&#91;plugin&#93;&#58; Ping reply received
?Debug &#58; Sep 20 09&#58;54&#58;39 RADIUS DBA&#58; Correctly interim updated session <1> found. Leave untouched.
?Debug &#58; Sep 20 09&#58;54&#58;39 RADIUS DBA&#58; Correctly interim updated session <2> found. Leave untouched.
?Debug &#58; Sep 20 09&#58;54&#58;39 RADIUS Stream&#91;plugin&#93;&#58; Ping reply received
?Debug &#58; Sep 20 09&#58;54&#58;50 RadiusSocket&#58; RADIUS packet successfully received
?Debug &#58; Sep 20 09&#58;54&#58;50 RadiusSocket&#58; RADIUS raw data obtained
?Debug &#58; Sep 20 09&#58;54&#58;50 RADIUS Packet&#58; Size <294>; HDR.Size <294>
?Debug &#58; Sep 20 09&#58;54&#58;50 AcctServer&#58; Recv...
?Debug &#58; Sep 20 09&#58;54&#58;50 AcctServer&#58; Packet from <127.0.0.1> packet dump&#58; RPacket&#58;
Code&#58; 4; ID&#58; 45
Созданный новый пользователь user1

Ответить