|
|
ru.linux- RU.LINUX --------------------------------------------------------------------- From : Borissenko Andrey 2:5020/400 14 Dec 2001 14:53:38 To : Alexandr Mikhailov Subject : Re: IPCP -------------------------------------------------------------------------------- "Alexandr Mikhailov" <Alexandr.Mikhailov@p29.f3.n5064.z2.fidonet.org> wrote in message news:3644510940@p29.f3.n5064.z2.ftn... > Мое почтенье, All ... > > Кто знает, что делает сабж? За что он отвечает. В документейшене пппд > сказано, что это одна из частей протокола, но зачем, как, когда - неясно. > У меня на нем связь с модемом обрубается. Все проходит, в том числе > аутентификация,а потом висит 30сек и отваливается. в лог пишет: > pppd: IPCP: timeout sending Config-Requests > что, куда и зачем он шлет и почему происходит таймаут? "Borissenko Andrey" <andrey@gaps-gw.tstu.ru> wrote in message news:9usl27$270$1@vega.tstu.ru... > Hello all! > Установил RedHat 7.2, после чего никак не могу настроить dial-in. в логи > пишется буквально следующее (ppp-2.4.1): Сорри, нашел сам ответ на свой вопрос в и-нете на http://geoads.osdn.com/1.html. Спасибо этому доброму саммаритянину, и гуглу ;-) . Кидаю текст, вдруг кому-то еще пригодится: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FROM: Marek Tichy DATE: 12/06/2001 10:23:07 SUBJECT: Bug in windows negotiation with pppd 2.4.1 dial-in Hi I've noticed that several folks experienced the same problem that was driving me nuts few days ago. The most obvious symptom is that when Windows connect to Linux box, gets stucked with "Veryfying username and password". Linux neqotiation ends with: ... trying to send IPCP packets IPCP: timeout sending Config-Requests While ppplog.txt in linux box shows: PAP : Login was successful. PAP : Layer up. CallbackCP : Layer started. ... shows incoming packets, but no reactions The reason is that in source code, pppd/lcp.c, about line 344, the following condition has been commented out #ifdef CBCP_SUPPORT ao->neg_cbcp = 1; #endif It causes that regardles if you wish to have Callback protocol support or not, linux box will not send rejection notice for this protocol. Windows box than starts Callback layer and expects negotiation, while Linux box is not sending any Config-requests for this, because the support for CBCP is not enabled, and starts sending IPCP packets instead. You can uncomment this and recompile, or if you are angry as I was by the end, do ao->neg_cbcp = 0; and recompile. Works fine! Best Marek Tichy Greennet ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ После перекомпиляции ppp с ao->neg_cbcp = 0 сабжевая ошибка больше не появляется. Ура! товарищи, Ура! --- ifmail v.2.15dev5 * Origin: Tambov State Technical University (2:5020/400) Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор
Архивное /ru.linux/66410c74b0b8.html, оценка из 5, голосов 10
|