The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

форумы  помощь  поиск  регистрация  майллист  вход/выход  слежка  RSS
"MS-CHAPv2 mutual authentication failed VPN ПОМОГИТЕ"
Вариант для распечатки  
Пред. тема | След. тема 
Форумы OpenNET: Виртуальная конференция (Public)
Изначальное сообщение [ Отслеживать ]

"MS-CHAPv2 mutual authentication failed VPN ПОМОГИТЕ"  +/
Сообщение от albag email(ok) on 18-Авг-09, 20:17 
Помогите. Провайдер что-то изменил и скрипт подключения не работает. Выдает MS-CHAPv2 mutual authentication failed. И отваливается. Могу подробнее, только скажите что. Винда соединяется без проблем. Не настрою придется инет отдать винде.ПМОГИТЕ!!!
Высказать мнение | Ответить | Правка | Cообщить модератору

 Оглавление

Сообщения по теме [Сортировка по времени | RSS]


1. "MS-CHAPv2 mutual authentication failed VPN ПОМОГИТЕ"  +/
Сообщение от ALex_hha (ok) on 18-Авг-09, 20:57 
>Помогите. Провайдер что-то изменил и скрипт подключения не работает. Выдает MS-CHAPv2 mutual
>authentication failed. И отваливается. Могу подробнее, только скажите что. Винда соединяется
>без проблем. Не настрою придется инет отдать винде.ПМОГИТЕ!!!

Узнать у провайдера не судьба? ОС? Как поднимается VPN? Что в логах?

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

2. "MS-CHAPv2 mutual authentication failed VPN ПОМОГИТЕ"  +/
Сообщение от albag email(ok) on 19-Авг-09, 07:37 
>Узнать у провайдера не судьба? ОС? Как поднимается VPN? Что в логах?

телефон занят все время и из предыдущего общения: линукс не знаем
ОС opensuse 11

/usr/sbin/pon inet
pon
#!/bin/sh
PPP_ON_BOOT=/etc/ppp/ppp_on_boot
case "$1" in
  -*) echo "
Usage: pon [provider] [arguments]
If pon is invoked without arguments, $PPP_ON_BOOT file will be
run, presuming it exists and is executable. Otherwise, a PPP connection
will be started using settings from /etc/ppp/peers/provider.
If you specify one argument, a PPP connection will be started using
settings from the appropriate file in the /etc/ppp/peers/ directory, and
any additional arguments supplied will be passed as extra arguments to
pppd.
"
      exit 0
      ;;
esac

if [ -z "$1" -a -x "$PPP_ON_BOOT" ]; then
  exec "$PPP_ON_BOOT"
fi

if [ -z "$1" -a ! -f /etc/ppp/peers/provider ]; then
  echo "
Please configure /etc/ppp/peers/provider or use a command line argument to
use another file in /etc/ppp/peers/ directory.
"
  exit 1
fi

if [ "$1" -a ! -f "/etc/ppp/peers/$1" ]; then
  echo "
The file /etc/ppp/peers/$1 does not exist.
"
  exit 1
fi

exec /usr/sbin/pppd call ${@:-provider}

inet
pty "/usr/sbin/pptp  172.20.1.1 --nolaunchpppd --nobuffer --loglevel 1"
user 109101
password "password"
nodeflate
require-mppe
nobsdcomp
noauth
mtu 1460

log
Aug 19 07:03:44 f-tower pppd[15541]: pppd 2.4.4 started by root, uid 0
Aug 19 07:03:44 f-tower pppd[15541]: Using interface ppp0
Aug 19 07:03:44 f-tower pppd[15541]: Connect: ppp0 <--> /dev/pts/2
Aug 19 07:03:44 f-tower pptp[15542]: anon log[main:pptp.c:276]: The synchronous pptp option is NOT activated
Aug 19 07:03:44 f-tower pptp[15545]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 1 'Start-Control-Connection-Request'
Aug 19 07:03:44 f-tower pptp[15545]: anon log[ctrlp_disp:pptp_ctrl.c:738]: Received Start Control Connection Reply
Aug 19 07:03:44 f-tower pptp[15545]: anon log[ctrlp_disp:pptp_ctrl.c:772]: Client connection established.
Aug 19 07:03:45 f-tower pptp[15545]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 7 'Outgoing-Call-Request'
Aug 19 07:03:45 f-tower pptp[15545]: anon log[ctrlp_disp:pptp_ctrl.c:857]: Received Outgoing Call Reply.
Aug 19 07:03:45 f-tower pptp[15545]: anon log[ctrlp_disp:pptp_ctrl.c:896]: Outgoing call established (call ID 0, peer's call ID 12032).
Aug 19 07:04:45 f-tower pptp[15545]: anon log[logecho:pptp_ctrl.c:676]: Echo Reply received.
Aug 19 07:05:45 f-tower pptp[15545]: anon log[logecho:pptp_ctrl.c:676]: Echo Reply received.
Aug 19 07:06:45 f-tower pptp[15545]: anon log[logecho:pptp_ctrl.c:676]: Echo Reply received.
Aug 19 07:07:45 f-tower pptp[15545]: anon log[logecho:pptp_ctrl.c:676]: Echo Reply received.
Aug 19 07:08:07 f-tower pptp[15542]: anon log[decaps_gre:pptp_gre.c:407]: accepting packet 299 (expecting 298, lost or reordered)
Aug 19 07:08:31 f-tower pppd[15541]: MS-CHAPv2 mutual authentication failed.
Aug 19 07:08:31 f-tower pppd[15541]: CHAP authentication failed
Aug 19 07:08:32 f-tower pppd[15541]: Connection terminated.
Aug 19 07:08:32 f-tower pptp[15542]: anon warn[decaps_hdlc:pptp_gre.c:197]: short read (-1): Input/output error
Aug 19 07:08:32 f-tower pptp[15542]: anon warn[decaps_hdlc:pptp_gre.c:209]: pppd may have shutdown, see pppd log
Aug 19 07:08:32 f-tower pptp[15545]: anon log[callmgr_main:pptp_callmgr.c:231]: Closing connection (unhandled)
Aug 19 07:08:32 f-tower pptp[15545]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 12 'Call-Clear-Request'
Aug 19 07:08:32 f-tower pptp[15545]: anon log[call_callback:pptp_callmgr.c:78]: Closing connection (call state)
Aug 19 07:08:32 f-tower pppd[15541]: Script /usr/sbin/pptp  172.20.1.1 --nolaunchpppd --nobuffer --loglevel 1 finished (pid 15542), status = 0x0
Aug 19 07:08:32 f-tower pppd[15541]: Exit.

Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

3. "MS-CHAPv2 mutual authentication failed VPN ПОМОГИТЕ"  +/
Сообщение от albag (ok) on 20-Авг-09, 11:28 
Доблестный провайдер выделил время и решил проблему у себя.
Высказать мнение | Ответить | Правка | Наверх | Cообщить модератору

Архив | Удалить

Индекс форумов | Темы | Пред. тема | След. тема




Партнёры:
PostgresPro
Inferno Solutions
Hosting by Hoster.ru
Хостинг:

Закладки на сайте
Проследить за страницей
Created 1996-2024 by Maxim Chirkov
Добавить, Поддержать, Вебмастеру