DragonFly BSD
DragonFly users List (threaded) for 2006-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

ppp trouble


From: DMoL <master_temp@xxxxxx>
Date: Sat, 21 Jan 2006 15:47:25 +0200

Hi all.
I have home LAN and I wish connect to IPS via adsl-modem (default_router="192.168.102.253"). My ip is 192.168.102.112.



/etc/ppp/ppp.conf default: set log All ident user-ppp VERSION (built COMPILATIONDATE) add 0 0 HISADDR

aichyna:
  set device 217.21.51.32:1723/tcp
  set authname DMoL
  set authkey ****
  set dial
  set login
  disable deflate pred1
  deny deflate pred1
  enable MPPE                                    # With encryption
  accept MPPE
  enable PAP
  enable MSCHAPv2
  enable chap
  enable MSCHAP
  accept LANMan
  add 10.5.9.0/24 HISADDR

/var/log/ppp.log
Jan 20 23:13:23 BlackChains ppp[670]: Phase: Using interface: tun0
Jan 20 23:13:23 BlackChains ppp[670]: Phase: deflink: Created in closed state
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: default: ident user-ppp VERSION (built COMPILATIONDATE)
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: default: add 0 0 HISADDR
Jan 20 23:13:23 BlackChains ppp[670]: tun0: ID0: 9 = socket(17, 3, 0)
Jan 20 23:13:23 BlackChains ppp[670]: tun0: ID0: 0x28329940 = fopen("/etc/ppp/ppp.conf", "r")
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Debug: ReadSystem: Checking aichyna (/etc/ppp/ppp.conf).
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: set device 217.21.51.32:1723/tcp
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: set authname aaa
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: set authkey ********
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: set dial
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: set login
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: disable deflate pred1
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: deny deflate pred1
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: enable MPPE
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: accept MPPE
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: enable PAP
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: enable MSCHAPv2
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: enable chap
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: enable MSCHAP
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: accept LANMan
Jan 20 23:13:23 BlackChains ppp[670]: tun0: Command: aichyna: add 10.5.9.0/24 HISADDR
Jan 20 23:13:23 BlackChains ppp[670]: tun0: ID0: 9 = socket(17, 3, 0)
Jan 20 23:13:23 BlackChains ppp[671]: tun0: ID0: 0x28329940 = fopen("/var/run/tun0.pid", "w")
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Phase: PPP Started (background mode).
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Phase: bundle: Establish
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Phase: deflink: closed -> opening
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Phase: deflink: Connecting to 217.21.51.32:1723/tcp
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Debug: deflink: Opened tcp socket 217.21.51.32:1723/tcp
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068]
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Phase: deflink: Connected!
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Phase: deflink: opening -> dial
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Chat: deflink: Dial attempt 1 of 1
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Phase: deflink: dial -> carrier
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Phase: deflink: carrier -> login
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Phase: deflink: login -> lcp
Jan 20 23:13:23 BlackChains ppp[671]: tun0: LCP: FSM: Using "deflink" as a transport
Jan 20 23:13:23 BlackChains ppp[671]: tun0: LCP: deflink: State change Initial --> Closed
Jan 20 23:13:23 BlackChains ppp[671]: tun0: LCP: deflink: State change Closed --> Stopped
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting LCP openmode timer[0x80c015c] before physical throughput timer[0x80c0068], delta = 10
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:23 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Timer: LCP openmode timer[0x80c015c]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068]
Jan 20 23:13:24 BlackChains ppp[671]: tun0: LCP: deflink: LayerStart
Jan 20 23:13:24 BlackChains ppp[671]: tun0: LCP: deflink: SendConfigReq(1) state = Stopped
Jan 20 23:13:24 BlackChains ppp[671]: tun0: LCP: ACFCOMP[2]
Jan 20 23:13:24 BlackChains ppp[671]: tun0: LCP: PROTOCOMP[2]
Jan 20 23:13:24 BlackChains ppp[671]: tun0: LCP: ACCMAP[6] 0x00000000
Jan 20 23:13:24 BlackChains ppp[671]: tun0: LCP: MRU[4] 1500
Jan 20 23:13:24 BlackChains ppp[671]: tun0: LCP: MAGICNUM[6] 0x2dc73933
Jan 20 23:13:24 BlackChains ppp[671]: tun0: LCP: AUTHPROTO[5] 0xc223 (CHAP 0x05)
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Debug: fsm_Output
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Debug: 01 01 00 1d 08 02 07 02 02 06 00 00 00 00 01 04 ................
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Debug: 05 dc 05 06 2d c7 39 33 03 05 c2 23 05 ....-.93...#.
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Debug: proto_LayerPush: Using 0xc021
Jan 20 23:13:24 BlackChains ppp[671]: tun0: HDLC: hdlc_Output
Jan 20 23:13:24 BlackChains ppp[671]: tun0: HDLC: ff 03 c0 21 01 01 00 1d 08 02 07 02 02 06 00 00 ...!............
Jan 20 23:13:24 BlackChains ppp[671]: tun0: HDLC: 00 00 01 04 05 dc 05 06 2d c7 39 33 03 05 c2 23 ........-.93...#
Jan 20 23:13:24 BlackChains ppp[671]: tun0: HDLC: 05 7b 0d .{.
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Async: Write
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Async: 7e ff 7d 23 c0 21 7d 21 7d 21 7d 20 7d 3d 7d 28 ~.}#.!}!}!} }=}(
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Async: 7d 22 7d 27 7d 22 7d 22 7d 26 7d 20 7d 20 7d 20 }"}'}"}"}&} } }
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Async: 7d 20 7d 21 7d 24 7d 25 dc 7d 25 7d 26 2d c7 39 } }!}$}%.}%}&-.9
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Async: 33 7d 23 7d 25 c2 23 7d 25 7b 7d 2d 7e 3}#}%.#}%{}-~
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Debug: link_PushPacket: Transmit proto 0xc021
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Debug: m_enqueue: len = 1
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting LCP restart timer[0x80c013c]
Jan 20 23:13:24 BlackChains ppp[671]: tun0: LCP: deflink: State change Stopped --> Req-Sent
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Timer: deflink: fdset(w) 0
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Timer: Select returns 1
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Debug: m_dequeue: queue len = 1
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Debug: link_Dequeue: Dequeued from queue 1, containing 0 more packets
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Physical: write
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Physical: 7e ff 7d 23 c0 21 7d 21 7d 21 7d 20 7d 3d 7d 28 ~.}#.!}!}!} }=}(
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Physical: 7d 22 7d 27 7d 22 7d 22 7d 26 7d 20 7d 20 7d 20 }"}'}"}"}&} } }
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Physical: 7d 20 7d 21 7d 24 7d 25 dc 7d 25 7d 26 2d c7 39 } }!}$}%.}%}&-.9
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Physical: 33 7d 23 7d 25 c2 23 7d 25 7b 7d 2d 7e 3}#}%.#}%{}-~
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Debug: deflink: DescriptorWrite: wrote 61(61) to 0
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:24 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:25 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:25 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:25 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:25 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 2.00s, state = running
Jan 20 23:13:25 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:25 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:25 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:25 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:26 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:26 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:26 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:26 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 1.00s, state = running
Jan 20 23:13:26 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:26 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:26 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:26 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 0.00s, state = running
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:27 BlackChains ppp[671]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent
Jan 20 23:13:27 BlackChains ppp[671]: tun0: LCP: ACFCOMP[2]
Jan 20 23:13:27 BlackChains ppp[671]: tun0: LCP: PROTOCOMP[2]
Jan 20 23:13:27 BlackChains ppp[671]: tun0: LCP: ACCMAP[6] 0x00000000
Jan 20 23:13:27 BlackChains ppp[671]: tun0: LCP: MRU[4] 1500
Jan 20 23:13:27 BlackChains ppp[671]: tun0: LCP: MAGICNUM[6] 0x2dc73933
Jan 20 23:13:27 BlackChains ppp[671]: tun0: LCP: AUTHPROTO[5] 0xc223 (CHAP 0x05)
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Debug: fsm_Output
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Debug: 01 01 00 1d 08 02 07 02 02 06 00 00 00 00 01 04 ................
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Debug: 05 dc 05 06 2d c7 39 33 03 05 c2 23 05 ....-.93...#.
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Debug: proto_LayerPush: Using 0xc021
Jan 20 23:13:27 BlackChains ppp[671]: tun0: HDLC: hdlc_Output
Jan 20 23:13:27 BlackChains ppp[671]: tun0: HDLC: ff 03 c0 21 01 01 00 1d 08 02 07 02 02 06 00 00 ...!............
Jan 20 23:13:27 BlackChains ppp[671]: tun0: HDLC: 00 00 01 04 05 dc 05 06 2d c7 39 33 03 05 c2 23 ........-.93...#
Jan 20 23:13:27 BlackChains ppp[671]: tun0: HDLC: 05 7b 0d .{.
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Async: Write
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Async: 7e ff 7d 23 c0 21 7d 21 7d 21 7d 20 7d 3d 7d 28 ~.}#.!}!}!} }=}(
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Async: 7d 22 7d 27 7d 22 7d 22 7d 26 7d 20 7d 20 7d 20 }"}'}"}"}&} } }
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Async: 7d 20 7d 21 7d 24 7d 25 dc 7d 25 7d 26 2d c7 39 } }!}$}%.}%}&-.9
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Async: 33 7d 23 7d 25 c2 23 7d 25 7b 7d 2d 7e 3}#}%.#}%{}-~
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Debug: link_PushPacket: Transmit proto 0xc021
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Debug: m_enqueue: len = 1
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting LCP restart timer[0x80c013c]
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting LCP restart timer[0x80c013c]
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: deflink: fdset(w) 0
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: Select returns 1
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Debug: m_dequeue: queue len = 1
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Debug: link_Dequeue: Dequeued from queue 1, containing 0 more packets
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Physical: write
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Physical: 7e ff 7d 23 c0 21 7d 21 7d 21 7d 20 7d 3d 7d 28 ~.}#.!}!}!} }=}(
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Physical: 7d 22 7d 27 7d 22 7d 22 7d 26 7d 20 7d 20 7d 20 }"}'}"}"}&} } }
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Physical: 7d 20 7d 21 7d 24 7d 25 dc 7d 25 7d 26 2d c7 39 } }!}$}%.}%}&-.9
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Physical: 33 7d 23 7d 25 c2 23 7d 25 7b 7d 2d 7e 3}#}%.#}%{}-~
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Debug: deflink: DescriptorWrite: wrote 61(61) to 0
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:27 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:28 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:28 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:28 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:28 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 2.00s, state = running
Jan 20 23:13:28 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:28 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:28 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:28 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:29 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:29 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:29 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:29 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 1.00s, state = running
Jan 20 23:13:29 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:29 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:29 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:29 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 0.00s, state = running
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:30 BlackChains ppp[671]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent
Jan 20 23:13:30 BlackChains ppp[671]: tun0: LCP: ACFCOMP[2]
Jan 20 23:13:30 BlackChains ppp[671]: tun0: LCP: PROTOCOMP[2]
Jan 20 23:13:30 BlackChains ppp[671]: tun0: LCP: ACCMAP[6] 0x00000000
Jan 20 23:13:30 BlackChains ppp[671]: tun0: LCP: MRU[4] 1500
Jan 20 23:13:30 BlackChains ppp[671]: tun0: LCP: MAGICNUM[6] 0x2dc73933
Jan 20 23:13:30 BlackChains ppp[671]: tun0: LCP: AUTHPROTO[5] 0xc223 (CHAP 0x05)
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Debug: fsm_Output
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Debug: 01 01 00 1d 08 02 07 02 02 06 00 00 00 00 01 04 ................
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Debug: 05 dc 05 06 2d c7 39 33 03 05 c2 23 05 ....-.93...#.
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Debug: proto_LayerPush: Using 0xc021
Jan 20 23:13:30 BlackChains ppp[671]: tun0: HDLC: hdlc_Output
Jan 20 23:13:30 BlackChains ppp[671]: tun0: HDLC: ff 03 c0 21 01 01 00 1d 08 02 07 02 02 06 00 00 ...!............
Jan 20 23:13:30 BlackChains ppp[671]: tun0: HDLC: 00 00 01 04 05 dc 05 06 2d c7 39 33 03 05 c2 23 ........-.93...#
Jan 20 23:13:30 BlackChains ppp[671]: tun0: HDLC: 05 7b 0d .{.
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Async: Write
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Async: 7e ff 7d 23 c0 21 7d 21 7d 21 7d 20 7d 3d 7d 28 ~.}#.!}!}!} }=}(
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Async: 7d 22 7d 27 7d 22 7d 22 7d 26 7d 20 7d 20 7d 20 }"}'}"}"}&} } }
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Async: 7d 20 7d 21 7d 24 7d 25 dc 7d 25 7d 26 2d c7 39 } }!}$}%.}%}&-.9
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Async: 33 7d 23 7d 25 c2 23 7d 25 7b 7d 2d 7e 3}#}%.#}%{}-~
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Debug: link_PushPacket: Transmit proto 0xc021
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Debug: m_enqueue: len = 1
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting LCP restart timer[0x80c013c]
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting LCP restart timer[0x80c013c]
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: deflink: fdset(w) 0
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: Select returns 1
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Debug: m_dequeue: queue len = 1
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Debug: link_Dequeue: Dequeued from queue 1, containing 0 more packets
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Physical: write
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Physical: 7e ff 7d 23 c0 21 7d 21 7d 21 7d 20 7d 3d 7d 28 ~.}#.!}!}!} }=}(
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Physical: 7d 22 7d 27 7d 22 7d 22 7d 26 7d 20 7d 20 7d 20 }"}'}"}"}&} } }
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Physical: 7d 20 7d 21 7d 24 7d 25 dc 7d 25 7d 26 2d c7 39 } }!}$}%.}%}&-.9
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Physical: 33 7d 23 7d 25 c2 23 7d 25 7b 7d 2d 7e 3}#}%.#}%{}-~
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Debug: deflink: DescriptorWrite: wrote 61(61) to 0
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:30 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:31 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:31 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:31 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:31 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 2.00s, state = running
Jan 20 23:13:31 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:31 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:31 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:31 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:32 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:32 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:32 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:32 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 1.00s, state = running
Jan 20 23:13:32 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:32 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:32 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:32 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 0.00s, state = running
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:33 BlackChains ppp[671]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent
Jan 20 23:13:33 BlackChains ppp[671]: tun0: LCP: ACFCOMP[2]
Jan 20 23:13:33 BlackChains ppp[671]: tun0: LCP: PROTOCOMP[2]
Jan 20 23:13:33 BlackChains ppp[671]: tun0: LCP: ACCMAP[6] 0x00000000
Jan 20 23:13:33 BlackChains ppp[671]: tun0: LCP: MRU[4] 1500
Jan 20 23:13:33 BlackChains ppp[671]: tun0: LCP: MAGICNUM[6] 0x2dc73933
Jan 20 23:13:33 BlackChains ppp[671]: tun0: LCP: AUTHPROTO[5] 0xc223 (CHAP 0x05)
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Debug: fsm_Output
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Debug: 01 01 00 1d 08 02 07 02 02 06 00 00 00 00 01 04 ................
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Debug: 05 dc 05 06 2d c7 39 33 03 05 c2 23 05 ....-.93...#.
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Debug: proto_LayerPush: Using 0xc021
Jan 20 23:13:33 BlackChains ppp[671]: tun0: HDLC: hdlc_Output
Jan 20 23:13:33 BlackChains ppp[671]: tun0: HDLC: ff 03 c0 21 01 01 00 1d 08 02 07 02 02 06 00 00 ...!............
Jan 20 23:13:33 BlackChains ppp[671]: tun0: HDLC: 00 00 01 04 05 dc 05 06 2d c7 39 33 03 05 c2 23 ........-.93...#
Jan 20 23:13:33 BlackChains ppp[671]: tun0: HDLC: 05 7b 0d .{.
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Async: Write
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Async: 7e ff 7d 23 c0 21 7d 21 7d 21 7d 20 7d 3d 7d 28 ~.}#.!}!}!} }=}(
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Async: 7d 22 7d 27 7d 22 7d 22 7d 26 7d 20 7d 20 7d 20 }"}'}"}"}&} } }
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Async: 7d 20 7d 21 7d 24 7d 25 dc 7d 25 7d 26 2d c7 39 } }!}$}%.}%}&-.9
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Async: 33 7d 23 7d 25 c2 23 7d 25 7b 7d 2d 7e 3}#}%.#}%{}-~
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Debug: link_PushPacket: Transmit proto 0xc021
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Debug: m_enqueue: len = 1
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting LCP restart timer[0x80c013c]
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting LCP restart timer[0x80c013c]
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: deflink: fdset(w) 0
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: Select returns 1
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Debug: m_dequeue: queue len = 1
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Debug: link_Dequeue: Dequeued from queue 1, containing 0 more packets
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Physical: write
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Physical: 7e ff 7d 23 c0 21 7d 21 7d 21 7d 20 7d 3d 7d 28 ~.}#.!}!}!} }=}(
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Physical: 7d 22 7d 27 7d 22 7d 22 7d 26 7d 20 7d 20 7d 20 }"}'}"}"}&} } }
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Physical: 7d 20 7d 21 7d 24 7d 25 dc 7d 25 7d 26 2d c7 39 } }!}$}%.}%}&-.9
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Physical: 33 7d 23 7d 25 c2 23 7d 25 7b 7d 2d 7e 3}#}%.#}%{}-~
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Debug: deflink: DescriptorWrite: wrote 61(61) to 0
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:33 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:34 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:34 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:34 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:34 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 2.00s, state = running
Jan 20 23:13:34 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:34 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:34 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:34 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:35 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:35 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:35 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:35 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 1.00s, state = running
Jan 20 23:13:35 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:35 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:35 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:35 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 0.00s, state = running
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:36 BlackChains ppp[671]: tun0: LCP: deflink: SendConfigReq(1) state = Req-Sent
Jan 20 23:13:36 BlackChains ppp[671]: tun0: LCP: ACFCOMP[2]
Jan 20 23:13:36 BlackChains ppp[671]: tun0: LCP: PROTOCOMP[2]
Jan 20 23:13:36 BlackChains ppp[671]: tun0: LCP: ACCMAP[6] 0x00000000
Jan 20 23:13:36 BlackChains ppp[671]: tun0: LCP: MRU[4] 1500
Jan 20 23:13:36 BlackChains ppp[671]: tun0: LCP: MAGICNUM[6] 0x2dc73933
Jan 20 23:13:36 BlackChains ppp[671]: tun0: LCP: AUTHPROTO[5] 0xc223 (CHAP 0x05)
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Debug: fsm_Output
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Debug: 01 01 00 1d 08 02 07 02 02 06 00 00 00 00 01 04 ................
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Debug: 05 dc 05 06 2d c7 39 33 03 05 c2 23 05 ....-.93...#.
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Debug: proto_LayerPush: Using 0xc021
Jan 20 23:13:36 BlackChains ppp[671]: tun0: HDLC: hdlc_Output
Jan 20 23:13:36 BlackChains ppp[671]: tun0: HDLC: ff 03 c0 21 01 01 00 1d 08 02 07 02 02 06 00 00 ...!............
Jan 20 23:13:36 BlackChains ppp[671]: tun0: HDLC: 00 00 01 04 05 dc 05 06 2d c7 39 33 03 05 c2 23 ........-.93...#
Jan 20 23:13:36 BlackChains ppp[671]: tun0: HDLC: 05 7b 0d .{.
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Async: Write
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Async: 7e ff 7d 23 c0 21 7d 21 7d 21 7d 20 7d 3d 7d 28 ~.}#.!}!}!} }=}(
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Async: 7d 22 7d 27 7d 22 7d 22 7d 26 7d 20 7d 20 7d 20 }"}'}"}"}&} } }
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Async: 7d 20 7d 21 7d 24 7d 25 dc 7d 25 7d 26 2d c7 39 } }!}$}%.}%}&-.9
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Async: 33 7d 23 7d 25 c2 23 7d 25 7b 7d 2d 7e 3}#}%.#}%{}-~
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Debug: link_PushPacket: Transmit proto 0xc021
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Debug: m_enqueue: len = 1
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting LCP restart timer[0x80c013c]
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting LCP restart timer[0x80c013c]
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: deflink: fdset(w) 0
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: Select returns 1
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Debug: m_dequeue: queue len = 1
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Debug: link_Dequeue: Dequeued from queue 1, containing 0 more packets
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Physical: write
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Physical: 7e ff 7d 23 c0 21 7d 21 7d 21 7d 20 7d 3d 7d 28 ~.}#.!}!}!} }=}(
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Physical: 7d 22 7d 27 7d 22 7d 22 7d 26 7d 20 7d 20 7d 20 }"}'}"}"}&} } }
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Physical: 7d 20 7d 21 7d 24 7d 25 dc 7d 25 7d 26 2d c7 39 } }!}$}%.}%}&-.9
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Physical: 33 7d 23 7d 25 c2 23 7d 25 7b 7d 2d 7e 3}#}%.#}%{}-~
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Debug: deflink: DescriptorWrite: wrote 61(61) to 0
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:36 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:37 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:37 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:37 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:37 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 2.00s, state = running
Jan 20 23:13:37 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:37 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:37 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:37 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:38 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:38 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:38 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:38 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 1.00s, state = running
Jan 20 23:13:38 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:38 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068] before LCP restart timer[0x80c013c], delta = 10
Jan 20 23:13:38 BlackChains ppp[671]: tun0: Timer: deflink: fdset(r) 0
Jan 20 23:13:38 BlackChains ppp[671]: tun0: Timer: deflink: fdset(e) 0
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Timer: Select returns -1
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Timer: ---- Begin of Timer Service List---
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Timer: physical throughput timer[0x80c0068]: freq = 1.00s, next = 0.00s, state = running
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Timer: LCP restart timer[0x80c013c]: freq = 3.00s, next = 0.00s, state = running
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Timer: ---- End of Timer Service List ---
Jan 20 23:13:39 BlackChains ppp[671]: tun0: LCP: deflink: LayerFinish
Jan 20 23:13:39 BlackChains ppp[671]: tun0: LCP: deflink: State change Req-Sent --> Stopped
Jan 20 23:13:39 BlackChains ppp[671]: tun0: LCP: deflink: State change Stopped --> Closed
Jan 20 23:13:39 BlackChains ppp[671]: tun0: LCP: deflink: State change Closed --> Initial
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Phase: deflink: Disconnected!
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Phase: deflink: lcp -> logout
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Timer: timer_Start: Inserting physical throughput timer[0x80c0068]
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Phase: deflink: logout -> hangup
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Phase: deflink: Disconnected!
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Debug: deflink: Close
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Phase: deflink: Connect time: 16 secs: 0 octets in, 305 octets out
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Phase: deflink: 0 packets in, 5 packets out
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Phase: total 19 bytes/sec, peak 24 bytes/sec on Fri Jan 20 23:13:27 2006
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Phase: deflink: hangup -> closed
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Debug: route_IfDelete (7)
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Debug: Found ff02:7::/32 fe80:7::200:11ff:fe00:956
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Debug: route_IfDelete: Skip it (pass 0)
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Debug: Found ff02:7::/32 fe80:7::200:11ff:fe00:956
Jan 20 23:13:39 BlackChains ppp[671]: tun0: ID0: 0 = socket(17, 3, 0)
Jan 20 23:13:39 BlackChains ppp[671]: tun0: ID0: 148 = write(0, data, 148)
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Debug: wrote 148: cmd = Delete, dst = ff02:7::/32, gateway = <none>
Jan 20 23:13:39 BlackChains ppp[671]: tun0: ID0: 0 = socket(2, 2, 0)
Jan 20 23:13:39 BlackChains ppp[671]: tun0: ID0: 0 = ioctl(0, 3223349521, 0xbfbff730)
Jan 20 23:13:39 BlackChains ppp[671]: tun0: ID0: 0 = ioctl(0, 2149607696, 0xbfbff730)
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Phase: bundle: Dead
Jan 20 23:13:39 BlackChains ppp[671]: tun0: ID0: 0 = ioctl(6, 2148037723, 0xbfbff820)
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Debug: route_UpdateMTU (7)
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Debug: DoLoop done.
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Phase: PPP Terminated (normal).
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Debug: route_IfDelete (7)
Jan 20 23:13:39 BlackChains ppp[671]: tun0: ID0: 0 = socket(2, 2, 0)
Jan 20 23:13:39 BlackChains ppp[671]: tun0: ID0: 0 = ioctl(0, 3223349521, 0xbfbff830)
Jan 20 23:13:39 BlackChains ppp[671]: tun0: ID0: 0 = ioctl(0, 2149607696, 0xbfbff830)
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Debug: Radius: radius_Destroy
Jan 20 23:13:39 BlackChains ppp[671]: tun0: ID0: 0 = unlink("/var/run/tun0.pid")
Jan 20 23:13:39 BlackChains ppp[671]: tun0: Chat: Parent notified of failure
Jan 20 23:13:39 BlackChains ppp[670]: tun0: Phase: Parent: Child failed (errdead)


Could anybody help me? Thanks for attention.



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]