mpd5 + l2tp

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

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

Правила форума
Убедительная просьба юзать теги [cоde] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
balamut
рядовой
Сообщения: 33
Зарегистрирован: 2010-11-25 11:34:43

mpd5 + l2tp

Непрочитанное сообщение balamut » 2012-08-07 1:01:47

Доброй ночи)))ни как я не могу подружиться с mpd...

я подключаюсь к серву, все пингуется, как только даю нагрузку т.е. захожу mstsc или radmin то пинги перестают ходить..mstsc успевает показать 1 кадр...

перепробовал много всяких конфигов ни чего не помогает!бывает так что я подключаюсь и все прекрасно работает около часа!
pf настроен как allow from any to any и nat

опирался на статью "Установка VPN сервера mpd5 + сжатие и шифрование" и "Настройка mpd5 L2TP"

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

startup:
        set user foo bar admin
        set user foo1 bar1
        set console self 127.0.0.1 5005
        set console open
        set web self 0.0.0.0 5006
        set web open
default:
        load l2tp_server
l2tp_server:
# Создаем диапазон присваиваемых IP адрессов.
# Define dynamic IP address pool.
        set ippool add pool1 10.10.1.100 10.10.1.120

# Create clonable bundle template named B
        create bundle template B
        set iface enable proxy-arp
        set iface idle 0
        set iface enable tcpmssfix
        set ipcp yes vjcomp
# Specify IP address pool for dynamic assigment.
        set ipcp ranges 10.10.100.1/24 ippool pool1
        set ipcp dns 10.10.1.1
# The five lines below enable Microsoft Point-to-Point encryption
# (MPPE) using the ng_mppc(8) netgraph node type.
        set bundle enable compression
        set ccp yes mppc
        set mppc yes e40
        set mppc yes e128
        set mppc yes stateless
# Create clonable link template named L
        create link template L l2tp
# Set bundle template to use
        set link action bundle B
# Multilink adds some overhead, but gives full 1500 MTU.
        set link enable multilink
        set link yes acfcomp protocomp
        set link no pap chap
        set link enable chap
        set link enable chap-msv1
set link enable chap-msv2
        set link keep-alive 10 60
# We reducing link mtu to avoid GRE packet fragmentation
        set link mtu 1460
# Configure l2tp
# IP адресс нашего VPN сервера. (Собственно адресс машины с фряхой)
        set l2tp self 1.2.3.4
# Allow to accept calls
        set link enable incoming
        log +all
лог:

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

