mpd5 + pptp + много конектов с одного логина

Простые/общие вопросы по UNIX системам. Спросите здесь, если вы новичок

Модераторы: vadim64, terminus

Правила форума
Убедительная просьба юзать теги [cоde] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
гость
проходил мимо

mpd5 + pptp + много конектов с одного логина

Непрочитанное сообщение гость » 2011-06-14 14:56:10

Поставил вобщем mpd5 настроил pptp, всё впринципе работает только я не пойму мне надо натроить на один логин а именно "test" но подключиться не могут больше одного, подскажите что я упустил ? выдавать каждому свой логин и пароль я не могу так как это игровой сервер - это будет очень тупо...... :roll:
mpd.conf

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

startup:
   log +ALL -EVENTS -FRAME
   # configure mpd users
   set user login pass
#   set user foo1 bar1
   # configure the console
   set console self 127.0.0.1 5005
   set console open
   # configure the web server
#   set web self 0.0.0.0 5006
#   set web open
#
default:
   load test-server
test-server:
   set ippool add pool1 172.25.254.100 172.25.254.254
# создаём бандл с именем B
   create bundle static B
# выключаем компрессию и шифование
   set bundle disable compression encryption crypt-reqd
# связываем маршрут по умолчанию и бандл
#   set iface route default
# указываем постоянно поддерживать связь в случае
# разрыва сессии
   set iface idle 0
# нормализуем исходящий траффик
   set iface enable tcpmssfix
# ZALUPA
#   set ipcp yes vjcomp
   set ipcp ranges 172.25.51.3/32 ippool pool1
# создаём линк с именем L1
#   create link static L1 pptp
# Create clonable link template named L
   create link template L pptp
# указываем имя VPN логина вместо NAME
#   set auth authname "NAME"
# указываем пароль для VPN вместо PASSWORD
#   set auth password "PASSWORD"
# указываем действие по подключению с помощью бандла B
   set link action bundle B
# указываем проверять живость соединие каждые 60 секунд
# по истечению 20 секунд бездействия
   set link keep-alive 20 60
# указываем бесконечное количество попыток установить соединение
#   set link max-redial 0
# выключаем PAP и CHAP аутентификацию в нашу сторону
   set link disable pap chap
# выключаем компрессию адреса и полей протокола
   set link disable acfcomp protocomp
# включаем режим многоканального PPP (не обязательно)
   set link enable multilink
# ZALUPA
#   set link yes acfcomp protocomp
#   set link no pap chap
   set auth max-logins 50
# ограничиваем MTU, чтобы не иметь проблем с фрагментацией пакетов
   set link mtu 1462
# указываем адрес VPN сервера
#   set pptp peer 217.114.0.2
# включаем исходящий тип соединения
#   set pptp enable outcall
# Внешний IP на котором будет прослушиватся соединение
   set pptp self 0.0.0.0
# Allow to accept calls
   set link enable incoming
mpd.secret

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

#################################################################
#
#   MPD secrets file
#
# This file contains login, password pairs, called "secrets".
# Entries are used for authentication in either or both directions,
# as well as telnet console login.
#
# For example, to use the "MyLogin" secret, use this command:
#
#   set bundle authname MyLogin
#
# Each entry may have a third field containing an IP address range
# specifying the allowable address assignments for that # peer.
#
# NOTE: this file should not be readable by anyone except root!
#
# $Id: mpd.secret.sample,v 1.2 2007/01/27 13:28:44 amotin Exp $
#
#################################################################

#dota      dota      172.25.254.150/24
test      test      172.25.254.100/24
#PeerLogin   PeerPassword

#fred      "fred-pw"
#joe      "foobar"   192.168.1.1
#bob      "\x34\"foo\n"   192.168.1.10/24
#sal      "yipee"      192.168.1.254

Хостинговая компания Host-Food.ru
Хостинг HostFood.ru
 

Услуги хостинговой компании Host-Food.ru

Хостинг HostFood.ru

Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/

Аватара пользователя
schizoid
подполковник
Сообщения: 3228
Зарегистрирован: 2007-03-03 17:32:31
Откуда: Украина, Чернигов
Контактная информация:

Re: mpd5 + pptp + много конектов с одного логина

Непрочитанное сообщение schizoid » 2011-06-14 15:13:53

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

гость
проходил мимо

Re: mpd5 + pptp + много конектов с одного логина

Непрочитанное сообщение гость » 2011-06-14 15:24:41

я пробовал вот так

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

test test *
тоже самое

Аватара пользователя
schizoid
подполковник
Сообщения: 3228
Зарегистрирован: 2007-03-03 17:32:31
Откуда: Украина, Чернигов
Контактная информация:

Re: mpd5 + pptp + много конектов с одного логина

Непрочитанное сообщение schizoid » 2011-06-14 15:50:42

а в логах что?
кстати, возможно что с mpd.secret такая фича и не получится...
или просто логин/пароль? без ИПа
ядерный взрыв...смертельно красиво...жаль, что не вечно...

Гость
проходил мимо

Re: mpd5 + pptp + много конектов с одного логина

Непрочитанное сообщение Гость » 2011-06-14 16:07:16

если знаеш что надо сделать или как должно быть скажи, если нет то и смысл ты сейчас все варианты чтоли перебирать будеш? :smile:

Гость
проходил мимо

Re: mpd5 + pptp + много конектов с одного логина

Непрочитанное сообщение Гость » 2011-06-14 16:50:47

вот в доке что нашёл так что тут всё правильно у меня
3.2.3. mpd.secret

This file contains login, password pairs, one entry per line. Each entry may have an optional third argument, which is an IP address with optional netmask width. This is used when netgotiating IP addresses with the corresponding peer. We restrict the allowable IP addresses we'll assign to the peer to lie within the specified range.

In the example below, we define two ISP accounts that we use to connect to the Internet. Also, we have three friends who are allowed to connect to us, and we want to restrict the IP addresses that we'll let them have. Finally, the last user's password is retrieved by an external program.
#
# mpd.secret configuration file
#

# my two ISP accounts
mylogin1 password1
mylogin2 "Xka \r\n"

# my three friends
bob "akd\"ix23" 192.168.1.100
jerry "33dk88kz3" 192.168.1.101
phil "w*d9m&_4X" 192.168.1.128/25

# An external password access program
gregory "!/usr/local/etc/mpd/get_passwd.sh"
Here bob and jerry must negotiate 192.168.1.100 and 192.168.1.101, respectively, while phil can ask for any address from 192.168.1.128 through 192.168.1.255.


The leading ``!'' means that the password for user gregory is not stored in the mpd.secret file directly. Instead, the named program is run with the username being authenticated as an additional argument (so in this case the command line would be ``/usr/local/etc/mpd/get_passwd.sh gregory''). The command string may include initial, fixed arguments as well. This program should print the plaintext password for the named user as a single line to standard output, and then exit. Mpd will block for this operation, so the program should respond and exit quickly. If there is an error, the command should print an empty line, or just not print anything.

