-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on router restart with UPnP #6
Comments
I cannot help test temporarily because amule's UPnP seems broken with my router. |
No, if I disable UPnP, and setup manual port forward, the problem goes away. So aMule UPnP is broken some way. However, qBittorent's UPnP implementation is working well with the same environment. |
I made a debug build of amule that can be downloaded here: https://downloads.minnyres.top/amule-2.3.3-win32.7z First install GDB from ssbssa/gdb.
in PowerShell. Type the commands in gdb prompt
Now use amule until it crashes. If it crashes print debug information with the following commands
|
There is a crash when my router restarts on schedule every 6 AM. There is no error, just aMule closes with no reason.
aMule 2.3.3, UPnP enabled, works fine.
TP-Link ax23 router, UPnP enabled.
Log:
`
2023-09-08 07:33:50: Initialising aMule 2.3.3 compiled with wxMSW v3.0.5 and Boost 1.78
2023-09-08 07:33:50: Checking if there is an instance already running...
2023-09-08 07:33:50: No other instances are running.
2023-09-08 07:33:50: Kredit fájl betöltve, 3694 kliens ismert
2023-09-08 07:33:50: - 1 kliens kreditérvényessége lejárt!
2023-09-08 07:33:50: A külső kapcsolatok le vannak tiltva konfig fájlban
2023-09-08 07:33:50: Created Server UDP-Socket at port 20003
2023-09-08 07:33:50: ListenSocket: rendben.
2023-09-08 07:33:50: Created Client UDP-Socket at port 20004
2023-09-08 07:33:50: - Ez az aMule 2.3.3 compiled with wxMSW v3.0.5 and Boost 1.78, az eMule alapján.
2023-09-08 07:33:50: Windows 8 (build 9200), 64-bit edition-en fut
2023-09-08 07:33:50: - Új verzióért látogasd meg a http://www.amule.org oldalt.
2023-09-08 07:33:51: server.met fájl betöltése: C:\Users\Gergely\AppData\Roaming\aMule\server.met
!2023-09-08 07:33:52: 231 kiszolgálót találtam a server.met fájlban
!2023-09-08 07:33:52: Az addresses.dat fájlban nem található kiszolgáló-lista cím bejegyzés. Kérlek írj be egy érvényes kiszolgáló-lista címet ebbe a fájlba, hogy automatikusan tudjam frissíteni a kiszolgáló listát.
2023-09-08 07:33:52: Temp fájlok betöltése d:\Downloads\aMule Temp-ról.
2023-09-08 07:33:52: PartFile betöltése 1 a(z) X-ből
....
2023-09-08 07:51:25: PartFile betöltése X a(z) X-ből
2023-09-08 07:51:27: Az összes PartFile betöltve.
2023-09-08 07:51:27: X .part fájlt találtam
2023-09-08 07:51:27: Fájl d:\Downloads\aMule Temp\Y.part.met hozzáadása a megosztásokhoz
2023-09-08 07:51:28: Fájl d:\Downloads\aMule Temp\Y.part.met hozzáadása a megosztásokhoz
2023-09-08 07:51:28: Nincsen megosztott fájl ebben a könyvtárban: D:\Downloads\aMule
2023-09-08 07:51:28: Nincsen megosztott fájl ebben a könyvtárban: d:\Downloads\aMule
2023-09-08 07:51:28: X ismert megosztott fájlt találtam
!2023-09-08 07:51:28: Universal Plug and Play: Internet Gateway Device Detected.
!2023-09-08 07:51:28: Universal Plug and Play: WAN Service Detected: 'urn:schemas-upnp-org:service:WANIPConnection:1'.
!2023-09-08 07:51:28: Universal Plug and Play: Successfully retrieved SCPD Document for service urn:schemas-upnp-org:service:WANIPConnection:1, absEventSubURL: http://192.168.1.1:1900/vmitz/evt/IPConn.
!2023-09-08 07:51:28: Universal Plug and Play: Successfully subscribed to service urn:schemas-upnp-org:service:WANIPConnection:1, absEventSubURL: http://192.168.1.1:1900/vmitz/evt/IPConn.
!2023-09-08 07:51:28: Universal Plug and Play: Uninteresting service detected: 'urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1'. Ignoring.
!2023-09-08 07:51:28: Universal Plug and Play: Uninteresting service detected: 'urn:schemas-upnp-org:service:Layer3Forwarding:1'. Ignoring.
!2023-09-08 07:51:28: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 07:51:28: SID: uuid:4a58c756-4e09-11ee-8c9a-f79eec36e280
!2023-09-08 07:51:28: Key: 0
!2023-09-08 07:51:28: Property list:
!2023-09-08 07:51:28: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 07:51:28: s:ConnectionStatus='Connected'
!2023-09-08 07:51:28: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 07:51:28: s:PortMappingNumberOfEntries='2'
!2023-09-08 07:51:28: Universal Plug and Play: Internet Gateway Device Detected.
!2023-09-08 07:51:28: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 07:51:28: SID: uuid:4a58c756-4e09-11ee-8c9a-f79eec36e280
!2023-09-08 07:51:28: Key: 1
!2023-09-08 07:51:28: Property list:
!2023-09-08 07:51:28: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 07:51:28: s:ConnectionStatus='Connected'
!2023-09-08 07:51:28: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 07:51:28: s:PortMappingNumberOfEntries='3'
!2023-09-08 07:51:28: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 07:51:28: SID: uuid:4a58c756-4e09-11ee-8c9a-f79eec36e280
!2023-09-08 07:51:28: Key: 2
!2023-09-08 07:51:28: Property list:
!2023-09-08 07:51:28: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 07:51:28: s:ConnectionStatus='Connected'
!2023-09-08 07:51:28: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 07:51:28: s:PortMappingNumberOfEntries='4'
!2023-09-08 07:51:28: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 07:51:28: SID: uuid:4a58c756-4e09-11ee-8c9a-f79eec36e280
!2023-09-08 07:51:28: Key: 3
!2023-09-08 07:51:28: Property list:
!2023-09-08 07:51:28: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 07:51:28: s:ConnectionStatus='Connected'
!2023-09-08 07:51:28: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 07:51:28: s:PortMappingNumberOfEntries='5'
2023-09-08 07:51:28: HTTP: Downloaded 6 bájt from 'https://amule.sourceforge.net/lastversion' in 0,465 mp
2023-09-08 07:51:28: Asio szál 1 elindítva
2023-09-08 07:51:28: Asio szál 2 elindítva
2023-09-08 07:51:28: Asio szál 3 elindítva
2023-09-08 07:51:28: Asio szál 4 elindítva
2023-09-08 07:51:28: IP-szűrők 'ipfilter.dat' és 'ipfilter_static.dat' betöltése.
2023-09-08 07:51:28: 0 IP-tartomány 'C:\Users\XXXX\AppData\Roaming\aMule\ipfilter.dat'-ból betöltve.
2023-09-08 07:51:28: 0 IP-tartomány 'C:\Users\XXXX\AppData\Roaming\aMule\ipfilter_static.dat'-ból betöltve.
!2023-09-08 07:51:28: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 07:51:28: SID: uuid:4a58c756-4e09-11ee-8c9a-f79eec36e280
!2023-09-08 07:51:28: Key: 4
!2023-09-08 07:51:28: Property list:
!2023-09-08 07:51:28: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 07:51:28: s:ConnectionStatus='Connected'
!2023-09-08 07:51:28: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 07:51:28: s:PortMappingNumberOfEntries='5'
!2023-09-08 07:51:28: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 07:51:28: SID: uuid:4a58c756-4e09-11ee-8c9a-f79eec36e280
!2023-09-08 07:51:28: Key: 5
!2023-09-08 07:51:28: Property list:
!2023-09-08 07:51:28: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 07:51:28: s:ConnectionStatus='Connected'
!2023-09-08 07:51:28: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 07:51:28: s:PortMappingNumberOfEntries='5'
2023-09-08 07:51:28: Az aMule verziód naprakész.
2023-09-08 07:51:30: IP szűrő készen áll
!2023-09-08 07:51:30: Kapcsolódás
2023-09-08 07:51:30: Kapcsolódás Astra-3-hez (213.252.245.239 - 213.252.245.239:43333) protokoll zavarással.
2023-09-08 07:51:31: 200 Kad kapcsolat beolvasva
!2023-09-08 07:51:31: Kad elindítva.
2023-09-08 07:51:32: Kapcsolódva Astra-3-hez (213.252.245.239:43333)
!2023-09-08 07:51:32: Kad leállítva.
!2023-09-08 07:51:32: Kapcsolódva a Kad-hoz (tűzfal mögül)
!2023-09-08 07:51:33: Kapcsolat létrejött a Astra-3-vel
!2023-09-08 07:51:33: Kapcsolódva ehhez Astra-3 HighID-val
2023-09-08 07:51:33: Az új ügyfélazonosító XXXXXXXXXX
2023-09-08 07:51:33: KiszolgálóÜzenet: server version 17.15 (lugdunum)
2023-09-08 07:51:33: KiszolgálóÜzenet: Welcome to The Astra-3 Server.
2023-09-08 07:51:33: KiszolgálóÜzenet: Version-03.
2023-09-08 07:51:33: Kiszolgáló-lista mentése kész.
!2023-09-08 07:51:37: Kapcsolódva a Kad-hoz (rendben)
2023-09-08 07:53:54: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 07:56:47: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 08:03:41: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:75a2da29-4e0d-11ee-8c9a-f79eec36e280'.
!2023-09-08 08:03:41: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 08:03:41: SID: uuid:75a2da29-4e0d-11ee-8c9a-f79eec36e280
!2023-09-08 08:03:41: Key: 0
!2023-09-08 08:03:41: Property list:
!2023-09-08 08:03:41: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 08:03:41: s:ConnectionStatus='Connected'
!2023-09-08 08:03:41: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 08:03:41: s:PortMappingNumberOfEntries='5'
2023-09-08 08:07:42: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 08:13:28: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 08:16:26: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 08:20:03: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 08:20:21: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 08:20:21: SID: uuid:75a2da29-4e0d-11ee-8c9a-f79eec36e280
!2023-09-08 08:20:21: Key: 1
!2023-09-08 08:20:21: Property list:
!2023-09-08 08:20:21: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 08:20:21: s:ConnectionStatus='Connected'
!2023-09-08 08:20:21: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 08:20:21: s:PortMappingNumberOfEntries='5'
!2023-09-08 08:33:32: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:a126dda3-4e11-11ee-8c9a-f79eec36e280'.
!2023-09-08 08:33:32: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 08:33:32: SID: uuid:a126dda3-4e11-11ee-8c9a-f79eec36e280
!2023-09-08 08:33:32: Key: 0
!2023-09-08 08:33:32: Property list:
!2023-09-08 08:33:32: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 08:33:32: s:ConnectionStatus='Connected'
!2023-09-08 08:33:32: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 08:33:32: s:PortMappingNumberOfEntries='5'
....
!2023-09-08 14:01:54: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 14:01:54: SID: uuid:8075a002-4e3f-11ee-8c9a-f79eec36e280
!2023-09-08 14:01:54: Key: 0
!2023-09-08 14:01:54: Property list:
!2023-09-08 14:01:54: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 14:01:54: s:ConnectionStatus='Connected'
!2023-09-08 14:01:54: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 14:01:54: s:PortMappingNumberOfEntries='5'
!2023-09-08 14:20:23: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 14:20:23: SID: uuid:8075a002-4e3f-11ee-8c9a-f79eec36e280
!2023-09-08 14:20:23: Key: 1
!2023-09-08 14:20:23: Property list:
!2023-09-08 14:20:23: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 14:20:23: s:ConnectionStatus='Connected'
!2023-09-08 14:20:23: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 14:20:23: s:PortMappingNumberOfEntries='5'
!2023-09-08 14:31:45: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:abfb4574-4e43-11ee-8c9a-f79eec36e280'.
!2023-09-08 14:31:45: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 14:31:45: SID: uuid:abfb4574-4e43-11ee-8c9a-f79eec36e280
!2023-09-08 14:31:45: Key: 0
!2023-09-08 14:31:45: Property list:
!2023-09-08 14:31:45: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 14:31:45: s:ConnectionStatus='Connected'
!2023-09-08 14:31:45: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 14:31:45: s:PortMappingNumberOfEntries='5'
2023-09-08 14:36:23: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 14:53:53: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 15:01:36: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:d78013de-4e47-11ee-8c9a-f79eec36e280'.
!2023-09-08 15:01:36: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 15:01:36: SID: uuid:d78013de-4e47-11ee-8c9a-f79eec36e280
!2023-09-08 15:01:36: Key: 0
!2023-09-08 15:01:36: Property list:
!2023-09-08 15:01:36: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 15:01:36: s:ConnectionStatus='Connected'
!2023-09-08 15:01:36: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 15:01:36: s:PortMappingNumberOfEntries='5'
!2023-09-08 15:05:23: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 15:05:23: SID: uuid:d78013de-4e47-11ee-8c9a-f79eec36e280
!2023-09-08 15:05:23: Key: 1
!2023-09-08 15:05:23: Property list:
!2023-09-08 15:05:23: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 15:05:23: s:ConnectionStatus='Connected'
!2023-09-08 15:05:23: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 15:05:23: s:PortMappingNumberOfEntries='5'
2023-09-08 15:22:14: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 15:31:27: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:0303ffd0-4e4c-11ee-8c9a-f79eec36e280'.
!2023-09-08 15:31:27: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 15:31:27: SID: uuid:0303ffd0-4e4c-11ee-8c9a-f79eec36e280
!2023-09-08 15:31:27: Key: 0
!2023-09-08 15:31:27: Property list:
!2023-09-08 15:31:27: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 15:31:27: s:ConnectionStatus='Connected'
!2023-09-08 15:31:27: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 15:31:27: s:PortMappingNumberOfEntries='5'
2023-09-08 15:38:02: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 15:50:23: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 15:50:23: SID: uuid:0303ffd0-4e4c-11ee-8c9a-f79eec36e280
!2023-09-08 15:50:23: Key: 1
!2023-09-08 15:50:23: Property list:
!2023-09-08 15:50:23: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 15:50:23: s:ConnectionStatus='Connected'
!2023-09-08 15:50:23: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 15:50:23: s:PortMappingNumberOfEntries='5'
2023-09-08 16:00:43: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 16:01:18: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:2e8a53aa-4e50-11ee-8c9a-f79eec36e280'.
!2023-09-08 16:01:18: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 16:01:18: SID: uuid:2e8a53aa-4e50-11ee-8c9a-f79eec36e280
!2023-09-08 16:01:18: Key: 0
!2023-09-08 16:01:18: Property list:
!2023-09-08 16:01:18: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 16:01:18: s:ConnectionStatus='Connected'
!2023-09-08 16:01:18: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 16:01:18: s:PortMappingNumberOfEntries='5'
2023-09-08 16:10:44: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 16:20:47: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 16:31:05: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 16:31:09: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:5a0fab14-4e54-11ee-8c9a-f79eec36e280'.
!2023-09-08 16:31:09: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 16:31:09: SID: uuid:5a0fab14-4e54-11ee-8c9a-f79eec36e280
!2023-09-08 16:31:09: Key: 0
!2023-09-08 16:31:09: Property list:
!2023-09-08 16:31:09: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 16:31:09: s:ConnectionStatus='Connected'
!2023-09-08 16:31:09: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 16:31:09: s:PortMappingNumberOfEntries='5'
!2023-09-08 16:35:23: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 16:35:23: SID: uuid:5a0fab14-4e54-11ee-8c9a-f79eec36e280
!2023-09-08 16:35:23: Key: 1
!2023-09-08 16:35:23: Property list:
!2023-09-08 16:35:23: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 16:35:23: s:ConnectionStatus='Connected'
!2023-09-08 16:35:23: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 16:35:23: s:PortMappingNumberOfEntries='5'
2023-09-08 16:36:52: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 16:44:18: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 16:46:14: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 17:01:00: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:8594030e-4e58-11ee-8c9a-f79eec36e280'.
!2023-09-08 17:01:00: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 17:01:00: SID: uuid:8594030e-4e58-11ee-8c9a-f79eec36e280
!2023-09-08 17:01:00: Key: 0
!2023-09-08 17:01:00: Property list:
!2023-09-08 17:01:00: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 17:01:00: s:ConnectionStatus='Connected'
!2023-09-08 17:01:00: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 17:01:00: s:PortMappingNumberOfEntries='5'
!2023-09-08 17:20:24: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 17:20:24: SID: uuid:8594030e-4e58-11ee-8c9a-f79eec36e280
!2023-09-08 17:20:24: Key: 1
!2023-09-08 17:20:24: Property list:
!2023-09-08 17:20:24: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 17:20:24: s:ConnectionStatus='Connected'
!2023-09-08 17:20:24: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 17:20:24: s:PortMappingNumberOfEntries='5'
2023-09-08 17:24:57: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 17:30:51: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:b1198e4c-4e5c-11ee-8c9a-f79eec36e280'.
!2023-09-08 17:30:51: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 17:30:51: SID: uuid:b1198e4c-4e5c-11ee-8c9a-f79eec36e280
!2023-09-08 17:30:51: Key: 0
!2023-09-08 17:30:51: Property list:
!2023-09-08 17:30:51: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 17:30:51: s:ConnectionStatus='Connected'
!2023-09-08 17:30:51: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 17:30:51: s:PortMappingNumberOfEntries='5'
2023-09-08 17:41:24: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 17:41:33: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 17:53:37: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 17:53:58: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 18:00:42: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:dc9d3763-4e60-11ee-8c9a-f79eec36e280'.
!2023-09-08 18:00:42: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 18:00:42: SID: uuid:dc9d3763-4e60-11ee-8c9a-f79eec36e280
!2023-09-08 18:00:42: Key: 0
!2023-09-08 18:00:42: Property list:
!2023-09-08 18:00:42: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 18:00:42: s:ConnectionStatus='Connected'
!2023-09-08 18:00:42: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 18:00:42: s:PortMappingNumberOfEntries='5'
!2023-09-08 18:05:24: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 18:05:24: SID: uuid:dc9d3763-4e60-11ee-8c9a-f79eec36e280
!2023-09-08 18:05:24: Key: 1
!2023-09-08 18:05:24: Property list:
!2023-09-08 18:05:24: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 18:05:24: s:ConnectionStatus='Connected'
!2023-09-08 18:05:24: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 18:05:24: s:PortMappingNumberOfEntries='5'
2023-09-08 18:16:49: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 18:24:36: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 18:30:33: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:082072b7-4e65-11ee-8c9a-f79eec36e280'.
!2023-09-08 18:30:33: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 18:30:33: SID: uuid:082072b7-4e65-11ee-8c9a-f79eec36e280
!2023-09-08 18:30:33: Key: 0
!2023-09-08 18:30:33: Property list:
!2023-09-08 18:30:33: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 18:30:33: s:ConnectionStatus='Connected'
!2023-09-08 18:30:33: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 18:30:33: s:PortMappingNumberOfEntries='5'
!2023-09-08 18:50:24: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 18:50:24: SID: uuid:082072b7-4e65-11ee-8c9a-f79eec36e280
!2023-09-08 18:50:24: Key: 1
!2023-09-08 18:50:24: Property list:
!2023-09-08 18:50:24: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 18:50:24: s:ConnectionStatus='Connected'
!2023-09-08 18:50:24: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 18:50:24: s:PortMappingNumberOfEntries='5'
2023-09-08 18:53:49: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 19:00:25: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:34426639-4e69-11ee-8c9a-f79eec36e280'.
!2023-09-08 19:00:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 19:00:25: SID: uuid:34426639-4e69-11ee-8c9a-f79eec36e280
!2023-09-08 19:00:25: Key: 0
!2023-09-08 19:00:25: Property list:
!2023-09-08 19:00:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 19:00:25: s:ConnectionStatus='Connected'
!2023-09-08 19:00:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 19:00:25: s:PortMappingNumberOfEntries='5'
2023-09-08 19:11:05: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 19:30:16: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:5fc3a037-4e6d-11ee-8c9a-f79eec36e280'.
!2023-09-08 19:30:16: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 19:30:16: SID: uuid:5fc3a037-4e6d-11ee-8c9a-f79eec36e280
!2023-09-08 19:30:16: Key: 0
!2023-09-08 19:30:16: Property list:
!2023-09-08 19:30:16: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 19:30:16: s:ConnectionStatus='Connected'
!2023-09-08 19:30:16: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 19:30:16: s:PortMappingNumberOfEntries='5'
2023-09-08 19:31:23: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 19:35:24: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 19:35:24: SID: uuid:5fc3a037-4e6d-11ee-8c9a-f79eec36e280
!2023-09-08 19:35:24: Key: 1
!2023-09-08 19:35:24: Property list:
!2023-09-08 19:35:24: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 19:35:24: s:ConnectionStatus='Connected'
!2023-09-08 19:35:24: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 19:35:24: s:PortMappingNumberOfEntries='5'
2023-09-08 19:38:25: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 19:38:39: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 19:39:32: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 20:00:07: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:8b4a5d1c-4e71-11ee-8c9a-f79eec36e280'.
!2023-09-08 20:00:07: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 20:00:07: SID: uuid:8b4a5d1c-4e71-11ee-8c9a-f79eec36e280
!2023-09-08 20:00:07: Key: 0
!2023-09-08 20:00:07: Property list:
!2023-09-08 20:00:07: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 20:00:07: s:ConnectionStatus='Connected'
!2023-09-08 20:00:07: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 20:00:07: s:PortMappingNumberOfEntries='5'
2023-09-08 20:06:17: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 20:08:03: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 20:20:24: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 20:20:24: SID: uuid:8b4a5d1c-4e71-11ee-8c9a-f79eec36e280
!2023-09-08 20:20:24: Key: 1
!2023-09-08 20:20:24: Property list:
!2023-09-08 20:20:24: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 20:20:24: s:ConnectionStatus='Connected'
!2023-09-08 20:20:24: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 20:20:24: s:PortMappingNumberOfEntries='5'
2023-09-08 20:24:35: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 20:25:43: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 20:29:58: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:b6ceff8a-4e75-11ee-8c9a-f79eec36e280'.
!2023-09-08 20:29:58: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 20:29:58: SID: uuid:b6ceff8a-4e75-11ee-8c9a-f79eec36e280
!2023-09-08 20:29:58: Key: 0
!2023-09-08 20:29:58: Property list:
!2023-09-08 20:29:58: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 20:29:58: s:ConnectionStatus='Connected'
!2023-09-08 20:29:58: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 20:29:58: s:PortMappingNumberOfEntries='5'
2023-09-08 20:46:16: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 20:50:41: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 20:59:49: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:e25474c1-4e79-11ee-8c9a-f79eec36e280'.
!2023-09-08 20:59:49: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 20:59:49: SID: uuid:e25474c1-4e79-11ee-8c9a-f79eec36e280
!2023-09-08 20:59:49: Key: 0
!2023-09-08 20:59:49: Property list:
!2023-09-08 20:59:49: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 20:59:49: s:ConnectionStatus='Connected'
!2023-09-08 20:59:49: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 20:59:49: s:PortMappingNumberOfEntries='5'
2023-09-08 21:02:50: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 21:05:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 21:05:25: SID: uuid:e25474c1-4e79-11ee-8c9a-f79eec36e280
!2023-09-08 21:05:25: Key: 1
!2023-09-08 21:05:25: Property list:
!2023-09-08 21:05:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 21:05:25: s:ConnectionStatus='Connected'
!2023-09-08 21:05:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 21:05:25: s:PortMappingNumberOfEntries='5'
!2023-09-08 21:29:40: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:0dd7b57a-4e7e-11ee-8c9a-f79eec36e280'.
!2023-09-08 21:29:40: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 21:29:40: SID: uuid:0dd7b57a-4e7e-11ee-8c9a-f79eec36e280
!2023-09-08 21:29:40: Key: 0
!2023-09-08 21:29:40: Property list:
!2023-09-08 21:29:40: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 21:29:40: s:ConnectionStatus='Connected'
!2023-09-08 21:29:40: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 21:29:40: s:PortMappingNumberOfEntries='5'
2023-09-08 21:41:44: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 21:44:05: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 21:46:46: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 21:50:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 21:50:25: SID: uuid:0dd7b57a-4e7e-11ee-8c9a-f79eec36e280
!2023-09-08 21:50:25: Key: 1
!2023-09-08 21:50:25: Property list:
!2023-09-08 21:50:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 21:50:25: s:ConnectionStatus='Connected'
!2023-09-08 21:50:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 21:50:25: s:PortMappingNumberOfEntries='5'
!2023-09-08 21:50:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 21:50:25: SID: uuid:0dd7b57a-4e7e-11ee-8c9a-f79eec36e280
!2023-09-08 21:50:25: Key: 2
!2023-09-08 21:50:25: Property list:
!2023-09-08 21:50:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 21:50:25: s:ConnectionStatus='Connected'
!2023-09-08 21:50:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 21:50:25: s:PortMappingNumberOfEntries='5'
2023-09-08 21:53:59: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 21:54:06: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 21:59:31: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:395ce17f-4e82-11ee-8c9a-f79eec36e280'.
!2023-09-08 21:59:31: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 21:59:31: SID: uuid:395ce17f-4e82-11ee-8c9a-f79eec36e280
!2023-09-08 21:59:31: Key: 0
!2023-09-08 21:59:31: Property list:
!2023-09-08 21:59:31: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 21:59:31: s:ConnectionStatus='Connected'
!2023-09-08 21:59:31: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 21:59:31: s:PortMappingNumberOfEntries='5'
2023-09-08 22:07:07: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 22:16:48: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 22:17:32: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 22:29:22: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:64e14348-4e86-11ee-8c9a-f79eec36e280'.
!2023-09-08 22:29:22: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 22:29:22: SID: uuid:64e14348-4e86-11ee-8c9a-f79eec36e280
!2023-09-08 22:29:22: Key: 0
!2023-09-08 22:29:22: Property list:
!2023-09-08 22:29:22: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 22:29:22: s:ConnectionStatus='Connected'
!2023-09-08 22:29:22: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 22:29:22: s:PortMappingNumberOfEntries='5'
!2023-09-08 22:35:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 22:35:25: SID: uuid:64e14348-4e86-11ee-8c9a-f79eec36e280
!2023-09-08 22:35:25: Key: 1
!2023-09-08 22:35:25: Property list:
!2023-09-08 22:35:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 22:35:25: s:ConnectionStatus='Connected'
!2023-09-08 22:35:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 22:35:25: s:PortMappingNumberOfEntries='5'
!2023-09-08 22:35:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 22:35:25: SID: uuid:64e14348-4e86-11ee-8c9a-f79eec36e280
!2023-09-08 22:35:25: Key: 2
!2023-09-08 22:35:25: Property list:
!2023-09-08 22:35:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 22:35:25: s:ConnectionStatus='Connected'
!2023-09-08 22:35:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 22:35:25: s:PortMappingNumberOfEntries='5'
2023-09-08 22:40:26: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 22:51:39: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 22:59:13: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:9066944d-4e8a-11ee-8c9a-f79eec36e280'.
!2023-09-08 22:59:13: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 22:59:13: SID: uuid:9066944d-4e8a-11ee-8c9a-f79eec36e280
!2023-09-08 22:59:13: Key: 0
!2023-09-08 22:59:13: Property list:
!2023-09-08 22:59:13: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 22:59:13: s:ConnectionStatus='Connected'
!2023-09-08 22:59:13: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 22:59:13: s:PortMappingNumberOfEntries='5'
2023-09-08 23:11:26: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 23:20:18: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 23:20:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 23:20:25: SID: uuid:9066944d-4e8a-11ee-8c9a-f79eec36e280
!2023-09-08 23:20:25: Key: 1
!2023-09-08 23:20:25: Property list:
!2023-09-08 23:20:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 23:20:25: s:ConnectionStatus='Connected'
!2023-09-08 23:20:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 23:20:25: s:PortMappingNumberOfEntries='5'
!2023-09-08 23:20:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 23:20:25: SID: uuid:9066944d-4e8a-11ee-8c9a-f79eec36e280
!2023-09-08 23:20:25: Key: 2
!2023-09-08 23:20:25: Property list:
!2023-09-08 23:20:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 23:20:25: s:ConnectionStatus='Connected'
!2023-09-08 23:20:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 23:20:25: s:PortMappingNumberOfEntries='5'
2023-09-08 23:24:58: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 23:29:04: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:bbeba426-4e8e-11ee-8c9a-f79eec36e280'.
!2023-09-08 23:29:04: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 23:29:04: SID: uuid:bbeba426-4e8e-11ee-8c9a-f79eec36e280
!2023-09-08 23:29:04: Key: 0
!2023-09-08 23:29:04: Property list:
!2023-09-08 23:29:04: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 23:29:04: s:ConnectionStatus='Connected'
!2023-09-08 23:29:04: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 23:29:04: s:PortMappingNumberOfEntries='5'
2023-09-08 23:31:26: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 23:38:51: SafeIO::EOF: Attempt to read past end of file.
2023-09-08 23:39:32: SafeIO::EOF: Attempt to read past end of file.
!2023-09-08 23:58:55: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:e77144c6-4e92-11ee-8c9a-f79eec36e280'.
!2023-09-08 23:58:55: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-08 23:58:55: SID: uuid:e77144c6-4e92-11ee-8c9a-f79eec36e280
!2023-09-08 23:58:55: Key: 0
!2023-09-08 23:58:55: Property list:
!2023-09-08 23:58:55: s:PossibleConnectionTypes='IP_Routed'
!2023-09-08 23:58:55: s:ConnectionStatus='Connected'
!2023-09-08 23:58:55: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-08 23:58:55: s:PortMappingNumberOfEntries='5'
!2023-09-09 00:05:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 00:05:25: SID: uuid:e77144c6-4e92-11ee-8c9a-f79eec36e280
!2023-09-09 00:05:25: Key: 1
!2023-09-09 00:05:25: Property list:
!2023-09-09 00:05:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 00:05:25: s:ConnectionStatus='Connected'
!2023-09-09 00:05:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 00:05:25: s:PortMappingNumberOfEntries='5'
!2023-09-09 00:05:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 00:05:25: SID: uuid:e77144c6-4e92-11ee-8c9a-f79eec36e280
!2023-09-09 00:05:25: Key: 2
!2023-09-09 00:05:25: Property list:
!2023-09-09 00:05:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 00:05:25: s:ConnectionStatus='Connected'
!2023-09-09 00:05:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 00:05:25: s:PortMappingNumberOfEntries='5'
2023-09-09 00:11:05: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 00:20:30: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 00:25:59: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 00:28:46: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:12f53595-4e97-11ee-8c9a-f79eec36e280'.
!2023-09-09 00:28:46: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 00:28:46: SID: uuid:12f53595-4e97-11ee-8c9a-f79eec36e280
!2023-09-09 00:28:46: Key: 0
!2023-09-09 00:28:46: Property list:
!2023-09-09 00:28:46: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 00:28:46: s:ConnectionStatus='Connected'
!2023-09-09 00:28:46: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 00:28:46: s:PortMappingNumberOfEntries='5'
2023-09-09 00:29:08: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 00:38:36: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 00:38:54: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 00:50:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 00:50:25: SID: uuid:12f53595-4e97-11ee-8c9a-f79eec36e280
!2023-09-09 00:50:25: Key: 1
!2023-09-09 00:50:25: Property list:
!2023-09-09 00:50:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 00:50:25: s:ConnectionStatus='Connected'
!2023-09-09 00:50:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 00:50:25: s:PortMappingNumberOfEntries='5'
!2023-09-09 00:50:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 00:50:25: SID: uuid:12f53595-4e97-11ee-8c9a-f79eec36e280
!2023-09-09 00:50:25: Key: 2
!2023-09-09 00:50:25: Property list:
!2023-09-09 00:50:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 00:50:25: s:ConnectionStatus='Connected'
!2023-09-09 00:50:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 00:50:25: s:PortMappingNumberOfEntries='5'
!2023-09-09 00:58:37: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:3e79b8b1-4e9b-11ee-8c9a-f79eec36e280'.
!2023-09-09 00:58:37: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 00:58:37: SID: uuid:3e79b8b1-4e9b-11ee-8c9a-f79eec36e280
!2023-09-09 00:58:37: Key: 0
!2023-09-09 00:58:37: Property list:
!2023-09-09 00:58:37: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 00:58:37: s:ConnectionStatus='Connected'
!2023-09-09 00:58:37: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 00:58:37: s:PortMappingNumberOfEntries='5'
2023-09-09 01:07:08: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 01:08:06: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 01:21:02: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 01:28:28: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:69ffff29-4e9f-11ee-8c9a-f79eec36e280'.
!2023-09-09 01:28:28: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 01:28:28: SID: uuid:69ffff29-4e9f-11ee-8c9a-f79eec36e280
!2023-09-09 01:28:28: Key: 0
!2023-09-09 01:28:28: Property list:
!2023-09-09 01:28:28: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 01:28:28: s:ConnectionStatus='Connected'
!2023-09-09 01:28:28: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 01:28:28: s:PortMappingNumberOfEntries='5'
2023-09-09 01:30:31: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 01:35:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 01:35:25: SID: uuid:69ffff29-4e9f-11ee-8c9a-f79eec36e280
!2023-09-09 01:35:25: Key: 1
!2023-09-09 01:35:25: Property list:
!2023-09-09 01:35:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 01:35:25: s:ConnectionStatus='Connected'
!2023-09-09 01:35:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 01:35:25: s:PortMappingNumberOfEntries='5'
!2023-09-09 01:35:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 01:35:25: SID: uuid:69ffff29-4e9f-11ee-8c9a-f79eec36e280
!2023-09-09 01:35:25: Key: 2
!2023-09-09 01:35:25: Property list:
!2023-09-09 01:35:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 01:35:25: s:ConnectionStatus='Connected'
!2023-09-09 01:35:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 01:35:25: s:PortMappingNumberOfEntries='5'
2023-09-09 01:46:16: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 01:52:06: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 01:52:09: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 01:58:19: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:9582db08-4ea3-11ee-8c9a-f79eec36e280'.
!2023-09-09 01:58:19: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 01:58:19: SID: uuid:9582db08-4ea3-11ee-8c9a-f79eec36e280
!2023-09-09 01:58:19: Key: 0
!2023-09-09 01:58:19: Property list:
!2023-09-09 01:58:19: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 01:58:19: s:ConnectionStatus='Connected'
!2023-09-09 01:58:19: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 01:58:19: s:PortMappingNumberOfEntries='5'
!2023-09-09 02:20:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 02:20:25: SID: uuid:9582db08-4ea3-11ee-8c9a-f79eec36e280
!2023-09-09 02:20:25: Key: 1
!2023-09-09 02:20:25: Property list:
!2023-09-09 02:20:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 02:20:25: s:ConnectionStatus='Connected'
!2023-09-09 02:20:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 02:20:25: s:PortMappingNumberOfEntries='5'
!2023-09-09 02:20:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 02:20:25: SID: uuid:9582db08-4ea3-11ee-8c9a-f79eec36e280
!2023-09-09 02:20:25: Key: 2
!2023-09-09 02:20:25: Property list:
!2023-09-09 02:20:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 02:20:25: s:ConnectionStatus='Connected'
!2023-09-09 02:20:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 02:20:25: s:PortMappingNumberOfEntries='5'
2023-09-09 02:21:05: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 02:25:50: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 02:28:10: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:c108f5ce-4ea7-11ee-8c9a-f79eec36e280'.
!2023-09-09 02:28:10: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 02:28:10: SID: uuid:c108f5ce-4ea7-11ee-8c9a-f79eec36e280
!2023-09-09 02:28:10: Key: 0
!2023-09-09 02:28:10: Property list:
!2023-09-09 02:28:10: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 02:28:10: s:ConnectionStatus='Connected'
!2023-09-09 02:28:10: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 02:28:10: s:PortMappingNumberOfEntries='5'
2023-09-09 02:40:04: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 02:54:37: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 02:58:01: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:ec8d5266-4eab-11ee-8c9a-f79eec36e280'.
!2023-09-09 02:58:01: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 02:58:01: SID: uuid:ec8d5266-4eab-11ee-8c9a-f79eec36e280
!2023-09-09 02:58:01: Key: 0
!2023-09-09 02:58:01: Property list:
!2023-09-09 02:58:01: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 02:58:01: s:ConnectionStatus='Connected'
!2023-09-09 02:58:01: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 02:58:01: s:PortMappingNumberOfEntries='5'
!2023-09-09 03:05:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 03:05:25: SID: uuid:ec8d5266-4eab-11ee-8c9a-f79eec36e280
!2023-09-09 03:05:25: Key: 1
!2023-09-09 03:05:25: Property list:
!2023-09-09 03:05:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 03:05:25: s:ConnectionStatus='Connected'
!2023-09-09 03:05:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 03:05:25: s:PortMappingNumberOfEntries='5'
!2023-09-09 03:05:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 03:05:25: SID: uuid:ec8d5266-4eab-11ee-8c9a-f79eec36e280
!2023-09-09 03:05:25: Key: 2
!2023-09-09 03:05:25: Property list:
!2023-09-09 03:05:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 03:05:25: s:ConnectionStatus='Connected'
!2023-09-09 03:05:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 03:05:25: s:PortMappingNumberOfEntries='5'
2023-09-09 03:17:14: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 03:25:10: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 03:27:52: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:1814a8d9-4eb0-11ee-8c9a-f79eec36e280'.
!2023-09-09 03:27:52: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 03:27:52: SID: uuid:1814a8d9-4eb0-11ee-8c9a-f79eec36e280
!2023-09-09 03:27:52: Key: 0
!2023-09-09 03:27:52: Property list:
!2023-09-09 03:27:52: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 03:27:52: s:ConnectionStatus='Connected'
!2023-09-09 03:27:52: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 03:27:52: s:PortMappingNumberOfEntries='5'
2023-09-09 03:46:17: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 03:50:24: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 03:50:24: SID: uuid:1814a8d9-4eb0-11ee-8c9a-f79eec36e280
!2023-09-09 03:50:24: Key: 1
!2023-09-09 03:50:24: Property list:
!2023-09-09 03:50:24: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 03:50:24: s:ConnectionStatus='Connected'
!2023-09-09 03:50:24: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 03:50:24: s:PortMappingNumberOfEntries='5'
!2023-09-09 03:50:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 03:50:25: SID: uuid:1814a8d9-4eb0-11ee-8c9a-f79eec36e280
!2023-09-09 03:50:25: Key: 2
!2023-09-09 03:50:25: Property list:
!2023-09-09 03:50:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 03:50:25: s:ConnectionStatus='Connected'
!2023-09-09 03:50:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 03:50:25: s:PortMappingNumberOfEntries='5'
!2023-09-09 03:57:43: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:43988426-4eb4-11ee-8c9a-f79eec36e280'.
!2023-09-09 03:57:43: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 03:57:43: SID: uuid:43988426-4eb4-11ee-8c9a-f79eec36e280
!2023-09-09 03:57:43: Key: 0
!2023-09-09 03:57:43: Property list:
!2023-09-09 03:57:43: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 03:57:43: s:ConnectionStatus='Connected'
!2023-09-09 03:57:43: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 03:57:43: s:PortMappingNumberOfEntries='5'
!2023-09-09 04:27:34: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:6f1db764-4eb8-11ee-8c9a-f79eec36e280'.
!2023-09-09 04:27:34: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 04:27:34: SID: uuid:6f1db764-4eb8-11ee-8c9a-f79eec36e280
!2023-09-09 04:27:34: Key: 0
!2023-09-09 04:27:34: Property list:
!2023-09-09 04:27:34: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 04:27:34: s:ConnectionStatus='Connected'
!2023-09-09 04:27:34: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 04:27:34: s:PortMappingNumberOfEntries='5'
2023-09-09 04:31:26: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 04:35:24: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 04:35:24: SID: uuid:6f1db764-4eb8-11ee-8c9a-f79eec36e280
!2023-09-09 04:35:24: Key: 1
!2023-09-09 04:35:24: Property list:
!2023-09-09 04:35:24: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 04:35:24: s:ConnectionStatus='Connected'
!2023-09-09 04:35:24: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 04:35:24: s:PortMappingNumberOfEntries='5'
!2023-09-09 04:35:24: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 04:35:24: SID: uuid:6f1db764-4eb8-11ee-8c9a-f79eec36e280
!2023-09-09 04:35:24: Key: 2
!2023-09-09 04:35:24: Property list:
!2023-09-09 04:35:24: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 04:35:24: s:ConnectionStatus='Connected'
!2023-09-09 04:35:24: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 04:35:24: s:PortMappingNumberOfEntries='5'
2023-09-09 04:38:43: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 04:39:32: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 04:57:25: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:9aa32f36-4ebc-11ee-8c9a-f79eec36e280'.
!2023-09-09 04:57:25: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 04:57:25: SID: uuid:9aa32f36-4ebc-11ee-8c9a-f79eec36e280
!2023-09-09 04:57:25: Key: 0
!2023-09-09 04:57:25: Property list:
!2023-09-09 04:57:25: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 04:57:25: s:ConnectionStatus='Connected'
!2023-09-09 04:57:25: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 04:57:25: s:PortMappingNumberOfEntries='5'
2023-09-09 05:07:09: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 05:20:24: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 05:20:24: SID: uuid:9aa32f36-4ebc-11ee-8c9a-f79eec36e280
!2023-09-09 05:20:24: Key: 1
!2023-09-09 05:20:24: Property list:
!2023-09-09 05:20:24: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 05:20:24: s:ConnectionStatus='Connected'
!2023-09-09 05:20:24: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 05:20:24: s:PortMappingNumberOfEntries='5'
2023-09-09 05:21:06: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 05:26:03: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 05:27:16: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:c62831c1-4ec0-11ee-8c9a-f79eec36e280'.
!2023-09-09 05:27:16: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 05:27:16: SID: uuid:c62831c1-4ec0-11ee-8c9a-f79eec36e280
!2023-09-09 05:27:16: Key: 0
!2023-09-09 05:27:16: Property list:
!2023-09-09 05:27:16: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 05:27:16: s:ConnectionStatus='Connected'
!2023-09-09 05:27:16: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 05:27:16: s:PortMappingNumberOfEntries='5'
2023-09-09 05:40:06: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 05:47:18: SafeIO::EOF: Attempt to read past end of file.
2023-09-09 05:52:08: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 05:57:07: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/vmitz/evt/IPConn' with SID == 'uuid:f1adcd9f-4ec4-11ee-8c9a-f79eec36e280'.
!2023-09-09 05:57:07: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 05:57:07: SID: uuid:f1adcd9f-4ec4-11ee-8c9a-f79eec36e280
!2023-09-09 05:57:07: Key: 0
!2023-09-09 05:57:07: Property list:
!2023-09-09 05:57:07: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 05:57:07: s:ConnectionStatus='Connected'
!2023-09-09 05:57:07: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 05:57:07: s:PortMappingNumberOfEntries='5'
!2023-09-09 06:00:02: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 06:00:02: SID: uuid:f1adcd9f-4ec4-11ee-8c9a-f79eec36e280
!2023-09-09 06:00:02: Key: 1
!2023-09-09 06:00:02: Property list:
!2023-09-09 06:00:02: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 06:00:02: s:ConnectionStatus='Disconnected'
!2023-09-09 06:00:02: s:ExternalIPAddress='0.0.0.0'
!2023-09-09 06:00:02: s:PortMappingNumberOfEntries='5'
!2023-09-09 06:01:47: Universal Plug and Play: WAN Service Detected: 'urn:schemas-upnp-org:service:WANIPConnection:1'.
!2023-09-09 06:01:47: Universal Plug and Play: Successfully retrieved SCPD Document for service urn:schemas-upnp-org:service:WANIPConnection:1, absEventSubURL: http://192.168.1.1:1900/jdrbv/evt/IPConn.
!2023-09-09 06:01:47: Universal Plug and Play: Successfully subscribed to service urn:schemas-upnp-org:service:WANIPConnection:1, absEventSubURL: http://192.168.1.1:1900/jdrbv/evt/IPConn.
!2023-09-09 06:01:47: Universal Plug and Play: Uninteresting service detected: 'urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1'. Ignoring.
!2023-09-09 06:01:47: Universal Plug and Play: Uninteresting service detected: 'urn:schemas-upnp-org:service:Layer3Forwarding:1'. Ignoring.
!2023-09-09 06:01:47: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 06:01:47: SID: uuid:989d8203-4ec5-11ee-8c9a-f79eec36e280
!2023-09-09 06:01:47: Key: 0
!2023-09-09 06:01:47: Property list:
!2023-09-09 06:01:47: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 06:01:47: s:ConnectionStatus='Disconnected'
!2023-09-09 06:01:47: s:ExternalIPAddress='0.0.0.0'
!2023-09-09 06:01:47: s:PortMappingNumberOfEntries='0'
!2023-09-09 06:01:47: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 06:01:47: SID: uuid:989d8203-4ec5-11ee-8c9a-f79eec36e280
!2023-09-09 06:01:47: Key: 1
!2023-09-09 06:01:47: Property list:
!2023-09-09 06:01:47: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 06:01:47: s:ConnectionStatus='Disconnected'
!2023-09-09 06:01:47: s:ExternalIPAddress='0.0.0.0'
!2023-09-09 06:01:47: s:PortMappingNumberOfEntries='1'
!2023-09-09 06:01:47: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 06:01:47: SID: uuid:989d8203-4ec5-11ee-8c9a-f79eec36e280
!2023-09-09 06:01:47: Key: 2
!2023-09-09 06:01:47: Property list:
!2023-09-09 06:01:47: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 06:01:47: s:ConnectionStatus='Disconnected'
!2023-09-09 06:01:47: s:ExternalIPAddress='0.0.0.0'
!2023-09-09 06:01:47: s:PortMappingNumberOfEntries='2'
!2023-09-09 06:01:50: Universal Plug and Play: WAN Service Detected: 'urn:schemas-upnp-org:service:WANIPConnection:1'.
!2023-09-09 06:01:50: Universal Plug and Play: Successfully retrieved SCPD Document for service urn:schemas-upnp-org:service:WANIPConnection:1, absEventSubURL: http://192.168.1.1:1900/orgkc/evt/IPConn.
!2023-09-09 06:01:50: Universal Plug and Play: Successfully subscribed to service urn:schemas-upnp-org:service:WANIPConnection:1, absEventSubURL: http://192.168.1.1:1900/orgkc/evt/IPConn.
!2023-09-09 06:01:50: Universal Plug and Play: Uninteresting service detected: 'urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1'. Ignoring.
!2023-09-09 06:01:50: Universal Plug and Play: Uninteresting service detected: 'urn:schemas-upnp-org:service:Layer3Forwarding:1'. Ignoring.
!2023-09-09 06:01:50: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 06:01:50: SID: uuid:9ac9deaa-4ec5-11ee-8c9a-f79eec36e280
!2023-09-09 06:01:50: Key: 0
!2023-09-09 06:01:50: Property list:
!2023-09-09 06:01:50: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 06:01:50: s:ConnectionStatus='Connected'
!2023-09-09 06:01:50: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 06:01:50: s:PortMappingNumberOfEntries='1'
!2023-09-09 06:01:50: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 06:01:50: SID: uuid:9ac9deaa-4ec5-11ee-8c9a-f79eec36e280
!2023-09-09 06:01:50: Key: 1
!2023-09-09 06:01:50: Property list:
!2023-09-09 06:01:50: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 06:01:50: s:ConnectionStatus='Connected'
!2023-09-09 06:01:50: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 06:01:50: s:PortMappingNumberOfEntries='2'
!2023-09-09 06:05:24: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 06:05:24: SID: uuid:9ac9deaa-4ec5-11ee-8c9a-f79eec36e280
!2023-09-09 06:05:24: Key: 2
!2023-09-09 06:05:24: Property list:
!2023-09-09 06:05:24: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 06:05:24: s:ConnectionStatus='Connected'
!2023-09-09 06:05:24: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 06:05:24: s:PortMappingNumberOfEntries='2'
2023-09-09 06:30:43: SafeIO::EOF: Attempt to read past end of file.
!2023-09-09 06:31:41: Universal Plug and Play: UPNP_EVENT_AUTORENEWAL_FAILED: Re-subscribed to EventURL 'http://192.168.1.1:1900/orgkc/evt/IPConn' with SID == 'uuid:c5de8769-4ec9-11ee-8c9a-f79eec36e280'.
!2023-09-09 06:31:41: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 06:31:41: SID: uuid:c5de8769-4ec9-11ee-8c9a-f79eec36e280
!2023-09-09 06:31:41: Key: 0
!2023-09-09 06:31:41: Property list:
!2023-09-09 06:31:41: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 06:31:41: s:ConnectionStatus='Connected'
!2023-09-09 06:31:41: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 06:31:41: s:PortMappingNumberOfEntries='2'
!2023-09-09 06:31:41: Universal Plug and Play: UPNP_EVENT_RECEIVED:
!2023-09-09 06:31:41: SID: uuid:c5de8769-4ec9-11ee-8c9a-f79eec36e280
!2023-09-09 06:31:41: Key: 1
!2023-09-09 06:31:41: Property list:
!2023-09-09 06:31:41: s:PossibleConnectionTypes='IP_Routed'
!2023-09-09 06:31:41: s:ConnectionStatus='Connected'
!2023-09-09 06:31:41: s:ExternalIPAddress='AAA.BBB.CCC.DDD'
!2023-09-09 06:31:41: s:PortMappingNumberOfEntries='3'
`
AT THIS POINT, AMULE CLOSES.
Router restart is at 6.00 AM. A few seconds difference may occur between computer and router time keeping.
The text was updated successfully, but these errors were encountered: