Ook bij mij net als bij velen een VPN verbinding die na korte tijd verbroken wordt. Ik heb een Windows XP Pro SP2 machine achter een Medion draadloze router zitten die op zijn beurt het Speedtouch 510 modem gebruikt. De VPN verbinding komt prima tot stand, maar wordt na een paar minuten verbroken. Ik heb geprobeerd de machine met ping -t te pingen; de disconnect wordt hiermee uitgesteld maar niet vermeden, uiteindelijk wordt de PPP verbinding verbroken. Ik heb ook de PPP tracing even aangezet en (een gedeelte van) de log toegevoegd.
Iemand?
Iemand?
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
| [2696] 20:47:34:901: InsertInTimerQ called portid=0,Id=6,Protocol=8021,EventType=0,fAuth=0 [2584] 20:47:34:933: Packet received (24 bytes) for hPort 2 [2696] 20:47:34:933: >PPP packet received at 02/13/2006 19:47:34:933 [2696] 20:47:34:933: >Protocol = IPCP, Type = Configure-Ack, Length = 0x18, Id = 0x6, Port = 2 [2696] 20:47:34:933: >80 21 02 06 00 16 03 06 A9 FE 00 AD 81 06 A9 FE |.!..............| [2696] 20:47:34:933: >64 64 82 06 A9 FE 64 64 00 00 00 00 00 00 00 00 |dd....dd........| [2696] 20:47:34:933: [2696] 20:47:34:933: RemoveFromTimerQ called portid=0,Id=6,Protocol=8021,EventType=0,fAuth=0 [2696] 20:47:34:933: FsmThisLayerUp called for protocol = 8021, port = 2 [2696] 20:47:36:995: Notifying IPCP of projection notification [2696] 20:47:36:995: RemoveFromTimerQ called portid=0,Id=0,Protocol=0,EventType=3,fAuth=0 [2696] 20:47:36:995: NotifyCaller(hPort=2, dwMsgId=4) [2696] 20:47:36:995: NotifyCaller(hPort=2, dwMsgId=0) [2696] 20:47:36:995: Inserting autodisconnect in timer q for port=2, sec=-1 [2696] 20:47:36:995: RemoveFromTimerQ called portid=0,Id=0,Protocol=0,EventType=1,fAuth=0 [2696] 20:47:36:995: InsertInTimerQ called portid=0,Id=0,Protocol=0,EventType=1,fAuth=0 [2696] 20:47:47:104: ProcessDhcpInform [2584] 21:29:05:901: PPPEMSG_LineDown recvd, hPort=2 [2696] 21:29:05:901: Line down event occurred on port 2 [2696] 21:29:05:932: FsmDown event received for protocol c021 on port 2 [2696] 21:29:05:932: RemoveFromTimerQ called portid=0,Id=2,Protocol=c021,EventType=0,fAuth=0 [2696] 21:29:05:932: FsmThisLayerDown called for protocol = c021, port = 2 [2696] 21:29:05:932: FsmDown event received for protocol 80fd on port 2 [2696] 21:29:05:932: RemoveFromTimerQ called portid=0,Id=3,Protocol=80fd,EventType=0,fAuth=0 [2696] 21:29:05:932: FsmReset called for protocol = 80fd, port = 2 [2696] 21:29:05:932: FsmDown event received for protocol 8021 on port 2 [2696] 21:29:05:932: RemoveFromTimerQ called portid=0,Id=6,Protocol=8021,EventType=0,fAuth=0 [2696] 21:29:05:932: FsmThisLayerDown called for protocol = 8021, port = 2 [2696] 21:29:05:932: FsmReset called for protocol = 8021, port = 2 [2696] 21:29:05:932: RemoveFromTimerQ called portid=0,Id=0,Protocol=c223,EventType=0,fAuth=0 [2696] 21:29:05:932: RemoveFromTimerQ called portid=0,Id=1,Protocol=c029,EventType=0,fAuth=0 [2696] 21:29:05:932: FsmReset called for protocol = c021, port = 2 [2696] 21:29:05:932: RemoveFromTimerQ called portid=0,Id=0,Protocol=0,EventType=3,fAuth=0 [2696] 21:29:05:932: RemoveFromTimerQ called portid=0,Id=0,Protocol=0,EventType=7,fAuth=0 [2696] 21:29:05:932: RemoveFromTimerQ called portid=0,Id=0,Protocol=0,EventType=2,fAuth=0 [2696] 21:29:05:932: RemoveFromTimerQ called portid=0,Id=0,Protocol=0,EventType=1,fAuth=0 [2696] 21:29:05:932: RemoveFromTimerQ called portid=0,Id=1,Protocol=c029,EventType=0,fAuth=0 [2696] 21:29:05:932: LcpEnd [2696] 21:29:05:932: Post line down event occurred on port 2 [2696] 21:29:05:932: NotifyCaller(hPort=2, dwMsgId=23) [2696] 21:29:05:932: NotifyCaller(hPort=2, dwMsgId=10) |