As a special case, if the username in the mpd.secret file is ``*'', then this line must be last as it matches any username. Then it is up to the external program to determine whether the username is valid. This wildcard matching only works for ``!'' lines.

The total length of the executed command must be less than 128 characters. The program is run as the same user who runs mpd, which is usually root, so the usual care should be taken with scripts run as root, e.g., make sure the script is not world-readable or world-writable. Standard input and standard error are inherited from the parent mpd process. Note that any additional arguments will be visible to users on the local machine running ps(1).

Гость
проходил мимо

Re: mpd5 + pptp + много конектов с одного логина

Непрочитанное сообщение Гость » 2011-06-15 6:55:18

попробовал выдать ип другой на логин и неполучилось тоесть под логином test нормально подключилось а под test2 уже не захотело

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

test "test" *
test2 "test2" 172.25.254.66
подозрение что выше ng0 не создаются интерфейсы....
вот лог но я что то в нём ничего не понимаю

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

Jun 15 15:40:21 test mpd: PPTP: Incoming control connection from 172.25.36.29 3793 to 172.25.51.3 1723
Jun 15 15:40:21 test mpd: pptp0: ctrl state FREE --> IDLE
Jun 15 15:40:21 test mpd: pptp0: attached to connection with 172.25.36.29 3793
Jun 15 15:40:21 test mpd: pptp0: recv StartCtrlConnRequest
Jun 15 15:40:21 test mpd:   vers=0x100 frameCap=1 bearCap=1 maxChan=0 firm=0xa28 host=""
Jun 15 15:40:21 test mpd:   vend="Microsoft Windows NT"
Jun 15 15:40:21 test mpd: pptp0: ctrl state IDLE --> ESTABLISHED
Jun 15 15:40:21 test mpd: pptp0: send StartCtrlConnReply msg
Jun 15 15:40:21 test mpd:   len=0x9c msgType=1 magic=0x1a2b3c4d type=2
Jun 15 15:40:21 test mpd:   vers=0x100 result=1 err=0 frameCap=3 bearCap=3 maxChan=0
Jun 15 15:40:21 test mpd:   firm=0x101 host="test" vend="FreeBSD MPD"
Jun 15 15:40:21 test mpd: pptp0: recv OutCallRequest
Jun 15 15:40:21 test mpd:   cid=0 serno=0x2af0 minBPS=0x12c maxBPS=0x5f5e100 frameType=3
Jun 15 15:40:21 test mpd:   bearType=3 recvWin=64 ppd=0 numLen=0 phone="" subaddr=""
Jun 15 15:40:21 test mpd: pptp0-0: chan state FREE --> WAIT_ANSWER
Jun 15 15:40:21 test mpd: [L-1] Accepting PPTP connection
Jun 15 15:40:21 test mpd: [L-1] Link: OPEN event
Jun 15 15:40:21 test mpd: [L-1] LCP: Open event
Jun 15 15:40:21 test mpd: [L-1] LCP: state change Initial --> Starting
Jun 15 15:40:21 test mpd: [L-1] LCP: LayerStart
Jun 15 15:40:21 test mpd: [L-1] device: OPEN event
Jun 15 15:40:21 test mpd: [L-1] PPTP: attaching to peer's outgoing call
Jun 15 15:40:21 test mpd: pptp0-0: chan state WAIT_ANSWER --> ESTABLISHED
Jun 15 15:40:21 test mpd: pptp0: send OutCallReply msg
Jun 15 15:40:21 test mpd:   len=32 msgType=1 magic=0x1a2b3c4d type=8
Jun 15 15:40:21 test mpd:   cid=0xf2ef peerCid=0 result=1 err=0 cause=0 speed=0xfa00
Jun 15 15:40:21 test mpd:   recvWin=16 ppd=1 channel=0
Jun 15 15:40:21 test mpd: [L-1] device: UP event
Jun 15 15:40:21 test mpd: [L-1] Link: UP event
Jun 15 15:40:21 test mpd: [L-1] Link: origination is remote
Jun 15 15:40:21 test mpd: [L-1] LCP: Up event
Jun 15 15:40:21 test mpd: [L-1] LCP: state change Starting --> Req-Sent
Jun 15 15:40:21 test mpd: [L-1] LCP: phase shift DEAD --> ESTABLISH
Jun 15 15:40:21 test mpd: [L-1] LCP: SendConfigReq #1
Jun 15 15:40:21 test mpd: [L-1]   MRU 1500
Jun 15 15:40:21 test mpd: [L-1]   MAGICNUM 5682007e
Jun 15 15:40:21 test mpd: [L-1]   MP MRRU 2048
Jun 15 15:40:21 test mpd: [L-1]   MP SHORTSEQ
Jun 15 15:40:21 test mpd: [L-1]   ENDPOINTDISC [802.1] 00 14 2a b1 2e 86
Jun 15 15:40:21 test mpd: pptp0: recv SetLinkInfo
Jun 15 15:40:21 test mpd:   cid=0xf2ef sendAccm=0xffffffff recvAccm=0xffffffff
Jun 15 15:40:21 test mpd: [L-1] LCP: rec'd Configure Request #0 (Req-Sent)
Jun 15 15:40:21 test mpd: [L-1]   MRU 1400
Jun 15 15:40:21 test mpd: [L-1]   MAGICNUM 32683a81
Jun 15 15:40:21 test mpd: [L-1]   PROTOCOMP
Jun 15 15:40:21 test mpd: [L-1]   ACFCOMP
Jun 15 15:40:21 test mpd: [L-1]   CALLBACK 6
Jun 15 15:40:21 test mpd: [L-1] LCP: SendConfigRej #0
Jun 15 15:40:21 test mpd: [L-1]   CALLBACK 6
Jun 15 15:40:21 test mpd: [L-1] LCP: rec'd Configure Request #1 (Req-Sent)
Jun 15 15:40:21 test mpd: [L-1]   MRU 1400
Jun 15 15:40:21 test mpd: [L-1]   MAGICNUM 32683a81
Jun 15 15:40:21 test mpd: [L-1]   PROTOCOMP
Jun 15 15:40:21 test mpd: [L-1]   ACFCOMP
Jun 15 15:40:21 test mpd: [L-1] LCP: SendConfigAck #1
Jun 15 15:40:21 test mpd: [L-1]   MRU 1400
Jun 15 15:40:21 test mpd: [L-1]   MAGICNUM 32683a81
Jun 15 15:40:21 test mpd: [L-1]   PROTOCOMP
Jun 15 15:40:21 test mpd: [L-1]   ACFCOMP
Jun 15 15:40:21 test mpd: [L-1] LCP: state change Req-Sent --> Ack-Sent
Jun 15 15:40:23 test mpd: [L-1] LCP: SendConfigReq #2
Jun 15 15:40:23 test mpd: [L-1]   MRU 1500
Jun 15 15:40:23 test mpd: [L-1]   MAGICNUM 5682007e
Jun 15 15:40:23 test mpd: [L-1]   MP MRRU 2048
Jun 15 15:40:23 test mpd: [L-1]   MP SHORTSEQ
Jun 15 15:40:23 test mpd: [L-1]   ENDPOINTDISC [802.1] 00 14 2a b1 2e 86
Jun 15 15:40:23 test mpd: [L-1] LCP: rec'd Configure Reject #2 (Ack-Sent)
Jun 15 15:40:23 test mpd: [L-1]   MP MRRU 2048
Jun 15 15:40:23 test mpd: [L-1]   MP SHORTSEQ
Jun 15 15:40:23 test mpd: [L-1]   ENDPOINTDISC [802.1] 00 14 2a b1 2e 86
Jun 15 15:40:23 test mpd: [L-1] LCP: SendConfigReq #3
Jun 15 15:40:23 test mpd: [L-1]   MRU 1500
Jun 15 15:40:23 test mpd: [L-1]   MAGICNUM 5682007e
Jun 15 15:40:23 test mpd: pptp0: recv SetLinkInfo
Jun 15 15:40:23 test mpd:   cid=0xf2ef sendAccm=0xffffffff recvAccm=0xffffffff
Jun 15 15:40:23 test mpd: [L-1] LCP: rec'd Configure Ack #3 (Ack-Sent)
Jun 15 15:40:23 test mpd: [L-1]   MRU 1500
Jun 15 15:40:23 test mpd: [L-1]   MAGICNUM 5682007e
Jun 15 15:40:23 test mpd: [L-1] LCP: state change Ack-Sent --> Opened
Jun 15 15:40:23 test mpd: [L-1] LCP: phase shift ESTABLISH --> AUTHENTICATE
Jun 15 15:40:23 test mpd: [L-1] LCP: auth: peer wants nothing, I want nothing
Jun 15 15:40:23 test mpd: [L-1] LCP: authorization successful
Jun 15 15:40:23 test mpd: [L-1] LCP: phase shift AUTHENTICATE --> NETWORK
Jun 15 15:40:23 test mpd: [L-1] Link: Matched action 'bundle "B" ""'
Jun 15 15:40:23 test mpd: [L-1] Link: Join bundle "B"
Jun 15 15:40:23 test mpd: [B] IFACE: setting ng0 MTU to 1400 bytes
Jun 15 15:40:23 test mpd: [B] Bundle: Status update: up 1 link, total bandwidth 64000 bps
Jun 15 15:40:23 test mpd: [B] IPCP: Open event
Jun 15 15:40:23 test mpd: [B] IPCP: state change Initial --> Starting
Jun 15 15:40:23 test mpd: [B] IPCP: LayerStart
Jun 15 15:40:23 test mpd: [B] IPCP: Up event
Jun 15 15:40:23 test mpd: [B] IPCP: Got IP 172.25.254.1 from pool "pool1" for peer
Jun 15 15:40:23 test mpd: [B] IPCP: state change Starting --> Req-Sent
Jun 15 15:40:23 test mpd: [B] IPCP: SendConfigReq #20
Jun 15 15:40:23 test mpd: [B]   IPADDR 172.25.51.3
Jun 15 15:40:23 test mpd: [B]   COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
Jun 15 15:40:23 test mpd: [L-1] LCP: LayerUp
Jun 15 15:40:23 test mpd: [L-1] LCP: rec'd Ident #2 (Opened)
Jun 15 15:40:23 test mpd: [L-1]   MESG: MSRASV5.10
Jun 15 15:40:23 test mpd: [L-1] LCP: rec'd Ident #3 (Opened)
Jun 15 15:40:23 test mpd: [L-1]   MESG: MSRAS-0-HATA
Jun 15 15:40:23 test mpd: [L-1] rec'd unexpected protocol CCP, rejecting
Jun 15 15:40:23 test mpd: [B] IPCP: rec'd Configure Request #5 (Req-Sent)
Jun 15 15:40:23 test mpd: [B]   IPADDR 0.0.0.0
Jun 15 15:40:23 test mpd: [B]     NAKing with 172.25.254.1
Jun 15 15:40:23 test mpd: [B]   PRIDNS 0.0.0.0
Jun 15 15:40:23 test mpd: [B]   PRINBNS 0.0.0.0
Jun 15 15:40:23 test mpd: [B]   SECDNS 0.0.0.0
Jun 15 15:40:23 test mpd: [B]   SECNBNS 0.0.0.0
Jun 15 15:40:23 test mpd: [B] IPCP: SendConfigRej #5
Jun 15 15:40:23 test mpd: [B]   PRIDNS 0.0.0.0
Jun 15 15:40:23 test mpd: [B]   PRINBNS 0.0.0.0
Jun 15 15:40:23 test mpd: [B]   SECDNS 0.0.0.0
Jun 15 15:40:23 test mpd: [B]   SECNBNS 0.0.0.0
Jun 15 15:40:23 test mpd: [B] IPCP: rec'd Configure Reject #20 (Req-Sent)
Jun 15 15:40:23 test mpd: [B]   COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
Jun 15 15:40:23 test mpd: [B] IPCP: SendConfigReq #21
Jun 15 15:40:23 test mpd: [B]   IPADDR 172.25.51.3
Jun 15 15:40:23 test mpd: [B] IPCP: rec'd Configure Request #6 (Req-Sent)
Jun 15 15:40:23 test mpd: [B]   IPADDR 0.0.0.0
Jun 15 15:40:23 test mpd: [B]     NAKing with 172.25.254.1
Jun 15 15:40:23 test mpd: [B] IPCP: SendConfigNak #6
Jun 15 15:40:23 test mpd: [B]   IPADDR 172.25.254.1
Jun 15 15:40:23 test mpd: [B] IPCP: rec'd Configure Ack #21 (Req-Sent)
Jun 15 15:40:23 test mpd: [B]   IPADDR 172.25.51.3
Jun 15 15:40:23 test mpd: [B] IPCP: state change Req-Sent --> Ack-Rcvd
Jun 15 15:40:23 test mpd: [B] IPCP: rec'd Configure Request #7 (Ack-Rcvd)
Jun 15 15:40:23 test mpd: [B]   IPADDR 172.25.254.1
Jun 15 15:40:23 test mpd: [B]     172.25.254.1 is OK
Jun 15 15:40:23 test mpd: [B] IPCP: SendConfigAck #7
Jun 15 15:40:23 test mpd: [B]   IPADDR 172.25.254.1
Jun 15 15:40:23 test mpd: [B] IPCP: state change Ack-Rcvd --> Opened
Jun 15 15:40:23 test mpd: [B] IPCP: LayerUp
Jun 15 15:40:23 test mpd: [B]   172.25.51.3 -> 172.25.254.1
Jun 15 15:40:23 test mpd: [B] IFACE: Connecting tcpmssfix
Jun 15 15:40:23 test mpd: [B] IFACE: Add address 172.25.51.3/32->172.25.254.1 to ng0
Jun 15 15:40:23 test mpd: [B] IFACE: Up event
Jun 15 15:40:23 test mpd: [B] IFACE: Change interface flags: -0 +1
Jun 15 15:41:19 test mpd: PPTP: Incoming control connection from 172.25.48.3 19802 to 172.25.51.3 1723
Jun 15 15:41:19 test mpd: pptp1: ctrl state FREE --> IDLE
Jun 15 15:41:19 test mpd: pptp1: attached to connection with 172.25.48.3 19802
Jun 15 15:41:19 test mpd: pptp1: recv StartCtrlConnRequest
Jun 15 15:41:19 test mpd:   vers=0x100 frameCap=3 bearCap=3 maxChan=0xffff firm=1
Jun 15 15:41:19 test mpd:   host="local" vend="cananian"
Jun 15 15:41:19 test mpd: pptp1: ctrl state IDLE --> ESTABLISHED
Jun 15 15:41:19 test mpd: pptp1: send StartCtrlConnReply msg
Jun 15 15:41:19 test mpd:   len=0x9c msgType=1 magic=0x1a2b3c4d type=2
Jun 15 15:41:19 test mpd:   vers=0x100 result=1 err=0 frameCap=3 bearCap=3 maxChan=0
Jun 15 15:41:19 test mpd:   firm=0x101 host="test" vend="FreeBSD MPD"
Jun 15 15:41:20 test mpd: pptp1: recv OutCallRequest
Jun 15 15:41:20 test mpd:   cid=0 serno=0 minBPS=0x960 maxBPS=0x989680 frameType=3
Jun 15 15:41:20 test mpd:   bearType=3 recvWin=3 ppd=0 numLen=0 phone="" subaddr=""
Jun 15 15:41:20 test mpd: pptp1-0: chan state FREE --> WAIT_ANSWER
Jun 15 15:41:20 test mpd: [L-2] Accepting PPTP connection
Jun 15 15:41:20 test mpd: [L-2] Link: OPEN event
Jun 15 15:41:20 test mpd: [L-2] LCP: Open event
Jun 15 15:41:20 test mpd: [L-2] LCP: state change Initial --> Starting
Jun 15 15:41:20 test mpd: [L-2] LCP: LayerStart
Jun 15 15:41:20 test mpd: [L-2] device: OPEN event
Jun 15 15:41:20 test mpd: [L-2] PPTP: attaching to peer's outgoing call
Jun 15 15:41:20 test mpd: pptp1-0: chan state WAIT_ANSWER --> ESTABLISHED
Jun 15 15:41:20 test mpd: pptp1: send OutCallReply msg
Jun 15 15:41:20 test mpd:   len=32 msgType=1 magic=0x1a2b3c4d type=8
Jun 15 15:41:20 test mpd:   cid=0xf2f0 peerCid=0 result=1 err=0 cause=0 speed=0xfa00
Jun 15 15:41:20 test mpd:   recvWin=16 ppd=1 channel=0x10000
Jun 15 15:41:20 test mpd: [L-2] device: UP event
Jun 15 15:41:20 test mpd: [L-2] Link: UP event
Jun 15 15:41:20 test mpd: [L-2] Link: origination is remote
Jun 15 15:41:20 test mpd: [L-2] LCP: Up event
Jun 15 15:41:20 test mpd: [L-2] LCP: state change Starting --> Req-Sent
Jun 15 15:41:20 test mpd: [L-2] LCP: phase shift DEAD --> ESTABLISH
Jun 15 15:41:20 test mpd: [L-2] LCP: SendConfigReq #1
Jun 15 15:41:20 test mpd: [L-2]   MRU 1500
Jun 15 15:41:20 test mpd: [L-2]   MAGICNUM 6fc07ced
Jun 15 15:41:20 test mpd: [L-2]   MP MRRU 2048
Jun 15 15:41:20 test mpd: [L-2]   MP SHORTSEQ
Jun 15 15:41:20 test mpd: [L-2]   ENDPOINTDISC [802.1] 00 14 2a b1 2e 86
Jun 15 15:41:21 test mpd: pptp0: recv EchoRequest
Jun 15 15:41:21 test mpd:   id=0x1000000
Jun 15 15:41:21 test mpd: pptp0: send EchoReply msg
Jun 15 15:41:21 test mpd:   len=20 msgType=1 magic=0x1a2b3c4d type=6
Jun 15 15:41:21 test mpd:   id=0x1000000 result=1 err=0 ignore=0
Jun 15 15:41:22 test mpd: [L-2] LCP: SendConfigReq #2
Jun 15 15:41:22 test mpd: [L-2]   MRU 1500
Jun 15 15:41:22 test mpd: [L-2]   MAGICNUM 6fc07ced
Jun 15 15:41:22 test mpd: [L-2]   MP MRRU 2048
Jun 15 15:41:22 test mpd: [L-2]   MP SHORTSEQ
Jun 15 15:41:22 test mpd: [L-2]   ENDPOINTDISC [802.1] 00 14 2a b1 2e 86
Jun 15 15:41:22 test mpd: [L-2] LCP: rec'd Configure Request #1 (Req-Sent)
Jun 15 15:41:22 test mpd: [L-2]   ACFCOMP
Jun 15 15:41:22 test mpd: [L-2]   PROTOCOMP
Jun 15 15:41:22 test mpd: [L-2]   ACCMAP 0x00000000
Jun 15 15:41:22 test mpd: [L-2]   MRU 1500
Jun 15 15:41:22 test mpd: [L-2]   MAGICNUM 819c32fd
Jun 15 15:41:22 test mpd: [L-2] LCP: SendConfigAck #1
Jun 15 15:41:22 test mpd: [L-2]   ACFCOMP
Jun 15 15:41:22 test mpd: [L-2]   PROTOCOMP
Jun 15 15:41:22 test mpd: [L-2]   ACCMAP 0x00000000
Jun 15 15:41:22 test mpd: [L-2]   MRU 1500
Jun 15 15:41:22 test mpd: [L-2]   MAGICNUM 819c32fd
Jun 15 15:41:22 test mpd: [L-2] LCP: state change Req-Sent --> Ack-Sent
Jun 15 15:41:22 test mpd: [L-2] LCP: rec'd Configure Reject #1 (Ack-Sent)
Jun 15 15:41:22 test mpd: [L-2]   Wrong id#, expecting 2
Jun 15 15:41:22 test mpd: [L-2] LCP: rec'd Configure Reject #2 (Ack-Sent)
Jun 15 15:41:22 test mpd: [L-2]   MP MRRU 2048
Jun 15 15:41:22 test mpd: [L-2]   MP SHORTSEQ
Jun 15 15:41:22 test mpd: [L-2] LCP: SendConfigReq #3
Jun 15 15:41:22 test mpd: [L-2]   MRU 1500
Jun 15 15:41:22 test mpd: [L-2]   MAGICNUM 6fc07ced
Jun 15 15:41:22 test mpd: [L-2] LCP: rec'd Configure Ack #3 (Ack-Sent)
Jun 15 15:41:22 test mpd: [L-2]   MRU 1500
Jun 15 15:41:22 test mpd: [L-2]   MAGICNUM 6fc07ced
Jun 15 15:41:22 test mpd: [L-2] LCP: state change Ack-Sent --> Opened
Jun 15 15:41:22 test mpd: [L-2] LCP: phase shift ESTABLISH --> AUTHENTICATE
Jun 15 15:41:22 test mpd: [L-2] LCP: auth: peer wants nothing, I want nothing
Jun 15 15:41:22 test mpd: [L-2] LCP: authorization successful
Jun 15 15:41:22 test mpd: [L-2] LCP: phase shift AUTHENTICATE --> NETWORK
Jun 15 15:41:22 test mpd: [L-2] Link: Matched action 'bundle "B" ""'
Jun 15 15:41:22 test mpd: [L-2] Can't join bundle B without multilink negotiated.
Jun 15 15:41:22 test mpd: [L-2] link did not validate in bundle
Jun 15 15:41:22 test mpd: [L-2] LCP: parameter negotiation failed
Jun 15 15:41:22 test mpd: [L-2] LCP: state change Ack-Sent --> Stopped
Jun 15 15:41:22 test mpd: [L-2] LCP: LayerFinish
Jun 15 15:41:22 test mpd: [L-2] LCP: LayerUp
Jun 15 15:41:22 test mpd: [L-2] rec'd unexpected protocol CCP
Jun 15 15:41:22 test mpd: [L-2] rec'd unexpected protocol IPCP
Jun 15 15:41:22 test mpd: [L-2] device: CLOSE event
Jun 15 15:41:22 test mpd: pptp1-0: clearing call
Jun 15 15:41:22 test mpd: pptp1: send CallDiscNotify msg
Jun 15 15:41:22 test mpd:   len=0x94 msgType=1 magic=0x1a2b3c4d type=13
Jun 15 15:41:22 test mpd:   cid=0xf2f0 result=3 err=0 cause=0 stats=""
Jun 15 15:41:22 test mpd: pptp1-0: killing channel
Jun 15 15:41:22 test mpd: [L-2] PPTP call terminated
Jun 15 15:41:22 test mpd: [L-2] device: DOWN event
Jun 15 15:41:22 test mpd: [L-2] Link: DOWN event
Jun 15 15:41:22 test mpd: [L-2] LCP: Close event
Jun 15 15:41:22 test mpd: [L-2] LCP: state change Opened --> Closing
Jun 15 15:41:22 test mpd: [L-2] LCP: phase shift NETWORK --> TERMINATE
Jun 15 15:41:22 test mpd: [L-2] AUTH: Cleanup
Jun 15 15:41:22 test mpd: [L-2] LCP: SendTerminateReq #4
Jun 15 15:41:22 test mpd: [L-2] LCP: LayerDown
Jun 15 15:41:22 test mpd: [L-2] LCP: Down event
Jun 15 15:41:22 test mpd: [L-2] LCP: LayerFinish
Jun 15 15:41:22 test mpd: [L-2] LCP: state change Closing --> Initial
Jun 15 15:41:22 test mpd: [L-2] LCP: phase shift TERMINATE --> DEAD
Jun 15 15:41:22 test mpd: pptp1-0: chan state ESTABLISHED --> DYING
Jun 15 15:41:22 test mpd: [L-2] device: CLOSE event
Jun 15 15:41:22 test mpd: [L-2] Link: SHUTDOWN event
Jun 15 15:41:22 test mpd: [L-2] Link: Shutdown
Jun 15 15:41:32 test mpd: pptp1: closing connection with 172.25.48.3 19802
Jun 15 15:41:32 test mpd: pptp1: ctrl state ESTABLISHED --> WAIT_STOP_REPLY
Jun 15 15:41:32 test mpd: pptp1: send StopCtrlConnRequest msg
Jun 15 15:41:32 test mpd:   len=16 msgType=1 magic=0x1a2b3c4d type=3
Jun 15 15:41:32 test mpd:   reason=3
Jun 15 15:41:32 test mpd: pptp1: recv StopCtrlConnReply
Jun 15 15:41:32 test mpd:   result=1 err=0
Jun 15 15:41:32 test mpd: pptp1: ctrl state WAIT_STOP_REPLY --> DYING
Jun 15 15:41:32 test mpd: pptp1: killing connection with 172.25.48.3 19802
Jun 15 15:41:42 test mpd: PPTP: Incoming control connection from 172.25.48.3 37711 to 172.25.51.3 1723
Jun 15 15:41:42 test mpd: pptp1: ctrl state FREE --> IDLE
Jun 15 15:41:42 test mpd: pptp1: attached to connection with 172.25.48.3 37711
Jun 15 15:41:42 test mpd: pptp1: recv StartCtrlConnRequest
Jun 15 15:41:42 test mpd:   vers=0x100 frameCap=3 bearCap=3 maxChan=0xffff firm=1
Jun 15 15:41:42 test mpd:   host="local" vend="cananian"
Jun 15 15:41:42 test mpd: pptp1: ctrl state IDLE --> ESTABLISHED
Jun 15 15:41:42 test mpd: pptp1: send StartCtrlConnReply msg
Jun 15 15:41:42 test mpd:   len=0x9c msgType=1 magic=0x1a2b3c4d type=2
Jun 15 15:41:42 test mpd:   vers=0x100 result=1 err=0 frameCap=3 bearCap=3 maxChan=0
Jun 15 15:41:42 test mpd:   firm=0x101 host="test" vend="FreeBSD MPD"
Jun 15 15:41:43 test mpd: pptp1: recv OutCallRequest
Jun 15 15:41:43 test mpd:   cid=0 serno=0 minBPS=0x960 maxBPS=0x989680 frameType=3
Jun 15 15:41:43 test mpd:   bearType=3 recvWin=3 ppd=0 numLen=0 phone="" subaddr=""
Jun 15 15:41:43 test mpd: pptp1-0: chan state FREE --> WAIT_ANSWER
Jun 15 15:41:43 test mpd: [L-2] Accepting PPTP connection
Jun 15 15:41:43 test mpd: [L-2] Link: OPEN event
Jun 15 15:41:43 test mpd: [L-2] LCP: Open event
Jun 15 15:41:43 test mpd: [L-2] LCP: state change Initial --> Starting
Jun 15 15:41:43 test mpd: [L-2] LCP: LayerStart
Jun 15 15:41:43 test mpd: [L-2] device: OPEN event
Jun 15 15:41:43 test mpd: [L-2] PPTP: attaching to peer's outgoing call
Jun 15 15:41:43 test mpd: pptp1-0: chan state WAIT_ANSWER --> ESTABLISHED
Jun 15 15:41:43 test mpd: pptp1: send OutCallReply msg
Jun 15 15:41:43 test mpd:   len=32 msgType=1 magic=0x1a2b3c4d type=8
Jun 15 15:41:43 test mpd:   cid=0xf2f0 peerCid=0 result=1 err=0 cause=0 speed=0xfa00
Jun 15 15:41:43 test mpd:   recvWin=16 ppd=1 channel=0x10000
Jun 15 15:41:43 test mpd: [L-2] device: UP event
Jun 15 15:41:43 test mpd: [L-2] Link: UP event
Jun 15 15:41:43 test mpd: [L-2] Link: origination is remote
Jun 15 15:41:43 test mpd: [L-2] LCP: Up event
Jun 15 15:41:43 test mpd: [L-2] LCP: state change Starting --> Req-Sent
Jun 15 15:41:43 test mpd: [L-2] LCP: phase shift DEAD --> ESTABLISH
Jun 15 15:41:43 test mpd: [L-2] LCP: SendConfigReq #1
Jun 15 15:41:43 test mpd: [L-2]   MRU 1500
Jun 15 15:41:43 test mpd: [L-2]   MAGICNUM 871176b9
Jun 15 15:41:43 test mpd: [L-2]   MP MRRU 2048
Jun 15 15:41:43 test mpd: [L-2]   MP SHORTSEQ
Jun 15 15:41:43 test mpd: [L-2]   ENDPOINTDISC [802.1] 00 14 2a b1 2e 86
Jun 15 15:41:45 test mpd: [L-2] LCP: SendConfigReq #2
Jun 15 15:41:45 test mpd: [L-2]   MRU 1500
Jun 15 15:41:45 test mpd: [L-2]   MAGICNUM 871176b9
Jun 15 15:41:45 test mpd: [L-2]   MP MRRU 2048
Jun 15 15:41:45 test mpd: [L-2]   MP SHORTSEQ
Jun 15 15:41:45 test mpd: [L-2]   ENDPOINTDISC [802.1] 00 14 2a b1 2e 86
Jun 15 15:41:45 test mpd: [L-2] LCP: rec'd Configure Request #1 (Req-Sent)
Jun 15 15:41:45 test mpd: [L-2]   ACFCOMP
Jun 15 15:41:45 test mpd: [L-2]   PROTOCOMP
Jun 15 15:41:45 test mpd: [L-2]   ACCMAP 0x00000000
Jun 15 15:41:45 test mpd: [L-2]   MRU 1500
Jun 15 15:41:45 test mpd: [L-2]   MAGICNUM 14711a56
Jun 15 15:41:45 test mpd: [L-2] LCP: SendConfigAck #1
Jun 15 15:41:45 test mpd: [L-2]   ACFCOMP
Jun 15 15:41:45 test mpd: [L-2]   PROTOCOMP
Jun 15 15:41:45 test mpd: [L-2]   ACCMAP 0x00000000
Jun 15 15:41:45 test mpd: [L-2]   MRU 1500
Jun 15 15:41:45 test mpd: [L-2]   MAGICNUM 14711a56
Jun 15 15:41:45 test mpd: [L-2] LCP: state change Req-Sent --> Ack-Sent
Jun 15 15:41:45 test mpd: [L-2] LCP: rec'd Configure Reject #1 (Ack-Sent)
Jun 15 15:41:45 test mpd: [L-2]   Wrong id#, expecting 2
Jun 15 15:41:45 test mpd: [L-2] LCP: rec'd Configure Reject #2 (Ack-Sent)
Jun 15 15:41:45 test mpd: [L-2]   MP MRRU 2048
Jun 15 15:41:45 test mpd: [L-2]   MP SHORTSEQ
Jun 15 15:41:45 test mpd: [L-2] LCP: SendConfigReq #3
Jun 15 15:41:45 test mpd: [L-2]   MRU 1500
Jun 15 15:41:45 test mpd: [L-2]   MAGICNUM 871176b9
Jun 15 15:41:45 test mpd: [L-2] LCP: rec'd Configure Ack #3 (Ack-Sent)
Jun 15 15:41:45 test mpd: [L-2]   MRU 1500
Jun 15 15:41:45 test mpd: [L-2]   MAGICNUM 871176b9
Jun 15 15:41:45 test mpd: [L-2] LCP: state change Ack-Sent --> Opened
Jun 15 15:41:45 test mpd: [L-2] LCP: phase shift ESTABLISH --> AUTHENTICATE
Jun 15 15:41:45 test mpd: [L-2] LCP: auth: peer wants nothing, I want nothing
Jun 15 15:41:45 test mpd: [L-2] LCP: authorization successful
Jun 15 15:41:45 test mpd: [L-2] LCP: phase shift AUTHENTICATE --> NETWORK
Jun 15 15:41:45 test mpd: [L-2] Link: Matched action 'bundle "B" ""'
Jun 15 15:41:45 test mpd: [L-2] Can't join bundle B without multilink negotiated.
Jun 15 15:41:45 test mpd: [L-2] link did not validate in bundle
Jun 15 15:41:45 test mpd: [L-2] LCP: parameter negotiation failed
Jun 15 15:41:45 test mpd: [L-2] LCP: state change Ack-Sent --> Stopped
Jun 15 15:41:45 test mpd: [L-2] LCP: LayerFinish
Jun 15 15:41:45 test mpd: [L-2] LCP: LayerUp
Jun 15 15:41:45 test mpd: [L-2] rec'd unexpected protocol CCP
Jun 15 15:41:45 test mpd: [L-2] rec'd unexpected protocol IPCP
Jun 15 15:41:45 test mpd: [L-2] device: CLOSE event
Jun 15 15:41:45 test mpd: pptp1-0: clearing call
Jun 15 15:41:45 test mpd: pptp1: send CallDiscNotify msg
Jun 15 15:41:45 test mpd:   len=0x94 msgType=1 magic=0x1a2b3c4d type=13
Jun 15 15:41:45 test mpd:   cid=0xf2f0 result=3 err=0 cause=0 stats=""
Jun 15 15:41:45 test mpd: pptp1-0: killing channel
Jun 15 15:41:45 test mpd: [L-2] PPTP call terminated
Jun 15 15:41:45 test mpd: [L-2] device: DOWN event
Jun 15 15:41:45 test mpd: [L-2] Link: DOWN event
Jun 15 15:41:45 test mpd: [L-2] LCP: Close event
Jun 15 15:41:45 test mpd: [L-2] LCP: state change Opened --> Closing
Jun 15 15:41:45 test mpd: [L-2] LCP: phase shift NETWORK --> TERMINATE
Jun 15 15:41:45 test mpd: [L-2] AUTH: Cleanup
Jun 15 15:41:45 test mpd: [L-2] LCP: SendTerminateReq #4
Jun 15 15:41:45 test mpd: [L-2] LCP: LayerDown
Jun 15 15:41:45 test mpd: [L-2] LCP: Down event
Jun 15 15:41:45 test mpd: [L-2] LCP: LayerFinish
Jun 15 15:41:45 test mpd: [L-2] LCP: state change Closing --> Initial
Jun 15 15:41:45 test mpd: [L-2] LCP: phase shift TERMINATE --> DEAD
Jun 15 15:41:45 test mpd: pptp1-0: chan state ESTABLISHED --> DYING
Jun 15 15:41:45 test mpd: [L-2] device: CLOSE event
Jun 15 15:41:45 test mpd: [L-2] Link: SHUTDOWN event
Jun 15 15:41:45 test mpd: [L-2] Link: Shutdown
Jun 15 15:41:55 test mpd: pptp1: closing connection with 172.25.48.3 37711
Jun 15 15:41:55 test mpd: pptp1: ctrl state ESTABLISHED --> WAIT_STOP_REPLY
Jun 15 15:41:55 test mpd: pptp1: send StopCtrlConnRequest msg
Jun 15 15:41:55 test mpd:   len=16 msgType=1 magic=0x1a2b3c4d type=3
Jun 15 15:41:55 test mpd:   reason=3
Jun 15 15:41:55 test mpd: pptp1: recv StopCtrlConnReply
Jun 15 15:41:55 test mpd:   result=1 err=0
Jun 15 15:41:55 test mpd: pptp1: ctrl state WAIT_STOP_REPLY --> DYING
Jun 15 15:41:55 test mpd: pptp1: killing connection with 172.25.48.3 37711
Jun 15 15:42:21 test mpd: pptp0: send EchoRequest msg
Jun 15 15:42:21 test mpd:   len=16 msgType=1 magic=0x1a2b3c4d type=5
Jun 15 15:42:21 test mpd:   id=1
Jun 15 15:42:21 test mpd: pptp0: recv EchoReply
Jun 15 15:42:21 test mpd:   id=1 result=1 err=0 ignore=0
Jun 15 15:42:49 test mpd: PPTP: Incoming control connection from 172.25.48.3 23661 to 172.25.51.3 1723
Jun 15 15:42:49 test mpd: pptp1: ctrl state FREE --> IDLE
Jun 15 15:42:49 test mpd: pptp1: attached to connection with 172.25.48.3 23661
Jun 15 15:42:49 test mpd: pptp1: recv StartCtrlConnRequest
Jun 15 15:42:49 test mpd:   vers=0x100 frameCap=3 bearCap=3 maxChan=0xffff firm=1
Jun 15 15:42:49 test mpd:   host="local" vend="cananian"
Jun 15 15:42:49 test mpd: pptp1: ctrl state IDLE --> ESTABLISHED
Jun 15 15:42:49 test mpd: pptp1: send StartCtrlConnReply msg
Jun 15 15:42:49 test mpd:   len=0x9c msgType=1 magic=0x1a2b3c4d type=2
Jun 15 15:42:49 test mpd:   vers=0x100 result=1 err=0 frameCap=3 bearCap=3 maxChan=0
Jun 15 15:42:49 test mpd:   firm=0x101 host="test" vend="FreeBSD MPD"
Jun 15 15:42:50 test mpd: pptp1: recv OutCallRequest
Jun 15 15:42:50 test mpd:   cid=0 serno=0 minBPS=0x960 maxBPS=0x989680 frameType=3
Jun 15 15:42:50 test mpd:   bearType=3 recvWin=3 ppd=0 numLen=0 phone="" subaddr=""
Jun 15 15:42:50 test mpd: pptp1-0: chan state FREE --> WAIT_ANSWER
Jun 15 15:42:50 test mpd: [L-2] Accepting PPTP connection
Jun 15 15:42:50 test mpd: [L-2] Link: OPEN event
Jun 15 15:42:50 test mpd: [L-2] LCP: Open event
Jun 15 15:42:50 test mpd: [L-2] LCP: state change Initial --> Starting
Jun 15 15:42:50 test mpd: [L-2] LCP: LayerStart
Jun 15 15:42:50 test mpd: [L-2] device: OPEN event
Jun 15 15:42:50 test mpd: [L-2] PPTP: attaching to peer's outgoing call
Jun 15 15:42:50 test mpd: pptp1-0: chan state WAIT_ANSWER --> ESTABLISHED
Jun 15 15:42:50 test mpd: pptp1: send OutCallReply msg
Jun 15 15:42:50 test mpd:   len=32 msgType=1 magic=0x1a2b3c4d type=8
Jun 15 15:42:50 test mpd:   cid=0xf2f0 peerCid=0 result=1 err=0 cause=0 speed=0xfa00
Jun 15 15:42:50 test mpd:   recvWin=16 ppd=1 channel=0x10000
Jun 15 15:42:50 test mpd: [L-2] device: UP event
Jun 15 15:42:50 test mpd: [L-2] Link: UP event
Jun 15 15:42:50 test mpd: [L-2] Link: origination is remote
Jun 15 15:42:50 test mpd: [L-2] LCP: Up event
Jun 15 15:42:50 test mpd: [L-2] LCP: state change Starting --> Req-Sent
Jun 15 15:42:50 test mpd: [L-2] LCP: phase shift DEAD --> ESTABLISH
Jun 15 15:42:50 test mpd: [L-2] LCP: SendConfigReq #1
Jun 15 15:42:50 test mpd: [L-2]   MRU 1500
Jun 15 15:42:50 test mpd: [L-2]   MAGICNUM 61f8e04f
Jun 15 15:42:50 test mpd: [L-2]   MP MRRU 2048
Jun 15 15:42:50 test mpd: [L-2]   MP SHORTSEQ
Jun 15 15:42:50 test mpd: [L-2]   ENDPOINTDISC [802.1] 00 14 2a b1 2e 86
Jun 15 15:42:52 test mpd: [L-2] LCP: SendConfigReq #2
Jun 15 15:42:52 test mpd: [L-2]   MRU 1500
Jun 15 15:42:52 test mpd: [L-2]   MAGICNUM 61f8e04f
Jun 15 15:42:52 test mpd: [L-2]   MP MRRU 2048
Jun 15 15:42:52 test mpd: [L-2]   MP SHORTSEQ
Jun 15 15:42:52 test mpd: [L-2]   ENDPOINTDISC [802.1] 00 14 2a b1 2e 86
Jun 15 15:42:52 test mpd: [L-2] LCP: rec'd Configure Request #1 (Req-Sent)
Jun 15 15:42:52 test mpd: [L-2]   ACFCOMP
Jun 15 15:42:52 test mpd: [L-2]   PROTOCOMP
Jun 15 15:42:52 test mpd: [L-2]   ACCMAP 0x00000000
Jun 15 15:42:52 test mpd: [L-2]   MRU 1500
Jun 15 15:42:52 test mpd: [L-2]   MAGICNUM cfa2fd84
Jun 15 15:42:52 test mpd: [L-2] LCP: SendConfigAck #1
Jun 15 15:42:52 test mpd: [L-2]   ACFCOMP
Jun 15 15:42:52 test mpd: [L-2]   PROTOCOMP
Jun 15 15:42:52 test mpd: [L-2]   ACCMAP 0x00000000
Jun 15 15:42:52 test mpd: [L-2]   MRU 1500
Jun 15 15:42:52 test mpd: [L-2]   MAGICNUM cfa2fd84
Jun 15 15:42:52 test mpd: [L-2] LCP: state change Req-Sent --> Ack-Sent
Jun 15 15:42:52 test mpd: [L-2] LCP: rec'd Configure Reject #1 (Ack-Sent)
Jun 15 15:42:52 test mpd: [L-2]   Wrong id#, expecting 2
Jun 15 15:42:52 test mpd: [L-2] LCP: rec'd Configure Reject #2 (Ack-Sent)
Jun 15 15:42:52 test mpd: [L-2]   MP MRRU 2048
Jun 15 15:42:52 test mpd: [L-2]   MP SHORTSEQ
Jun 15 15:42:52 test mpd: [L-2] LCP: SendConfigReq #3
Jun 15 15:42:52 test mpd: [L-2]   MRU 1500
Jun 15 15:42:52 test mpd: [L-2]   MAGICNUM 61f8e04f
Jun 15 15:42:52 test mpd: [L-2] LCP: rec'd Configure Ack #3 (Ack-Sent)
Jun 15 15:42:52 test mpd: [L-2]   MRU 1500
Jun 15 15:42:52 test mpd: [L-2]   MAGICNUM 61f8e04f
Jun 15 15:42:52 test mpd: [L-2] LCP: state change Ack-Sent --> Opened
Jun 15 15:42:52 test mpd: [L-2] LCP: phase shift ESTABLISH --> AUTHENTICATE
Jun 15 15:42:52 test mpd: [L-2] LCP: auth: peer wants nothing, I want nothing
Jun 15 15:42:52 test mpd: [L-2] LCP: authorization successful
Jun 15 15:42:52 test mpd: [L-2] LCP: phase shift AUTHENTICATE --> NETWORK
Jun 15 15:42:52 test mpd: [L-2] Link: Matched action 'bundle "B" ""'
Jun 15 15:42:52 test mpd: [L-2] Can't join bundle B without multilink negotiated.
Jun 15 15:42:52 test mpd: [L-2] link did not validate in bundle
Jun 15 15:42:52 test mpd: [L-2] LCP: parameter negotiation failed
Jun 15 15:42:52 test mpd: [L-2] LCP: state change Ack-Sent --> Stopped
Jun 15 15:42:52 test mpd: [L-2] LCP: LayerFinish
Jun 15 15:42:52 test mpd: [L-2] LCP: LayerUp
Jun 15 15:42:52 test mpd: [L-2] rec'd unexpected protocol CCP
Jun 15 15:42:52 test mpd: [L-2] rec'd unexpected protocol IPCP
Jun 15 15:42:52 test mpd: [L-2] device: CLOSE event
Jun 15 15:42:52 test mpd: pptp1-0: clearing call
Jun 15 15:42:52 test mpd: pptp1: send CallDiscNotify msg
Jun 15 15:42:52 test mpd:   len=0x94 msgType=1 magic=0x1a2b3c4d type=13
Jun 15 15:42:52 test mpd:   cid=0xf2f0 result=3 err=0 cause=0 stats=""
Jun 15 15:42:52 test mpd: pptp1-0: killing channel
Jun 15 15:42:52 test mpd: [L-2] PPTP call terminated
Jun 15 15:42:52 test mpd: [L-2] device: DOWN event
Jun 15 15:42:52 test mpd: [L-2] Link: DOWN event
Jun 15 15:42:52 test mpd: [L-2] LCP: Close event
Jun 15 15:42:52 test mpd: [L-2] LCP: state change Opened --> Closing
Jun 15 15:42:52 test mpd: [L-2] LCP: phase shift NETWORK --> TERMINATE
Jun 15 15:42:52 test mpd: [L-2] AUTH: Cleanup
Jun 15 15:42:52 test mpd: [L-2] LCP: SendTerminateReq #4
Jun 15 15:42:52 test mpd: [L-2] LCP: LayerDown
Jun 15 15:42:52 test mpd: [L-2] LCP: Down event
Jun 15 15:42:52 test mpd: [L-2] LCP: LayerFinish
Jun 15 15:42:52 test mpd: [L-2] LCP: state change Closing --> Initial
Jun 15 15:42:52 test mpd: [L-2] LCP: phase shift TERMINATE --> DEAD
Jun 15 15:42:52 test mpd: pptp1-0: chan state ESTABLISHED --> DYING
Jun 15 15:42:52 test mpd: [L-2] device: CLOSE event
Jun 15 15:42:52 test mpd: [L-2] Link: SHUTDOWN event
Jun 15 15:42:52 test mpd: [L-2] Link: Shutdown
Jun 15 15:43:02 test mpd: pptp1: closing connection with 172.25.48.3 23661
Jun 15 15:43:02 test mpd: pptp1: ctrl state ESTABLISHED --> WAIT_STOP_REPLY
Jun 15 15:43:02 test mpd: pptp1: send StopCtrlConnRequest msg
Jun 15 15:43:02 test mpd:   len=16 msgType=1 magic=0x1a2b3c4d type=3
Jun 15 15:43:02 test mpd:   reason=3
Jun 15 15:43:02 test mpd: pptp1: recv StopCtrlConnReply
Jun 15 15:43:02 test mpd:   result=1 err=0
Jun 15 15:43:02 test mpd: pptp1: ctrl state WAIT_STOP_REPLY --> DYING
Jun 15 15:43:02 test mpd: pptp1: killing connection with 172.25.48.3 23661
Jun 15 15:43:21 test mpd: pptp0: send EchoRequest msg
Jun 15 15:43:21 test mpd:   len=16 msgType=1 magic=0x1a2b3c4d type=5
Jun 15 15:43:21 test mpd:   id=2
Jun 15 15:43:21 test mpd: pptp0: recv EchoReply
Jun 15 15:43:21 test mpd:   id=2 result=1 err=0 ignore=0
Jun 15 15:44:21 test mpd: pptp0: send EchoRequest msg
Jun 15 15:44:21 test mpd:   len=16 msgType=1 magic=0x1a2b3c4d type=5
Jun 15 15:44:21 test mpd:   id=3
Jun 15 15:44:21 test mpd: pptp0: recv EchoReply
Jun 15 15:44:21 test mpd:   id=3 result=1 err=0 ignore=0
вот это мне не понятно что это значет ? наверно что то в конфиге не прописал?

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

