я подключаюсь к серву, все пингуется, как только даю нагрузку т.е. захожу 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