Aug  7 01:59:38  mpd: EVENT: Processing event EVENT_READ LinkNgDataEvent()
Aug  7 01:59:38  mpd: [B-1] rec'd 10 bytes bypass frame link=0 proto=0x80fd
Aug  7 01:59:38  mpd:     01 04 00 0a 12 06 01 00 00 01                    ..........
Aug  7 01:59:38  mpd: [B-1] CCP: rec'd Configure Request #4 (Req-Sent)
Aug  7 01:59:38  mpd: [B-1]   MPPC
Aug  7 01:59:38  mpd: [B-1]     0x01000001:MPPC, stateless
Aug  7 01:59:38  mpd: [B-1] CCP: SendConfigNak #4
Aug  7 01:59:38  mpd: [B-1]   MPPC
Aug  7 01:59:38  mpd: [B-1]     0x01000060:MPPE(40, 128 bits), stateless
Aug  7 01:59:38  mpd: [B-1] xmit bypass frame link=-1 proto=0x80fd
Aug  7 01:59:38  mpd:     ff ff 80 fd 03 04 00 0a 12 06 01 00 00 60        .............`
Aug  7 01:59:38  mpd: EVENT: Processing event EVENT_READ LinkNgDataEvent() done
Aug  7 01:59:38  mpd: EVENT: Processing event EVENT_READ LinkNgDataEvent()
Aug  7 01:59:38  mpd: [B-1] rec'd 34 bytes bypass frame link=0 proto=0x8021
Aug  7 01:59:38  mpd:     01 05 00 22 03 06 00 00 00 00 81 06 00 00 00 00  ..."............
Aug  7 01:59:38  mpd:     82 06 00 00 00 00 83 06 00 00 00 00 84 06 00 00  ................
Aug  7 01:59:38  mpd:     00 00                                            ..
Aug  7 01:59:38  mpd: [B-1] IPCP: rec'd Configure Request #5 (Req-Sent)
Aug  7 01:59:38  mpd: [B-1]   IPADDR 0.0.0.0
Aug  7 01:59:38  mpd: [B-1]     NAKing with 10.10.1.100
Aug  7 01:59:38  mpd: [B-1]   PRIDNS 0.0.0.0
Aug  7 01:59:38  mpd: [B-1]     NAKing with 10.10.1.1
Aug  7 01:59:38  mpd: [B-1]   PRINBNS 0.0.0.0
Aug  7 01:59:38  mpd: [B-1]   SECDNS 0.0.0.0
Aug  7 01:59:38  mpd: [B-1]   SECNBNS 0.0.0.0
Aug  7 01:59:38  mpd: [B-1] IPCP: SendConfigRej #5
Aug  7 01:59:38  mpd: [B-1]   PRINBNS 0.0.0.0
Aug  7 01:59:38  mpd: [B-1]   SECDNS 0.0.0.0
Aug  7 01:59:38  mpd: [B-1]   SECNBNS 0.0.0.0
Aug  7 01:59:38  mpd: [B-1] xmit bypass frame link=-1 proto=0x8021
Aug  7 01:59:38  mpd:     ff ff 80 21 04 05 00 16 82 06 00 00 00 00 83 06  ...!............
Aug  7 01:59:38  mpd:     00 00 00 00 84 06 00 00 00 00                    ..........
Aug  7 01:59:38  mpd: EVENT: Processing event EVENT_READ LinkNgDataEvent() done
Aug  7 01:59:38  mpd: EVENT: Processing event EVENT_READ LinkNgDataEvent()
Aug  7 01:59:38  mpd: [B-1] rec'd 10 bytes bypass frame link=0 proto=0x8021
Aug  7 01:59:38  mpd:     04 01 00 0a 02 06 00 2d 0f 00                    .......-..
Aug  7 01:59:38  mpd: [B-1] IPCP: rec'd Configure Reject #1 (Req-Sent)
Aug  7 01:59:38  mpd: [B-1]   COMPPROTO VJCOMP, 16 comp. channels, no comp-cid
Aug  7 01:59:38  mpd: EVENT: Stopping timer "IPCP" FsmTimeout() at fsm.c:531
Aug  7 01:59:38  mpd: EVENT: Unregistering event EVENT_TIMEOUT TimerExpires() at timer.c:83
Aug  7 01:59:38  mpd: EVENT: Unregistering event EVENT_TIMEOUT TimerExpires() done at timer.c:83
Aug  7 01:59:38  mpd: [B-1] IPCP: SendConfigReq #2
Aug  7 01:59:38  mpd: [B-1]   IPADDR 10.10.100.1
Aug  7 01:59:38  mpd: [B-1] xmit bypass frame link=-1 proto=0x8021
Aug  7 01:59:38  mpd:     ff ff 80 21 01 02 00 0a 03 06 0a 0a 64 01        ...!........d.
Aug  7 01:59:38  mpd: EVENT: Starting timer "IPCP" FsmTimeout() for 2000 ms at fsm.c:426
Aug  7 01:59:38  mpd: EVENT: Registering event EVENT_TIMEOUT TimerExpires() at timer.c:50
Aug  7 01:59:38  mpd: EVENT: Registering event EVENT_TIMEOUT TimerExpires() done at timer.c:50
Aug  7 01:59:38  mpd: [B-1] rec'd 10 bytes bypass frame link=0 proto=0x80fd
Aug  7 01:59:38  mpd:     03 01 00 0a 12 06 01 00 00 40                    .........@
Aug  7 01:59:38  mpd: [B-1] CCP: rec'd Configure Nak #1 (Req-Sent)
Aug  7 01:59:38  mpd: [B-1]   MPPC
Aug  7 01:59:38  mpd: [B-1]     0x01000040:MPPE(128 bits), stateless
Aug  7 01:59:38  mpd: EVENT: Stopping timer "CCP" FsmTimeout() at fsm.c:531
Aug  7 01:59:38  mpd: EVENT: Unregistering event EVENT_TIMEOUT TimerExpires() at timer.c:83
Aug  7 01:59:38  mpd: EVENT: Unregistering event EVENT_TIMEOUT TimerExpires() done at timer.c:83
Aug  7 01:59:38  mpd: [B-1] CCP: SendConfigReq #2
Aug  7 01:59:38  mpd: [B-1]   MPPC
Aug  7 01:59:38  mpd: [B-1]     0x01000040:MPPE(128 bits), stateless
Aug  7 01:59:38  mpd: [B-1] xmit bypass frame link=-1 proto=0x80fd
Aug  7 01:59:38  mpd:     ff ff 80 fd 01 02 00 0a 12 06 01 00 00 40        .............@
Aug  7 01:59:38  mpd: EVENT: Starting timer "CCP" FsmTimeout() for 2000 ms at fsm.c:426
Aug  7 01:59:38  mpd: EVENT: Registering event EVENT_TIMEOUT TimerExpires() at timer.c:50
Aug  7 01:59:38  mpd: EVENT: Registering event EVENT_TIMEOUT TimerExpires() done at timer.c:50
Aug  7 01:59:38  mpd: EVENT: Processing event EVENT_READ LinkNgDataEvent() done
Aug  7 01:59:38  mpd: EVENT: Processing event EVENT_READ LinkNgDataEvent()
Aug  7 01:59:38  mpd: [B-1] rec'd 10 bytes bypass frame link=0 proto=0x80fd
Aug  7 01:59:38  mpd:     01 06 00 0a 12 06 01 00 00 40                    .........@
Aug  7 01:59:38  mpd: [B-1] CCP: rec'd Configure Request #6 (Req-Sent)
Aug  7 01:59:38  mpd: [B-1]   MPPC
Aug  7 01:59:38  mpd: [B-1]     0x01000040:MPPE(128 bits), stateless
Aug  7 01:59:38  mpd: [B-1] CCP: SendConfigAck #6
Aug  7 01:59:38  mpd: [B-1]   MPPC
Aug  7 01:59:38  mpd: [B-1]     0x01000040:MPPE(128 bits), stateless
Aug  7 01:59:38  mpd: [B-1] xmit bypass frame link=-1 proto=0x80fd
Aug  7 01:59:38  mpd:     ff ff 80 fd 02 06 00 0a 12 06 01 00 00 40        .............@
Aug  7 01:59:38  mpd: [B-1] CCP: state change Req-Sent --> Ack-Sent
Aug  7 01:59:38  mpd: [B-1] rec'd 16 bytes bypass frame link=0 proto=0x8021
Aug  7 01:59:38  mpd:     01 07 00 10 03 06 00 00 00 00 81 06 00 00 00 00  ................
Aug  7 01:59:38  mpd: [B-1] IPCP: rec'd Configure Request #7 (Req-Sent)
Aug  7 01:59:38  mpd: [B-1]   IPADDR 0.0.0.0
Aug  7 01:59:38  mpd: [B-1]     NAKing with 10.10.1.100
Aug  7 01:59:38  mpd: [B-1]   PRIDNS 0.0.0.0
Aug  7 01:59:38  mpd: [B-1]     NAKing with 10.10.1.1
Aug  7 01:59:38  mpd: [B-1] IPCP: SendConfigNak #7
Aug  7 01:59:38  mpd: [B-1]   IPADDR 10.10.1.100
Aug  7 01:59:38  mpd: [B-1]   PRIDNS 10.10.1.1
Aug  7 01:59:38  mpd: [B-1] xmit bypass frame link=-1 proto=0x8021
Aug  7 01:59:38  mpd:     ff ff 80 21 03 07 00 10 03 06 0a 0a 01 64 81 06  ...!.........d..
Aug  7 01:59:38  mpd:     0a 0a 01 01                                      ....
Aug  7 01:59:38  mpd: EVENT: Processing event EVENT_READ LinkNgDataEvent() done
Aug  7 01:59:38  mpd: EVENT: Processing event EVENT_READ LinkNgDataEvent()
Aug  7 01:59:38  mpd: [B-1] rec'd 10 bytes bypass frame link=0 proto=0x8021
Aug  7 01:59:38  mpd:     02 02 00 0a 03 06 0a 0a 64 01                    ........d.
Aug  7 01:59:38  mpd: [B-1] IPCP: rec'd Configure Ack #2 (Req-Sent)
Aug  7 01:59:38  mpd: [B-1]   IPADDR 10.10.100.1
Aug  7 01:59:38  mpd: [B-1] IPCP: state change Req-Sent --> Ack-Rcvd
Aug  7 01:59:38  mpd: EVENT: Stopping timer "IPCP" FsmTimeout() at fsm.c:531
Aug  7 01:59:38  mpd: EVENT: Unregistering event EVENT_TIMEOUT TimerExpires() at timer.c:83
Aug  7 01:59:38  mpd: EVENT: Unregistering event EVENT_TIMEOUT TimerExpires() done at timer.c:83
Aug  7 01:59:38  mpd: EVENT: Starting timer "IPCP" FsmTimeout() for 2000 ms at fsm.c:683
Aug  7 01:59:38  mpd: EVENT: Registering event EVENT_TIMEOUT TimerExpires() at timer.c:50
Aug  7 01:59:38  mpd: EVENT: Registering event EVENT_TIMEOUT TimerExpires() done at timer.c:50
Aug  7 01:59:38  mpd: [B-1] rec'd 10 bytes bypass frame link=0 proto=0x80fd
Aug  7 01:59:38  mpd:     02 02 00 0a 12 06 01 00 00 40                    .........@
Aug  7 01:59:38  mpd: [B-1] CCP: rec'd Configure Ack #2 (Ack-Sent)
Aug  7 01:59:38  mpd: [B-1]   MPPC
Aug  7 01:59:38  mpd: [B-1]     0x01000040:MPPE(128 bits), stateless
Aug  7 01:59:38  mpd: [B-1] CCP: state change Ack-Sent --> Opened
Aug  7 01:59:38  mpd: EVENT: Stopping timer "CCP" FsmTimeout() at fsm.c:190
Aug  7 01:59:38  mpd: EVENT: Unregistering event EVENT_TIMEOUT TimerExpires() at timer.c:83
Aug  7 01:59:38  mpd: EVENT: Unregistering event EVENT_TIMEOUT TimerExpires() done at timer.c:83
Aug  7 01:59:38  mpd: EVENT: Stopping timer "CCP" FsmTimeout() at fsm.c:531
Aug  7 01:59:38  mpd: [B-1] CCP: LayerUp
Aug  7 01:59:38  mpd: [B-1] CCP: Compress using: mppc (MPPE(128 bits), stateless)
Aug  7 01:59:38  mpd: [B-1] CCP: Decompress using: mppc (MPPE(128 bits), stateless)
Aug  7 01:59:38  mpd: [B-1] IFACE: setting ng0 MTU to 1396 bytes
Aug  7 01:59:38  mpd: EVENT: Processing event EVENT_READ LinkNgDataEvent() done
Aug  7 01:59:39  mpd: EVENT: Processing event EVENT_READ LinkNgDataEvent()
Aug  7 01:59:39  mpd: [B-1] rec'd 16 bytes bypass frame link=0 proto=0x8021
Aug  7 01:59:39  mpd:     01 08 00 10 03 06 0a 0a 01 64 81 06 0a 0a 01 01  .........d......
Aug  7 01:59:39  mpd: [B-1] IPCP: rec'd Configure Request #8 (Ack-Rcvd)
Aug  7 01:59:39  mpd: [B-1]   IPADDR 10.10.1.100
Aug  7 01:59:39  mpd: [B-1]     10.10.1.100 is OK
Aug  7 01:59:39  mpd: [B-1]   PRIDNS 10.10.1.1
Aug  7 01:59:39  mpd: [B-1] IPCP: SendConfigAck #8
Aug  7 01:59:39  mpd: [B-1]   IPADDR 10.10.1.100
Aug  7 01:59:39  mpd: [B-1]   PRIDNS 10.10.1.1
Aug  7 01:59:39  mpd: [B-1] xmit bypass frame link=-1 proto=0x8021
Aug  7 01:59:39  mpd:     ff ff 80 21 02 08 00 10 03 06 0a 0a 01 64 81 06  ...!.........d..
Aug  7 01:59:39  mpd:     0a 0a 01 01                                      ....
Aug  7 01:59:39  mpd: [B-1] IPCP: state change Ack-Rcvd --> Opened
Aug  7 01:59:39  mpd: EVENT: Stopping timer "IPCP" FsmTimeout() at fsm.c:190
Aug  7 01:59:39  mpd: EVENT: Unregistering event EVENT_TIMEOUT TimerExpires() at timer.c:83
Aug  7 01:59:39  mpd: EVENT: Unregistering event EVENT_TIMEOUT TimerExpires() done at timer.c:83
Aug  7 01:59:39  mpd: [B-1] IPCP: LayerUp
Aug  7 01:59:39  mpd: [B-1]   10.10.100.1 -> 10.10.1.100
Aug  7 01:59:39  mpd: [B-1] IFACE: Connecting tcpmssfix
Aug  7 01:59:39  mpd: [B-1] IFACE: Add address 10.10.100.1/32->10.10.1.100 to ng0
Aug  7 01:59:39  mpd: [B-1] exec: /usr/sbin/arp -S 10.10.1.100 0:c0:df:a:e8:9c pub
Aug  7 01:59:39  mpd: [B-1] IFACE: Up event
Aug  7 01:59:39  mpd: [B-1] IFACE: Change interface flags: -0 +1
Aug  7 01:59:39  mpd: EVENT: Processing event EVENT_READ LinkNgDataEvent() done
Aug  7 01:59:48  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 01:59:48  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 01:59:48  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 01:59:48  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 01:59:58  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 01:59:58  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 01:59:58  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 01:59:58  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:00:08  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:00:08  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:00:08  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:00:08  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:00:18  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:00:18  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:00:18  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:00:18  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:00:28  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:00:28  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:00:28  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:00:28  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:00:38  mpd: L2TP: XMIT [MESSAGE_TYPE HELLO]
Aug  7 02:00:38  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:00:38  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:00:38  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:00:38  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:00:48  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:00:48  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:00:48  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:00:48  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:00:58  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:00:58  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:00:58  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:00:58  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:01:08  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:01:08  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:01:08  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:01:08  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:01:18  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:01:18  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:01:18  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:01:18  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:01:28  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:01:28  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:01:28  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:01:28  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:01:38  mpd: L2TP: XMIT [MESSAGE_TYPE HELLO]
Aug  7 02:01:38  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:01:38  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:01:38  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:01:38  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:01:48  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:01:48  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:01:48  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:01:48  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:01:58  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:01:58  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:01:58  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:01:58  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:02:08  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:02:08  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:02:08  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:02:08  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:02:18  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:02:18  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:02:18  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:02:18  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:02:28  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:02:28  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:02:28  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:02:28  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:02:38  mpd: L2TP: XMIT [MESSAGE_TYPE HELLO]
Aug  7 02:02:38  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:02:38  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:02:38  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:02:38  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:02:48  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:02:48  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:02:48  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:02:48  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:02:58  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:02:58  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:02:58  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:02:58  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
Aug  7 02:03:08  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires()
Aug  7 02:03:08  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout()
Aug  7 02:03:08  mpd: EVENT: Processing timer "FsmKeepAlive" FsmEchoTimeout() done
Aug  7 02:03:08  mpd: EVENT: Processing event EVENT_TIMEOUT TimerExpires() done
p.s. Утро вечера мудренее!))

Хостинговая компания 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/

balamut
рядовой
Сообщения: 33
Зарегистрирован: 2010-11-25 11:34:43

Re: mpd5 + l2tp

Непрочитанное сообщение balamut » 2012-08-07 6:42:47

Щас работает.....может где то плохое соединение?теряются udp?

Прошло 5 митут....линка нет...

chipset
мл. сержант
Сообщения: 113
Зарегистрирован: 2012-05-12 11:24:30

Re: mpd5 + l2tp

Непрочитанное сообщение chipset » 2012-08-07 6:50:46

Надо попробовать твой конфиг с l2tp всеравно хотел его настроить. А пока работает на pptp проблем нету.

balamut
рядовой
Сообщения: 33
Зарегистрирован: 2010-11-25 11:34:43

Re: mpd5 + l2tp

Непрочитанное сообщение balamut » 2012-08-07 8:05:49

по ходу дело было в неком чуде zyxel p330w)))я отключил вот такую штуку:

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

Denial of Service
A "denial-of-service" (DoS) attack is characterized by an explicit attempt by hackers to prevent legitimate users of a service from using that service.

Еще отпишусь в течении дня...

p.s. Давно уже хочу его поменять....

balamut
рядовой
Сообщения: 33
Зарегистрирован: 2010-11-25 11:34:43

Re: mpd5 + l2tp

Непрочитанное сообщение balamut » 2012-08-09 7:55:46

все работает!Рутер парил мозги))Спасибо всем за участие!