Jun 15 15:41:22 test mpd: [L-2] LCP: authorization successful
Jun 15 15:41:22 test mpd: [L-2] LCP: phase shift AUTHENTICATE --> NETWORK
Jun 15 15:41:22 test mpd: [L-2] Link: Matched action 'bundle "B" ""'
Jun 15 15:41:22 test mpd: [L-2] Can't join bundle B without multilink negotiated.
Jun 15 15:41:22 test mpd: [L-2] link did not validate in bundle
Jun 15 15:41:22 test mpd: [L-2] LCP: parameter negotiation failed
Jun 15 15:41:22 test mpd: [L-2] LCP: state change Ack-Sent --> Stopped
Jun 15 15:41:22 test mpd: [L-2] LCP: LayerFinish
Jun 15 15:41:22 test mpd: [L-2] LCP: LayerUp
Jun 15 15:41:22 test mpd: [L-2] rec'd unexpected protocol CCP
Jun 15 15:41:22 test mpd: [L-2] rec'd unexpected protocol IPCP
Jun 15 15:41:22 test mpd: [L-2] device: CLOSE event

Гость
проходил мимо

Re: mpd5 + pptp + много конектов с одного логина

Непрочитанное сообщение Гость » 2011-06-15 8:29:37

вроде разобрался изменил с

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

create bundle static B
на

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

create bundle template B
вроде всё работает сейчас ещё раз всё перепроверю.......