* Re[2]: [Comm] Unsupported protocol 'Compression Control
@ 2004-07-13 10:58 ` Artur Yakupov
2004-07-13 11:08 ` Andy Gorev
0 siblings, 1 reply; 12+ messages in thread
From: Artur Yakupov @ 2004-07-13 10:58 UTC (permalink / raw)
To: Andy Gorev; +Cc: community
Здравствуйте.
Вы писали 13 июля 2004 г., 13:59:04:
>> Здравствуйте.
>>
>> Стоит задача организации callback для ppp Dial up соединения.
>> Используем ppp-2.4.1, portslave - 1
>> Сервер перезванивает, соединение происходит, но пакеты больше 200 байт
>> не проходят.
>> Лог следующий:
>> Jul 12 23:05:56 gwtest port[S0]: pppd 2.4.1 with CBCP (ALT Linux) started by AutoPPP, uid 0
>> Jul 12 23:05:56 gwtest port[S0]: Using interface ppp0
>> Jul 12 23:05:56 gwtest port[S0]: Connect: ppp0 <--> /dev/ttyR0
>> Jul 12 23:06:00 gwtest port[S0]: user support logged in
>> Jul 12 23:06:00 gwtest port[S0]: Warning - user file /etc/ppp/callback-users has world and/or group access
>> Jul 12 23:06:03 gwtest port[S0]: LCP terminated by peer
>> Jul 12 23:06:06 gwtest port[S0]: Connection terminated.
>> Jul 12 23:06:06 gwtest port[S0]: Connect time 0.2 minutes.
>> Jul 12 23:06:06 gwtest port[S0]: Sent 0 bytes, received 0 bytes.
>> Jul 12 23:06:06 gwtest port[S0]: Callback with </etc/ppp/callback-server 15 480908>
>> Jul 12 23:06:06 gwtest chat[6816]: send (ATH0^M)
>> Jul 12 23:06:41 gwtest chat[6837]: send (AT^M)
>> Jul 12 23:06:41 gwtest chat[6837]: expect (OK)
>> Jul 12 23:06:41 gwtest chat[6837]: ^M
>> Jul 12 23:06:41 gwtest chat[6837]: NO CARRIER^M
>> Jul 12 23:06:41 gwtest chat[6837]: AT^M^M
>> Jul 12 23:06:41 gwtest chat[6837]: OK
>> Jul 12 23:06:41 gwtest chat[6837]: -- got it
>> Jul 12 23:06:41 gwtest chat[6837]: send (ATS7=40D480908^M)
>> Jul 12 23:06:41 gwtest chat[6837]: expect (CONNECT)
>> Jul 12 23:06:41 gwtest chat[6837]: ^M
>> Jul 12 23:07:12 gwtest chat[6837]: ATS7=40D480908^M^M
>> Jul 12 23:07:12 gwtest chat[6837]: CONNECT
>> Jul 12 23:07:12 gwtest chat[6837]: -- got it
>> Jul 12 23:07:12 gwtest chat[6837]: send (^M)
>> Jul 12 23:07:12 gwtest port[S0]: Serial connection established.
>> Jul 12 23:07:12 gwtest port[S0]: Using interface ppp0
>> Jul 12 23:07:12 gwtest port[S0]: Connect: ppp0 <--> /dev/ttyR0
>> Jul 12 23:07:12 gwtest port[S0]: user support logged in
>> Jul 12 23:07:12 gwtest port[S0]: Unsupported protocol 'Compression Control Protocol' (0x80fd) received
>> Jul 12 23:07:12 gwtest port[S0]: Cannot determine ethernet address for proxy ARP
>> Jul 12 23:07:12 gwtest port[S0]: local IP address 192.168.0.3
>> Jul 12 23:07:12 gwtest port[S0]: remote IP address 192.168.0.35
>> Jul 12 23:13:35 gwtest port[S0]: user support logged out
>> Jul 12 23:13:35 gwtest port[S0]: Connection terminated.
>> Jul 12 23:13:35 gwtest port[S0]: Connect time 6.4 minutes.
>> Jul 12 23:13:35 gwtest port[S0]: Sent 2206 bytes, received 11696 bytes.
>> Jul 12 23:13:35 gwtest port[S0]: Exit.
>>
>> Как избавиться от "Unsupported protocol 'Compression Control
>> Protocol' (0x80fd) received "?
AG> noccp
В том то и дело, что noccp стоит.
##pslave.conf
all.pppd /usr/sbin/pppd-radius
all.locallogins no
all.authtype radius
all.radnullpass yes
all.protocol ppp
all.speed 115200
all.initchat TIMEOUT 10 \
ABORT "NO CARRIER" \
ABORT VOICE \
SETVAR "C=CARRIER " \
SETVAR C+PROTOCOL: \
SETVAR C?CONNECT \
"" \d\l\dAT&B1&S0&H1S0=1&A3S7=40X7&C1S39 \
OK\r\n-AT+++\d\d\d-OK\r\n "\c" \
TIMEOUT 3600 \
RING "\c" \
STATUS Incoming %p:I.HANDSHAKE \
"" ATA \
TIMEOUT 75 \
CONNECT "\c" \
STATUS Connected %p:I.HANDSHAKE
all.autoppp proxyarp %d asyncmap 0 %i: \
noipx noccp debug login auth +pap -chap \
mtu %t mru %t \
ms-dns xxxx.xxxx.xxxx.xxxx \
callback server \
plugin /usr/lib/libpsr.so
all.pppopt proxyarp %d asyncmap 0 %i:%j \
noipx noccp debug \
mtu %t mru %t \
netmask %m idle %I maxconnect %T \
ms-dns xxxx.xxxx.xxxx.xxxx \
plugin /usr/lib/libpsr.so
s0.tty ttyR0
Какие еще могут быть причины?
------------
С уважением,
Артур Якупов
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Unsupported protocol 'Compression Control
2004-07-13 10:58 ` Re[2]: [Comm] Unsupported protocol 'Compression Control Artur Yakupov
@ 2004-07-13 11:08 ` Andy Gorev
2004-07-13 15:42 ` Re[2]: " Artur Yakupov
0 siblings, 1 reply; 12+ messages in thread
From: Andy Gorev @ 2004-07-13 11:08 UTC (permalink / raw)
To: community
Artur Yakupov wrote:
> Здравствуйте.
>
> Вы писали 13 июля 2004 г., 13:59:04:
>
>
>
>>>Здравствуйте.
>>>
>>>Стоит задача организации callback для ppp Dial up соединения.
>>>Используем ppp-2.4.1, portslave - 1
>>>Сервер перезванивает, соединение происходит, но пакеты больше 200 байт
>>>не проходят.
> Какие еще могут быть причины?
Причин может быть море, от описьки в конфиге до атрибутов радиуса.
Проверьте свои MTU, и оторвите для настройки радиус с портслэйвом - они
тоже могут быть источником проблем. А еще желательно прислать дебаг ppp,
где видны lcp пакеты.
--
С Уважением,
Андрей Горев
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Unsupported protocol 'Compression Control
2004-07-13 15:42 ` Re[2]: " Artur Yakupov
@ 2004-07-13 15:40 ` Andy Gorev
2004-07-14 6:42 ` Re[2]: " Artur Yakupov
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: Andy Gorev @ 2004-07-13 15:40 UTC (permalink / raw)
To: community
Artur Yakupov wrote:
> Здравствуйте.
>
> Вы писали 13 июля 2004 г., 15:08:57:
>
>
>>>>>Стоит задача организации callback для ppp Dial up соединения.
>>>>>Используем ppp-2.4.1, portslave - 1
>>>>>Сервер перезванивает, соединение происходит, но пакеты больше 200 байт
>>>>>не проходят.
>
>
>>>Какие еще могут быть причины?
>
>
> AG> Причин может быть море, от описьки в конфиге до атрибутов радиуса.
> AG> Проверьте свои MTU, и оторвите для настройки радиус с портслэйвом - они
> AG> тоже могут быть источником проблем. А еще желательно прислать дебаг ppp,
> AG> где видны lcp пакеты.
>
>
> Где взять "дебаг ppp, где видны lcp пакеты"?
man pppd на предмет опции debug
--
С Уважением,
Андрей Горев
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re[2]: [Comm] Unsupported protocol 'Compression Control
2004-07-13 11:08 ` Andy Gorev
@ 2004-07-13 15:42 ` Artur Yakupov
2004-07-13 15:40 ` Andy Gorev
0 siblings, 1 reply; 12+ messages in thread
From: Artur Yakupov @ 2004-07-13 15:42 UTC (permalink / raw)
To: Andy Gorev
Здравствуйте.
Вы писали 13 июля 2004 г., 15:08:57:
>>>>Стоит задача организации callback для ppp Dial up соединения.
>>>>Используем ppp-2.4.1, portslave - 1
>>>>Сервер перезванивает, соединение происходит, но пакеты больше 200 байт
>>>>не проходят.
>> Какие еще могут быть причины?
AG> Причин может быть море, от описьки в конфиге до атрибутов радиуса.
AG> Проверьте свои MTU, и оторвите для настройки радиус с портслэйвом - они
AG> тоже могут быть источником проблем. А еще желательно прислать дебаг ppp,
AG> где видны lcp пакеты.
Где взять "дебаг ppp, где видны lcp пакеты"?
------------
С уважением,
Артур Якупов
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re[2]: [Comm] Unsupported protocol 'Compression Control
2004-07-13 15:40 ` Andy Gorev
@ 2004-07-14 6:42 ` Artur Yakupov
2004-07-14 11:16 ` Artur Yakupov
2 siblings, 0 replies; 12+ messages in thread
From: Artur Yakupov @ 2004-07-14 6:42 UTC (permalink / raw)
To: Andy Gorev
Здравствуйте.
>> AG> Причин может быть море, от описьки в конфиге до атрибутов радиуса.
>> AG> Проверьте свои MTU, и оторвите для настройки радиус с портслэйвом - они
>> AG> тоже могут быть источником проблем. А еще желательно прислать дебаг ppp,
>> AG> где видны lcp пакеты.
dВот мой debug ppp:
Jul 14 14:24:30 gwtest port[S0]: chat_expect - got it
Jul 14 14:24:30 gwtest port[S0]: chat_send(\c)
Jul 14 14:24:31 gwtest port[S0]: chatarray: special word: STATUS, index: 2, code: 2, req. words: 3
Jul 14 14:24:31 gwtest port[S0]: chat_expect(, 3600)
Jul 14 14:24:31 gwtest port[S0]: chat_expect - got it
Jul 14 14:24:31 gwtest port[S0]: chat_send(ATA)
Jul 14 14:24:31 gwtest port[S0]: chatarray: special word: TIMEOUT, index: 0, code: 0, req. words: 2
Jul 14 14:24:31 gwtest port[S0]: chat_expect(CONNECT, 75)
Jul 14 14:24:42 gwtest port[S0]: Match on setvar string "CONNECT".
Jul 14 14:24:42 gwtest port[S0]: chat_expect - got it
Jul 14 14:24:42 gwtest port[S0]: chat_send(\c)
Jul 14 14:24:42 gwtest port[S0]: chatarray: special word: STATUS, index: 2, code: 2, req. words: 3
Jul 14 14:24:45 gwtest port[S0]: using channel 108
Jul 14 14:24:45 gwtest port[S0]: sent [LCP ConfReq id=0x1 <mru 200> <asyncmap 0xa0000> <auth pap> <magic 0xda10dc52>]
Jul 14 14:24:45 gwtest kernel: divert: not allocating divert_blk for non-ethernet device ppp0
Jul 14 14:24:48 gwtest port[S0]: rcvd [LCP ConfReq id=0x3 <asyncmap 0xa0000> <magic 0x51fc2a> <pcomp> <accomp> <callback
CBCP>]
Jul 14 14:24:48 gwtest port[S0]: sent [LCP ConfRej id=0x3 <pcomp> <accomp>]
Jul 14 14:24:48 gwtest port[S0]: sent [LCP ConfReq id=0x1 <mru 200> <asyncmap 0xa0000> <auth pap> <magic 0xda10dc52>]
Jul 14 14:24:49 gwtest port[S0]: rcvd [LCP ConfReq id=0x4 <asyncmap 0xa0000> <magic 0x51fc2a> <callback CBCP>]
Jul 14 14:24:49 gwtest port[S0]: sent [LCP ConfAck id=0x4 <asyncmap 0xa0000> <magic 0x51fc2a> <callback CBCP>]
Jul 14 14:24:49 gwtest port[S0]: rcvd [LCP ConfAck id=0x1 <mru 200> <asyncmap 0xa0000> <auth pap> <magic 0xda10dc52>]
Jul 14 14:24:49 gwtest port[S0]: cbcp_lowerup
Jul 14 14:24:49 gwtest port[S0]: want: 0
Jul 14 14:24:49 gwtest port[S0]: rcvd [PAP AuthReq id=0x1 user="sup" password=<hidden>]
Jul 14 14:24:49 gwtest port[S0]: sent [PAP AuthAck id=0x1 ""]
Jul 14 14:24:49 gwtest port[S0]: cbcp_open
Jul 14 14:24:49 gwtest port[S0]: cbcp_sendreq cb_allowed=4
Jul 14 14:24:49 gwtest port[S0]: cbcp_sendreq CONF_USER
Jul 14 14:24:49 gwtest port[S0]: sent [CBCP Request id=0x1 < UserDefined delay = 5>]
Jul 14 14:24:52 gwtest port[S0]: rcvd [CBCP Response id=0x1 < UserDefined delay = 15 number = 328166>]
Jul 14 14:24:52 gwtest port[S0]: peer will callback the client on: 328166
Jul 14 14:24:52 gwtest port[S0]: cbcp_sendack cb_type=4
Jul 14 14:24:52 gwtest port[S0]: cbcp_sendack CONF_USER
Jul 14 14:24:52 gwtest port[S0]: sent [CBCP Ack id=0x1 < UserDefined delay = 15 number = 328166>]
Jul 14 14:24:52 gwtest port[S0]: rcvd [LCP TermReq id=0x5]
Jul 14 14:24:52 gwtest port[S0]: sent [LCP TermAck id=0x5]
Jul 14 14:24:55 gwtest port[S0]: cbcp_start_callback running
Jul 14 14:24:55 gwtest kernel: divert: no divert_blk to free, ppp0 not ethernet
Jul 14 14:26:05 gwtest port[S0]: using channel 109
Jul 14 14:26:05 gwtest port[S0]: sent [LCP ConfReq id=0x2 <mru 200> <asyncmap 0xa0000> <auth pap> <magic 0x12464ebf>]
Jul 14 14:26:05 gwtest kernel: divert: not allocating divert_blk for non-ethernet device ppp0
Jul 14 14:26:05 gwtest port[S0]: rcvd [LCP ConfReq id=0x1 <asyncmap 0xa0000> <magic 0x533e53> <pcomp> <accomp>]
Jul 14 14:26:05 gwtest port[S0]: sent [LCP ConfRej id=0x1 <pcomp> <accomp>]
Jul 14 14:26:05 gwtest port[S0]: rcvd [LCP ConfAck id=0x2 <mru 200> <asyncmap 0xa0000> <auth pap> <magic 0x12464ebf>]
Jul 14 14:26:05 gwtest port[S0]: rcvd [LCP ConfReq id=0x2 <asyncmap 0xa0000> <magic 0x533e53>]
Jul 14 14:26:05 gwtest port[S0]: sent [LCP ConfAck id=0x2 <asyncmap 0xa0000> <magic 0x533e53>]
Jul 14 14:26:05 gwtest port[S0]: rcvd [PAP AuthReq id=0x1 user="sup" password=<hidden>]
Jul 14 14:26:05 gwtest port[S0]: sent [PAP AuthAck id=0x1 ""]
Jul 14 14:26:05 gwtest port[S0]: sent [IPCP ConfReq id=0x1 <addr 192.168.0.5> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
Jul 14 14:26:06 gwtest port[S0]: rcvd [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-wins
0.0.0.0> <ms-dns3 0.0.0.0> <ms-wins 0.0.0.0>]
Jul 14 14:26:06 gwtest port[S0]: sent [IPCP ConfRej id=0x1 <compress VJ 0f 01> <ms-wins 0.0.0.0> <ms-wins 0.0.0.0>]
Jul 14 14:26:06 gwtest port[S0]: rcvd [CCP ConfReq id=0x1 <mppe 0 0 0 1 11 05 00 01 04]
Jul 14 14:26:06 gwtest port[S0]: sent [LCP ProtRej id=0x3 80 fd 01 01 00 0f 12 06 00 00 00 01 11 05 00 01 04]
Jul 14 14:26:06 gwtest port[S0]: rcvd [IPCP ConfRej id=0x1 <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
Jul 14 14:26:06 gwtest port[S0]: sent [IPCP ConfReq id=0x2 <addr 192.168.0.5>]
Jul 14 14:26:06 gwtest port[S0]: rcvd [IPCP ConfAck id=0x2 <addr 192.168.0.5>]
Jul 14 14:26:09 gwtest port[S0]: rcvd [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-wins 0.0.0.0> <ms-dns3
0.0.0.0> <ms-wins 0.0.0.0>]
Jul 14 14:26:09 gwtest port[S0]: sent [IPCP ConfRej id=0x2 <ms-wins 0.0.0.0> <ms-wins 0.0.0.0>]
Jul 14 14:26:09 gwtest port[S0]: sent [IPCP ConfReq id=0x2 <addr 192.168.0.5>]
Jul 14 14:26:09 gwtest port[S0]: rcvd [IPCP ConfReq id=0x3 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
Jul 14 14:26:09 gwtest port[S0]: sent [IPCP ConfNak id=0x3 <addr
192.168.0.33> <ms-dns1 xxxx.xxxx.xxxx.xxxx <ms-dns3 xxxx.xxxx.xxxx.xxxx>]
Jul 14 14:26:09 gwtest port[S0]: rcvd [IPCP ConfAck id=0x2 <addr 192.168.0.5>]
Jul 14 14:26:09 gwtest port[S0]: rcvd [IPCP ConfReq id=0x4 <addr 192.168.0.33> <ms-dns1 xxxx.xxxx.xxxx.xxxx> <ms-dns3 xxxx.xxxx.xxxx.xxxx>]
Jul 14 14:26:09 gwtest port[S0]: sent [IPCP ConfAck id=0x4 <addr 192.168.0.33> <ms-dns1 xxxx.xxxx.xxxx.xxxx> <ms-dns3 xxxx.xxxx.xxxx.xxxx>]
Jul 14 14:26:09 gwtest port[S0]: Script /etc/ppp/ip-up started (pid 17651)
Jul 14 14:26:09 gwtest port[S0]: Script /etc/ppp/ip-up finished (pid 17651), status = 0x0
Jul 14 14:27:09 gwtest port[S0]: rcvd [LCP TermReq id=0x3]
Jul 14 14:27:12 gwtest port[S0]: Script /etc/ppp/ip-down started (pid 17698)
Jul 14 14:27:12 gwtest port[S0]: sent [LCP TermAck id=0x3]
Jul 14 14:27:12 gwtest port[S0]: Script /etc/ppp/ip-down finished (pid 17698), status = 0x0
Jul 14 14:27:15 gwtest kernel: divert: no divert_blk to free, ppp0 not ethernet
Jul 14 14:27:17 gwtest port[S0]: chatarray: 32 words
Jul 14 14:27:17 gwtest port[S0]: Cleaned abort list.
Jul 14 14:27:17 gwtest port[S0]: Cleaned setvar list.
Jul 14 14:27:17 gwtest port[S0]: chatarray: special word: TIMEOUT, index: 0, code: 0, req. words: 2
Jul 14 14:27:17 gwtest port[S0]: chatarray: special word: ABORT, index: 3, code: 3, req. words: 2
Jul 14 14:27:17 gwtest port[S0]: Added abort string "NO CARRIER" at 0.
Jul 14 14:27:17 gwtest port[S0]: chatarray: special word: ABORT, index: 3, code: 3, req. words: 2
Jul 14 14:27:17 gwtest port[S0]: Added abort string "VOICE" at 1.
Jul 14 14:27:17 gwtest port[S0]: chatarray: special word: SETVAR, index: 4, code: 4, req. words: 2
Jul 14 14:27:17 gwtest port[S0]: Added setvar string "CARRIER " at 0.
Jul 14 14:27:17 gwtest port[S0]: chatarray: special word: SETVAR, index: 4, code: 4, req. words: 2
Jul 14 14:27:17 gwtest port[S0]: Added setvar string "PROTOCOL:" at 1.
Jul 14 14:27:17 gwtest port[S0]: chatarray: special word: SETVAR, index: 4, code: 4, req. words: 2
Jul 14 14:27:17 gwtest port[S0]: Added setvar string "CONNECT" at 2.
Jul 14 14:27:17 gwtest port[S0]: chat_expect(, 10)
Jul 14 14:27:17 gwtest port[S0]: chat_expect - got it
Jul 14 14:27:17 gwtest port[S0]: chat_send(\d\l\dAT&B1&S0&H1&K0S0=1&A3S7=60X7&C1S39)
Jul 14 14:27:20 gwtest port[S0]: chat_expect(OK^M , 10)
Jul 14 14:27:20 gwtest port[S0]: chat_expect - got it
Jul 14 14:27:20 gwtest port[S0]: chat_send(\c)
Jul 14 14:27:20 gwtest port[S0]: chatarray: special word: TIMEOUT, index: 0, code: 0, req. words: 2
Jul 14 14:27:20 gwtest port[S0]: chat_expect(RING, 3600)
------------
С уважением,
Артур Якупов
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re[2]: [Comm] Unsupported protocol 'Compression Control
2004-07-13 15:40 ` Andy Gorev
2004-07-14 6:42 ` Re[2]: " Artur Yakupov
@ 2004-07-14 11:16 ` Artur Yakupov
2 siblings, 0 replies; 12+ messages in thread
From: Artur Yakupov @ 2004-07-14 11:16 UTC (permalink / raw)
To: community
Здравствуйте.
>> AG> Причин может быть море, от описьки в конфиге до атрибутов радиуса.
>> AG> Проверьте свои MTU, и оторвите для настройки радиус с портслэйвом - они
>> AG> тоже могут быть источником проблем. А еще желательно прислать дебаг ppp,
>> AG> где видны lcp пакеты.
Вот мой debug ppp:
Jul 14 14:24:30 gwtest port[S0]: chat_expect - got it
Jul 14 14:24:30 gwtest port[S0]: chat_send(\c)
Jul 14 14:24:31 gwtest port[S0]: chatarray: special word: STATUS, index: 2, code: 2, req. words: 3
Jul 14 14:24:31 gwtest port[S0]: chat_expect(, 3600)
Jul 14 14:24:31 gwtest port[S0]: chat_expect - got it
Jul 14 14:24:31 gwtest port[S0]: chat_send(ATA)
Jul 14 14:24:31 gwtest port[S0]: chatarray: special word: TIMEOUT, index: 0, code: 0, req. words: 2
Jul 14 14:24:31 gwtest port[S0]: chat_expect(CONNECT, 75)
Jul 14 14:24:42 gwtest port[S0]: Match on setvar string "CONNECT".
Jul 14 14:24:42 gwtest port[S0]: chat_expect - got it
Jul 14 14:24:42 gwtest port[S0]: chat_send(\c)
Jul 14 14:24:42 gwtest port[S0]: chatarray: special word: STATUS, index: 2, code: 2, req. words: 3
Jul 14 14:24:45 gwtest port[S0]: using channel 108
Jul 14 14:24:45 gwtest port[S0]: sent [LCP ConfReq id=0x1 <mru 200> <asyncmap 0xa0000> <auth pap> <magic 0xda10dc52>]
Jul 14 14:24:45 gwtest kernel: divert: not allocating divert_blk for non-ethernet device ppp0
Jul 14 14:24:48 gwtest port[S0]: rcvd [LCP ConfReq id=0x3 <asyncmap 0xa0000> <magic 0x51fc2a> <pcomp> <accomp> <callback
CBCP>]
Jul 14 14:24:48 gwtest port[S0]: sent [LCP ConfRej id=0x3 <pcomp> <accomp>]
Jul 14 14:24:48 gwtest port[S0]: sent [LCP ConfReq id=0x1 <mru 200> <asyncmap 0xa0000> <auth pap> <magic 0xda10dc52>]
Jul 14 14:24:49 gwtest port[S0]: rcvd [LCP ConfReq id=0x4 <asyncmap 0xa0000> <magic 0x51fc2a> <callback CBCP>]
Jul 14 14:24:49 gwtest port[S0]: sent [LCP ConfAck id=0x4 <asyncmap 0xa0000> <magic 0x51fc2a> <callback CBCP>]
Jul 14 14:24:49 gwtest port[S0]: rcvd [LCP ConfAck id=0x1 <mru 200> <asyncmap 0xa0000> <auth pap> <magic 0xda10dc52>]
Jul 14 14:24:49 gwtest port[S0]: cbcp_lowerup
Jul 14 14:24:49 gwtest port[S0]: want: 0
Jul 14 14:24:49 gwtest port[S0]: rcvd [PAP AuthReq id=0x1 user="sup" password=<hidden>]
Jul 14 14:24:49 gwtest port[S0]: sent [PAP AuthAck id=0x1 ""]
Jul 14 14:24:49 gwtest port[S0]: cbcp_open
Jul 14 14:24:49 gwtest port[S0]: cbcp_sendreq cb_allowed=4
Jul 14 14:24:49 gwtest port[S0]: cbcp_sendreq CONF_USER
Jul 14 14:24:49 gwtest port[S0]: sent [CBCP Request id=0x1 < UserDefined delay = 5>]
Jul 14 14:24:52 gwtest port[S0]: rcvd [CBCP Response id=0x1 < UserDefined delay = 15 number = 328166>]
Jul 14 14:24:52 gwtest port[S0]: peer will callback the client on: 328166
Jul 14 14:24:52 gwtest port[S0]: cbcp_sendack cb_type=4
Jul 14 14:24:52 gwtest port[S0]: cbcp_sendack CONF_USER
Jul 14 14:24:52 gwtest port[S0]: sent [CBCP Ack id=0x1 < UserDefined delay = 15 number = 328166>]
Jul 14 14:24:52 gwtest port[S0]: rcvd [LCP TermReq id=0x5]
Jul 14 14:24:52 gwtest port[S0]: sent [LCP TermAck id=0x5]
Jul 14 14:24:55 gwtest port[S0]: cbcp_start_callback running
Jul 14 14:24:55 gwtest kernel: divert: no divert_blk to free, ppp0 not ethernet
Jul 14 14:26:05 gwtest port[S0]: using channel 109
Jul 14 14:26:05 gwtest port[S0]: sent [LCP ConfReq id=0x2 <mru 200> <asyncmap 0xa0000> <auth pap> <magic 0x12464ebf>]
Jul 14 14:26:05 gwtest kernel: divert: not allocating divert_blk for non-ethernet device ppp0
Jul 14 14:26:05 gwtest port[S0]: rcvd [LCP ConfReq id=0x1 <asyncmap 0xa0000> <magic 0x533e53> <pcomp> <accomp>]
Jul 14 14:26:05 gwtest port[S0]: sent [LCP ConfRej id=0x1 <pcomp> <accomp>]
Jul 14 14:26:05 gwtest port[S0]: rcvd [LCP ConfAck id=0x2 <mru 200> <asyncmap 0xa0000> <auth pap> <magic 0x12464ebf>]
Jul 14 14:26:05 gwtest port[S0]: rcvd [LCP ConfReq id=0x2 <asyncmap 0xa0000> <magic 0x533e53>]
Jul 14 14:26:05 gwtest port[S0]: sent [LCP ConfAck id=0x2 <asyncmap 0xa0000> <magic 0x533e53>]
Jul 14 14:26:05 gwtest port[S0]: rcvd [PAP AuthReq id=0x1 user="sup" password=<hidden>]
Jul 14 14:26:05 gwtest port[S0]: sent [PAP AuthAck id=0x1 ""]
Jul 14 14:26:05 gwtest port[S0]: sent [IPCP ConfReq id=0x1 <addr 192.168.0.5> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
Jul 14 14:26:06 gwtest port[S0]: rcvd [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-wins
0.0.0.0> <ms-dns3 0.0.0.0> <ms-wins 0.0.0.0>]
Jul 14 14:26:06 gwtest port[S0]: sent [IPCP ConfRej id=0x1 <compress VJ 0f 01> <ms-wins 0.0.0.0> <ms-wins 0.0.0.0>]
Jul 14 14:26:06 gwtest port[S0]: rcvd [CCP ConfReq id=0x1 <mppe 0 0 0 1 11 05 00 01 04]
Jul 14 14:26:06 gwtest port[S0]: sent [LCP ProtRej id=0x3 80 fd 01 01 00 0f 12 06 00 00 00 01 11 05 00 01 04]
Jul 14 14:26:06 gwtest port[S0]: rcvd [IPCP ConfRej id=0x1 <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
Jul 14 14:26:06 gwtest port[S0]: sent [IPCP ConfReq id=0x2 <addr 192.168.0.5>]
Jul 14 14:26:06 gwtest port[S0]: rcvd [IPCP ConfAck id=0x2 <addr 192.168.0.5>]
Jul 14 14:26:09 gwtest port[S0]: rcvd [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-wins 0.0.0.0> <ms-dns3
0.0.0.0> <ms-wins 0.0.0.0>]
Jul 14 14:26:09 gwtest port[S0]: sent [IPCP ConfRej id=0x2 <ms-wins 0.0.0.0> <ms-wins 0.0.0.0>]
Jul 14 14:26:09 gwtest port[S0]: sent [IPCP ConfReq id=0x2 <addr 192.168.0.5>]
Jul 14 14:26:09 gwtest port[S0]: rcvd [IPCP ConfReq id=0x3 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
Jul 14 14:26:09 gwtest port[S0]: sent [IPCP ConfNak id=0x3 <addr
192.168.0.33> <ms-dns1 xxxx.xxxx.xxxx.xxxx <ms-dns3 xxxx.xxxx.xxxx.xxxx>]
Jul 14 14:26:09 gwtest port[S0]: rcvd [IPCP ConfAck id=0x2 <addr 192.168.0.5>]
Jul 14 14:26:09 gwtest port[S0]: rcvd [IPCP ConfReq id=0x4 <addr 192.168.0.33> <ms-dns1 xxxx.xxxx.xxxx.xxxx> <ms-dns3 xxxx.xxxx.xxxx.xxxx>]
Jul 14 14:26:09 gwtest port[S0]: sent [IPCP ConfAck id=0x4 <addr 192.168.0.33> <ms-dns1 xxxx.xxxx.xxxx.xxxx> <ms-dns3 xxxx.xxxx.xxxx.xxxx>]
Jul 14 14:26:09 gwtest port[S0]: Script /etc/ppp/ip-up started (pid 17651)
Jul 14 14:26:09 gwtest port[S0]: Script /etc/ppp/ip-up finished (pid 17651), status = 0x0
Jul 14 14:27:09 gwtest port[S0]: rcvd [LCP TermReq id=0x3]
Jul 14 14:27:12 gwtest port[S0]: Script /etc/ppp/ip-down started (pid 17698)
Jul 14 14:27:12 gwtest port[S0]: sent [LCP TermAck id=0x3]
Jul 14 14:27:12 gwtest port[S0]: Script /etc/ppp/ip-down finished (pid 17698), status = 0x0
Jul 14 14:27:15 gwtest kernel: divert: no divert_blk to free, ppp0 not ethernet
Jul 14 14:27:17 gwtest port[S0]: chatarray: 32 words
Jul 14 14:27:17 gwtest port[S0]: Cleaned abort list.
Jul 14 14:27:17 gwtest port[S0]: Cleaned setvar list.
Jul 14 14:27:17 gwtest port[S0]: chatarray: special word: TIMEOUT, index: 0, code: 0, req. words: 2
Jul 14 14:27:17 gwtest port[S0]: chatarray: special word: ABORT, index: 3, code: 3, req. words: 2
Jul 14 14:27:17 gwtest port[S0]: Added abort string "NO CARRIER" at 0.
Jul 14 14:27:17 gwtest port[S0]: chatarray: special word: ABORT, index: 3, code: 3, req. words: 2
Jul 14 14:27:17 gwtest port[S0]: Added abort string "VOICE" at 1.
Jul 14 14:27:17 gwtest port[S0]: chatarray: special word: SETVAR, index: 4, code: 4, req. words: 2
Jul 14 14:27:17 gwtest port[S0]: Added setvar string "CARRIER " at 0.
Jul 14 14:27:17 gwtest port[S0]: chatarray: special word: SETVAR, index: 4, code: 4, req. words: 2
Jul 14 14:27:17 gwtest port[S0]: Added setvar string "PROTOCOL:" at 1.
Jul 14 14:27:17 gwtest port[S0]: chatarray: special word: SETVAR, index: 4, code: 4, req. words: 2
Jul 14 14:27:17 gwtest port[S0]: Added setvar string "CONNECT" at 2.
Jul 14 14:27:17 gwtest port[S0]: chat_expect(, 10)
Jul 14 14:27:17 gwtest port[S0]: chat_expect - got it
Jul 14 14:27:17 gwtest port[S0]: chat_send(\d\l\dAT&B1&S0&H1&K0S0=1&A3S7=60X7&C1S39)
Jul 14 14:27:20 gwtest port[S0]: chat_expect(OK^M , 10)
Jul 14 14:27:20 gwtest port[S0]: chat_expect - got it
Jul 14 14:27:20 gwtest port[S0]: chat_send(\c)
Jul 14 14:27:20 gwtest port[S0]: chatarray: special word: TIMEOUT, index: 0, code: 0, req. words: 2
Jul 14 14:27:20 gwtest port[S0]: chat_expect(RING, 3600)
------------
С уважением,
Артур Якупов
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Unsupported protocol 'Compression Control
@ 2004-07-14 12:09 ` Andy Gorev
2004-07-14 13:05 ` Re[2]: " Artur Yakupov
0 siblings, 1 reply; 12+ messages in thread
From: Andy Gorev @ 2004-07-14 12:09 UTC (permalink / raw)
To: artur; +Cc: community
Artur Yakupov wrote:
> Здравствуйте.
>
>
>>>AG> Причин может быть море, от описьки в конфиге до атрибутов радиуса.
>>>AG> Проверьте свои MTU, и оторвите для настройки радиус с портслэйвом - они
>>>AG> тоже могут быть источником проблем. А еще желательно прислать дебаг ppp,
>>>AG> где видны lcp пакеты.
>
>
> Вот мой debug ppp:
Во-первых, локальный пир заказывает удаленному mru=200, что меньше mtu,
поэтому фрагментация не происходит, и как следствие пакеты более 200
байт не пролазят. man pppd на предмет mru. Вам надо выставить mru=mtu
Во-вторых, удаленный пир хочет mppe, а локальный на это либо не
сконфигурирован, либо не умеет. Поэтому noccp. Возьмите ядро из сизифа,
там много исправлений по части mppe.
--
С Уважением,
Андрей Горев
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re[2]: [Comm] Unsupported protocol 'Compression Control
2004-07-14 12:09 ` Andy Gorev
@ 2004-07-14 13:05 ` Artur Yakupov
2004-07-14 13:16 ` Valery V. Inozemtsev
2004-07-14 13:33 ` Andy Gorev
0 siblings, 2 replies; 12+ messages in thread
From: Artur Yakupov @ 2004-07-14 13:05 UTC (permalink / raw)
To: Andy Gorev; +Cc: community
Здравствуйте.
AG> Во-первых, локальный пир заказывает удаленному mru=200, что меньше mtu,
AG> поэтому фрагментация не происходит, и как следствие пакеты более 200
AG> байт не пролазят. man pppd на предмет mru. Вам надо выставить mru=mtu
AG> Во-вторых, удаленный пир хочет mppe, а локальный на это либо не
AG> сконфигурирован, либо не умеет. Поэтому noccp. Возьмите ядро из сизифа,
AG> там много исправлений по части mppe.
mru 1500, но все тоже получалось. noccp стоит в опциях.
Какое ядро взять из сизифа? Сейчас стоит kernel24-up-2.4.18-alt16
Посмотрите, пож-та, мои конфиги и логи.
Очень нужна помощь по этому вопросу.
Присылаю свои конфиги и логи.
# pslave.conf
all.loc_host 192.168.0.5
all.pppd /usr/sbin/pppd-radius
all.locallogins no
all.syslog
all.facility 7
all.filterdir /etc/portslave/filters
all.debug 2
all.authtype radius
all.radnullpass yes
all.protocol ppp
all.rem_host 192.168.0.33+
all.netmask 255.255.255.255
all.mtu 1500
all.syswtmp yes
all.porttype async
all.speed 115200
all.initchat TIMEOUT 10 \
ABORT "NO CARRIER" \
ABORT VOICE \
SETVAR "C=CARRIER " \
SETVAR C+PROTOCOL: \
SETVAR C?CONNECT \
"" \d\l\dAT&B1&S0&H1&K0S0=1&A3S7=60X7&C1S39 \
OK\r\n-AT+++\d\d\d-OK\r\n "\c" \
TIMEOUT 3600 \
RING "\c" \
STATUS Incoming %p:I.HANDSHAKE \
"" ATA \
TIMEOUT 75 \
CONNECT "\c" \
STATUS Connected %p:I.HANDSHAKE
all.flow hard
all.dcd 1
all.autoppp proxyarp %d asyncmap 000A0000 %i: \
noipx noccp debug auth require-pap refuse-chap \
mtu %t mru %t \
ms-dns xxxx.xxxx.xxxx.xxxx ms-dns xxxx.xxxx.xxxx.xxxx \
callback server \
plugin /usr/lib/libpsr.so
all.pppopt proxyarp %d asyncmap 0 %i: \
noipx noccp \
mtu %t mru %t \
netmask %m idle %I maxconnect %T \
ms-dns xxxx.xxxx.xxxx.xxxx ms-dns xxxx.xxxx.xxxx.xxxx \
plugin /usr/lib/libpsr.so
s0.tty ttyR0
# /etc/ppp/options
auth
-chap
+pap
crtscts
debug
ms-dns xxxx.xxxx.xxxx.xxxx
# /etc/ppp/callback-server
DELAY="$1"
NUMBER="$2"
/usr/sbin/chat -v -t 2 "" ATH0
sleep $DELAY
sleep 20
/usr/sbin/chat -v "" AT OK ATS=40D$NUMBER CONNECT ''
#debug
Jul 14 20:48:19 gwtest port[S0]: chatarray: 32 words
Jul 14 20:48:19 gwtest port[S0]: Cleaned abort list.
Jul 14 20:48:19 gwtest port[S0]: Cleaned setvar list.
Jul 14 20:48:19 gwtest port[S0]: chatarray: special word: TIMEOUT, index: 0, code: 0, req. words: 2
Jul 14 20:48:19 gwtest port[S0]: chatarray: special word: ABORT, index: 3, code: 3, req. words: 2
Jul 14 20:48:19 gwtest port[S0]: Added abort string "NO CARRIER" at 0.
Jul 14 20:48:19 gwtest port[S0]: chatarray: special word: ABORT, index: 3, code: 3, req. words: 2
Jul 14 20:48:19 gwtest port[S0]: Added abort string "VOICE" at 1.
Jul 14 20:48:19 gwtest port[S0]: chatarray: special word: SETVAR, index: 4, code: 4, req. words: 2
Jul 14 20:48:19 gwtest port[S0]: Added setvar string "CARRIER " at 0.
Jul 14 20:48:19 gwtest port[S0]: chatarray: special word: SETVAR, index: 4, code: 4, req. words: 2
Jul 14 20:48:19 gwtest port[S0]: Added setvar string "PROTOCOL:" at 1.
Jul 14 20:48:19 gwtest port[S0]: chatarray: special word: SETVAR, index: 4, code: 4, req. words: 2
Jul 14 20:48:19 gwtest port[S0]: Added setvar string "CONNECT" at 2.
Jul 14 20:48:19 gwtest port[S0]: chat_expect(, 10)
Jul 14 20:48:19 gwtest port[S0]: chat_expect - got it
Jul 14 20:48:19 gwtest port[S0]: chat_send(\d\l\dAT&B1&S0&H1&K0S0=1&A3S7=60X7&C1S39)
Jul 14 20:48:23 gwtest port[S0]: chat_expect(OK^M , 10)
Jul 14 20:48:23 gwtest port[S0]: chat_expect - got it
Jul 14 20:48:23 gwtest port[S0]: chat_send(\c)
Jul 14 20:48:23 gwtest port[S0]: chatarray: special word: TIMEOUT, index: 0, code: 0, req. words: 2
Jul 14 20:48:23 gwtest port[S0]: chat_expect(RING, 3600)
Jul 14 20:48:44 gwtest port[S0]: chat_expect - got it
Jul 14 20:48:44 gwtest port[S0]: chat_send(\c)
Jul 14 20:48:44 gwtest port[S0]: chatarray: special word: STATUS, index: 2, code: 2, req. words: 3
Jul 14 20:48:44 gwtest port[S0]: chat_expect(, 3600)
Jul 14 20:48:44 gwtest port[S0]: chat_expect - got it
Jul 14 20:48:44 gwtest port[S0]: chat_send(ATA)
Jul 14 20:48:45 gwtest port[S0]: chatarray: special word: TIMEOUT, index: 0, code: 0, req. words: 2
Jul 14 20:48:45 gwtest port[S0]: chat_expect(CONNECT, 75)
Jul 14 20:48:54 gwtest port[S0]: Match on setvar string "CONNECT".
Jul 14 20:48:54 gwtest port[S0]: chat_expect - got it
Jul 14 20:48:54 gwtest port[S0]: chat_send(\c)
Jul 14 20:48:54 gwtest port[S0]: chatarray: special word: STATUS, index: 2, code: 2, req. words: 3
Jul 14 20:48:57 gwtest port[S0]: using channel 130
Jul 14 20:48:57 gwtest port[S0]: sent [LCP ConfReq id=0x1 <asyncmap 0xa0000> <auth pap> <magic 0xf6de49fc> <accomp>]
Jul 14 20:48:57 gwtest kernel: divert: not allocating divert_blk for non-ethernet device ppp0
Jul 14 20:49:00 gwtest port[S0]: sent [LCP ConfReq id=0x1 <asyncmap 0xa0000> <auth pap> <magic 0xf6de49fc> <accomp>]
Jul 14 20:49:00 gwtest port[S0]: rcvd [LCP ConfReq id=0x3 <asyncmap 0xa0000> <magic 0x1ad2084> <pcomp> <accomp> <callback
CBCP>]
Jul 14 20:49:00 gwtest port[S0]: sent [LCP ConfRej id=0x3 <pcomp>]
Jul 14 20:49:01 gwtest port[S0]: rcvd [LCP ConfAck id=0x1 <asyncmap 0xa0000> <auth pap> <magic 0xf6de49fc> <accomp>]
Jul 14 20:49:01 gwtest port[S0]: rcvd [LCP ConfReq id=0x4 <asyncmap 0xa0000> <magic 0x1ad2084> <accomp> <callback CBCP>]
Jul 14 20:49:01 gwtest port[S0]: sent [LCP ConfAck id=0x4 <asyncmap 0xa0000> <magic 0x1ad2084> <accomp> <callback CBCP>]
Jul 14 20:49:01 gwtest port[S0]: cbcp_lowerup
Jul 14 20:49:01 gwtest port[S0]: want: 0
Jul 14 20:49:01 gwtest port[S0]: rcvd [PAP AuthReq id=0x1 user="support" password=<hidden>]
Jul 14 20:49:01 gwtest port[S0]: sent [PAP AuthAck id=0x1 ""]
Jul 14 20:49:01 gwtest port[S0]: cbcp_open
Jul 14 20:49:01 gwtest port[S0]: cbcp_sendreq cb_allowed=4
Jul 14 20:49:01 gwtest port[S0]: cbcp_sendreq CONF_USER
Jul 14 20:49:01 gwtest port[S0]: sent [CBCP Request id=0x1 < UserDefined delay = 5>]
Jul 14 20:49:04 gwtest port[S0]: rcvd [CBCP Response id=0x1 < UserDefined delay = 15 number = 480908>]
Jul 14 20:49:04 gwtest port[S0]: peer will callback the client on: 480908
Jul 14 20:49:04 gwtest port[S0]: cbcp_sendack cb_type=4
Jul 14 20:49:04 gwtest port[S0]: cbcp_sendack CONF_USER
Jul 14 20:49:04 gwtest port[S0]: sent [CBCP Ack id=0x1 < UserDefined delay = 15 number = 480908>]
Jul 14 20:49:04 gwtest port[S0]: rcvd [LCP TermReq id=0x5]
Jul 14 20:49:04 gwtest port[S0]: sent [LCP TermAck id=0x5]
Jul 14 20:49:07 gwtest port[S0]: cbcp_start_callback running
Jul 14 20:49:07 gwtest kernel: divert: no divert_blk to free, ppp0 not ethernet
Jul 14 20:50:06 gwtest port[S0]: using channel 131
Jul 14 20:50:06 gwtest port[S0]: sent [LCP ConfReq id=0x2 <asyncmap 0xa0000> <auth pap> <magic 0x6afcbc21> <accomp>]
Jul 14 20:50:06 gwtest kernel: divert: not allocating divert_blk for non-ethernet device ppp0
Jul 14 20:50:06 gwtest port[S0]: rcvd [LCP ConfReq id=0x1 <asyncmap 0xa0000> <magic 0x1ae3a41> <pcomp> <accomp>]
Jul 14 20:50:06 gwtest port[S0]: sent [LCP ConfRej id=0x1 <pcomp>]
Jul 14 20:50:07 gwtest port[S0]: rcvd [LCP ConfAck id=0x2 <asyncmap 0xa0000> <auth pap> <magic 0x6afcbc21> <accomp>]
Jul 14 20:50:07 gwtest port[S0]: rcvd [LCP ConfReq id=0x2 <asyncmap 0xa0000> <magic 0x1ae3a41> <accomp>]
Jul 14 20:50:07 gwtest port[S0]: sent [LCP ConfAck id=0x2 <asyncmap 0xa0000> <magic 0x1ae3a41> <accomp>]
Jul 14 20:50:07 gwtest port[S0]: rcvd [PAP AuthReq id=0x1 user="support" password=<hidden>]
Jul 14 20:50:07 gwtest port[S0]: sent [PAP AuthAck id=0x1 ""]
Jul 14 20:50:07 gwtest port[S0]: sent [IPCP ConfReq id=0x1 <addr 62.33.38.5> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
Jul 14 20:50:07 gwtest port[S0]: rcvd [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-wins
0.0.0.0> <ms-dns3 0.0.0.0> <ms-wins 0.0.0.0>]
Jul 14 20:50:07 gwtest port[S0]: sent [IPCP ConfRej id=0x1 <compress VJ 0f 01> <ms-wins 0.0.0.0> <ms-wins 0.0.0.0>]
Jul 14 20:50:07 gwtest port[S0]: rcvd [CCP ConfReq id=0x1 <mppe 0 0 0 1 11 05 00 01 04]
Jul 14 20:50:07 gwtest port[S0]: sent [LCP ProtRej id=0x3 80 fd 01 01 00 0f 12 06 00 00 00 01 11 05 00 01 04]
Jul 14 20:50:07 gwtest port[S0]: rcvd [IPCP ConfRej id=0x1 <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
Jul 14 20:50:07 gwtest port[S0]: sent [IPCP ConfReq id=0x2 <addr 62.33.38.5>]
Jul 14 20:50:07 gwtest port[S0]: rcvd [IPCP ConfAck id=0x2 <addr 62.33.38.5>]
Jul 14 20:50:10 gwtest port[S0]: rcvd [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-wins 0.0.0.0> <ms-dns3
0.0.0.0> <ms-wins 0.0.0.0>]
Jul 14 20:50:10 gwtest port[S0]: sent [IPCP ConfRej id=0x2 <ms-wins 0.0.0.0> <ms-wins 0.0.0.0>]
Jul 14 20:50:10 gwtest port[S0]: sent [IPCP ConfReq id=0x2 <addr 62.33.38.5>]
Jul 14 20:50:10 gwtest port[S0]: rcvd [IPCP ConfReq id=0x3 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns3 0.0.0.0>]
Jul 14 20:50:10 gwtest port[S0]: sent [IPCP ConfNak id=0x3 <addr 62.33.38.33> <ms-dns1 62.33.39.3> <ms-dns3 62.33.38.3>]
Jul 14 20:50:10 gwtest port[S0]: rcvd [IPCP ConfAck id=0x2 <addr 62.33.38.5>]
Jul 14 20:50:11 gwtest port[S0]: rcvd [IPCP ConfReq id=0x4 <addr 62.33.38.33> <ms-dns1 62.33.39.3> <ms-dns3 62.33.38.3>]
Jul 14 20:50:11 gwtest port[S0]: sent [IPCP ConfAck id=0x4 <addr 62.33.38.33> <ms-dns1 62.33.39.3> <ms-dns3 62.33.38.3>]
Jul 14 20:50:11 gwtest port[S0]: Script /etc/ppp/ip-up started (pid 31370)
Jul 14 20:50:11 gwtest port[S0]: Script /etc/ppp/ip-up finished (pid 31370), status = 0x0
Jul 14 20:50:59 gwtest port[S0]: rcvd [LCP TermReq id=0x3]
Jul 14 20:50:59 gwtest port[S0]: Script /etc/ppp/ip-down started (pid 31412)
Jul 14 20:50:59 gwtest port[S0]: sent [LCP TermAck id=0x3]
Jul 14 20:50:59 gwtest port[S0]: Script /etc/ppp/ip-down finished (pid 31412), status = 0x0
Jul 14 20:51:02 gwtest kernel: divert: no divert_blk to free, ppp0 not ethernet
Jul 14 20:51:04 gwtest port[S0]: chatarray: 32 words
Jul 14 20:51:04 gwtest port[S0]: Cleaned abort list.
Jul 14 20:51:04 gwtest port[S0]: Cleaned setvar list.
Jul 14 20:51:04 gwtest port[S0]: chatarray: special word: TIMEOUT, index: 0, code: 0, req. words: 2
Jul 14 20:51:04 gwtest port[S0]: chatarray: special word: ABORT, index: 3, code: 3, req. words: 2
Jul 14 20:51:04 gwtest port[S0]: Added abort string "NO CARRIER" at 0.
Jul 14 20:51:04 gwtest port[S0]: chatarray: special word: ABORT, index: 3, code: 3, req. words: 2
Jul 14 20:51:04 gwtest port[S0]: Added abort string "VOICE" at 1.
Jul 14 20:51:04 gwtest port[S0]: chatarray: special word: SETVAR, index: 4, code: 4, req. words: 2
Jul 14 20:51:04 gwtest port[S0]: Added setvar string "CARRIER " at 0.
Jul 14 20:51:04 gwtest port[S0]: chatarray: special word: SETVAR, index: 4, code: 4, req. words: 2
Jul 14 20:51:04 gwtest port[S0]: Added setvar string "PROTOCOL:" at 1.
Jul 14 20:51:04 gwtest port[S0]: chatarray: special word: SETVAR, index: 4, code: 4, req. words: 2
Jul 14 20:51:04 gwtest port[S0]: Added setvar string "CONNECT" at 2.
Jul 14 20:51:04 gwtest port[S0]: chat_expect(, 10)
Jul 14 20:51:04 gwtest port[S0]: chat_expect - got it
Jul 14 20:51:04 gwtest port[S0]: chat_send(\d\l\dAT&B1&S0&H1&K0S0=1&A3S7=60X7&C1S39)
Jul 14 20:51:07 gwtest port[S0]: chat_expect(OK^M , 10)
Jul 14 20:51:08 gwtest port[S0]: chat_expect - got it
Jul 14 20:51:08 gwtest port[S0]: chat_send(\c)
Jul 14 20:51:08 gwtest port[S0]: chatarray: special word: TIMEOUT, index: 0, code: 0, req. words: 2
Jul 14 20:51:08 gwtest port[S0]: chat_expect(RING, 3600)
------------
С уважением,
Артур Якупов
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Unsupported protocol 'Compression Control
2004-07-14 13:05 ` Re[2]: " Artur Yakupov
@ 2004-07-14 13:16 ` Valery V. Inozemtsev
2004-07-14 13:24 ` Re[2]: " Artur Yakupov
2004-07-14 13:33 ` Andy Gorev
1 sibling, 1 reply; 12+ messages in thread
From: Valery V. Inozemtsev @ 2004-07-14 13:16 UTC (permalink / raw)
To: community
<skip>
> mru 1500, но все тоже получалось. noccp стоит в опциях.
> Какое ядро взять из сизифа? Сейчас стоит kernel24-up-2.4.18-alt16
судя по ядру у вас ALM2.0. не надо ничего брать из сизифа. новое ядро все
равно установить не получится, а вот ppp и iptables отвалятся стопудово.
я сейчас занимаюсь адаптацией 2.4.26 под ALM2.0, на следующей неделе выложу,
т.ч. лучше подождите
> Посмотрите, пож-та, мои конфиги и логи.
<skip>
--
Valery V. Inozemtsev
ftp://ftp.altlinux.ru/pub/people/shrek/
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re[2]: [Comm] Unsupported protocol 'Compression Control
2004-07-14 13:16 ` Valery V. Inozemtsev
@ 2004-07-14 13:24 ` Artur Yakupov
2004-07-14 13:56 ` Valery V. Inozemtsev
0 siblings, 1 reply; 12+ messages in thread
From: Artur Yakupov @ 2004-07-14 13:24 UTC (permalink / raw)
To: Valery V. Inozemtsev
Здравствуйте.
VVI> <skip>
>> mru 1500, но все тоже получалось. noccp стоит в опциях.
>> Какое ядро взять из сизифа? Сейчас стоит kernel24-up-2.4.18-alt16
VVI> судя по ядру у вас ALM2.0. не надо ничего брать из сизифа. новое ядро все
VVI> равно установить не получится, а вот ppp и iptables отвалятся стопудово.
VVI> я сейчас занимаюсь адаптацией 2.4.26 под ALM2.0, на следующей неделе выложу,
VVI> т.ч. лучше подождите
>> Посмотрите, пож-та, мои конфиги и логи.
VVI> <skip>
Это экспериментальная машина, поставить 2.2 нет проблем. Много
времени это не займет.
Какое ядро под 2.2 взять из сизифа?
------------
С уважением,
Артур Якупов
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Unsupported protocol 'Compression Control
2004-07-14 13:05 ` Re[2]: " Artur Yakupov
2004-07-14 13:16 ` Valery V. Inozemtsev
@ 2004-07-14 13:33 ` Andy Gorev
1 sibling, 0 replies; 12+ messages in thread
From: Andy Gorev @ 2004-07-14 13:33 UTC (permalink / raw)
To: Artur Yakupov; +Cc: community
Artur Yakupov wrote:
> Здравствуйте.
>
> AG> Во-первых, локальный пир заказывает удаленному mru=200, что меньше mtu,
> AG> поэтому фрагментация не происходит, и как следствие пакеты более 200
> AG> байт не пролазят. man pppd на предмет mru. Вам надо выставить mru=mtu
>
> AG> Во-вторых, удаленный пир хочет mppe, а локальный на это либо не
> AG> сконфигурирован, либо не умеет. Поэтому noccp. Возьмите ядро из сизифа,
> AG> там много исправлений по части mppe.
>
> mru 1500, но все тоже получалось.
Не mru, а all.mtu - не путайте mru и mtu.
> noccp стоит в опциях.
В каких? В портслэйв. А я говорил раньше, что его нужно убрать, пока не
решите проблему.
> Какое ядро взять из сизифа? Сейчас стоит kernel24-up-2.4.18-alt16
Последнее kernel-image-std-up и ppp соответственно тоже. Насчет
установки Мастера 2.2, лучше уж сразу ставить compact и обсизифливать.
Или мы можем записать вам бэту Мастера 2.4 (только первый диск).
> Посмотрите, пож-та, мои конфиги и логи.
Посмотрел. В дебаге mru пропало. Что мешает жестко прописать в конфиг
ppp требуемую величину? И потом, где cat /etc/ppp/options.ttyS(R)0?
> Очень нужна помощь по этому вопросу.
Вы можете обратиться за коммерческой поддержкой, написав по адресу
support@altlinux.ru или придя к нам в офис.
> Присылаю свои конфиги и логи.
Не очень гуманно по отношению к остальным участникам комьюнити. Трафик
по треду уже превысил 60к.
--
С Уважением,
Андрей Горев
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Comm] Unsupported protocol 'Compression Control
2004-07-14 13:24 ` Re[2]: " Artur Yakupov
@ 2004-07-14 13:56 ` Valery V. Inozemtsev
0 siblings, 0 replies; 12+ messages in thread
From: Valery V. Inozemtsev @ 2004-07-14 13:56 UTC (permalink / raw)
To: community
В сообщении от 14 Июль 2004 17:24 Artur Yakupov написал(a):
> Здравствуйте.
>
> VVI> <skip>
>
> >> mru 1500, но все тоже получалось. noccp стоит в опциях.
> >> Какое ядро взять из сизифа? Сейчас стоит kernel24-up-2.4.18-alt16
>
> VVI> судя по ядру у вас ALM2.0. не надо ничего брать из сизифа. новое ядро
> все VVI> равно установить не получится, а вот ppp и iptables отвалятся
> стопудово. VVI> я сейчас занимаюсь адаптацией 2.4.26 под ALM2.0, на
> следующей неделе выложу, VVI> т.ч. лучше подождите
>
> >> Посмотрите, пож-та, мои конфиги и логи.
>
> VVI> <skip>
>
> Это экспериментальная машина, поставить 2.2 нет проблем. Много
> времени это не займет.
тогда уж лучьше поставить компакт и обсизифить (или подъехать в офис и забрать
бету мастера 2.4)
> Какое ядро под 2.2 взять из сизифа?
>
--
Valery V. Inozemtsev
ftp://ftp.altlinux.ru/pub/people/shrek/
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2004-07-14 13:56 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-13 10:58 ` Re[2]: [Comm] Unsupported protocol 'Compression Control Artur Yakupov
2004-07-13 11:08 ` Andy Gorev
2004-07-13 15:42 ` Re[2]: " Artur Yakupov
2004-07-13 15:40 ` Andy Gorev
2004-07-14 6:42 ` Re[2]: " Artur Yakupov
2004-07-14 11:16 ` Artur Yakupov
2004-07-14 12:09 ` Andy Gorev
2004-07-14 13:05 ` Re[2]: " Artur Yakupov
2004-07-14 13:16 ` Valery V. Inozemtsev
2004-07-14 13:24 ` Re[2]: " Artur Yakupov
2004-07-14 13:56 ` Valery V. Inozemtsev
2004-07-14 13:33 ` Andy Gorev
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git