Hello iwlwifi developers and mailing list members,
I am reporting a reproducible connectivity issue with the Intel AX211 Wi-Fi card on a TP-Link Deco mesh network.
The core problem is that the connection is extremely unstable, dropping every few minutes. Detailed logs show that the driver is not crashing, but is being forced to roam between different mesh nodes. This handoff results in a full disconnection and reconnection (deauthenticating... by local choice
) instead of a seamless transition.
The hardware and driver work perfectly on non-mesh networks (e.g., a mobile hotspot), which isolates the problem to a direct incompatibility with the Deco's core mesh node-steering behavior.
System Information
(Please run these commands in your terminal and paste the output below)
1. Kernel and OS:
uname -a
Linux shadow-ZBook 6.8.0-79-generic #79-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 12 14:42:46 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2. Network Controller Details:
lspci -knn | grep -iA3 network
00:14.3 Network controller [0280]: Intel Corporation Alder Lake-P PCH CNVi WiFi [8086:51f0] (rev 01)
Subsystem: Intel Corporation Dual Band Wi-Fi 6E(802.11ax) AX211 160MHz 2x2 [Garfield Peak] [8086:0094]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifi
3. Driver Firmware:
modinfo iwlwifi | grep -E '^firmware|^version:'
firmware: iwlwifi-100-5.ucode
firmware: iwlwifi-1000-5.ucode
firmware: iwlwifi-135-6.ucode
firmware: iwlwifi-105-6.ucode
firmware: iwlwifi-2030-6.ucode
firmware: iwlwifi-2000-6.ucode
firmware: iwlwifi-5150-2.ucode
firmware: iwlwifi-5000-5.ucode
firmware: iwlwifi-6000g2b-6.ucode
firmware: iwlwifi-6000g2a-6.ucode
firmware: iwlwifi-6050-5.ucode
firmware: iwlwifi-6000-6.ucode
firmware: iwlwifi-7265D-29.ucode
firmware: iwlwifi-7265-17.ucode
firmware: iwlwifi-3168-29.ucode
firmware: iwlwifi-3160-17.ucode
firmware: iwlwifi-7260-17.ucode
firmware: iwlwifi-8265-36.ucode
firmware: iwlwifi-8000C-36.ucode
firmware: iwlwifi-9260-th-b0-jf-b0-46.ucode
firmware: iwlwifi-9000-pu-b0-jf-b0-46.ucode
firmware: iwlwifi-cc-a0-77.ucode
firmware: iwlwifi-QuZ-a0-jf-b0-77.ucode
firmware: iwlwifi-QuZ-a0-hr-b0-77.ucode
firmware: iwlwifi-Qu-b0-jf-b0-77.ucode
firmware: iwlwifi-Qu-c0-hr-b0-77.ucode
firmware: iwlwifi-Qu-b0-hr-b0-77.ucode
firmware: iwlwifi-ma-b0-gf4-a0.pnvm
firmware: iwlwifi-ma-b0-gf-a0.pnvm
firmware: iwlwifi-ty-a0-gf-a0.pnvm
firmware: iwlwifi-so-a0-gf4-a0.pnvm
firmware: iwlwifi-so-a0-gf-a0.pnvm
firmware: iwlwifi-ma-b0-mr-a0-86.ucode
firmware: iwlwifi-ma-b0-gf4-a0-86.ucode
firmware: iwlwifi-ma-b0-gf-a0-86.ucode
firmware: iwlwifi-ma-b0-hr-b0-86.ucode
firmware: iwlwifi-ma-a0-mr-a0-86.ucode
firmware: iwlwifi-ma-a0-gf4-a0-86.ucode
firmware: iwlwifi-ma-a0-gf-a0-86.ucode
firmware: iwlwifi-ma-a0-hr-b0-86.ucode
firmware: iwlwifi-ty-a0-gf-a0-86.ucode
firmware: iwlwifi-so-a0-gf-a0-86.ucode
firmware: iwlwifi-so-a0-hr-b0-86.ucode
firmware: iwlwifi-so-a0-jf-b0-86.ucode
firmware: iwlwifi-gl-c0-fm-c0.pnvm
firmware: iwlwifi-gl-c0-fm-c0-86.ucode
firmware: iwlwifi-gl-b0-fm-b0-86.ucode
firmware: iwlwifi-bz-a0-fm4-b0-86.ucode
firmware: iwlwifi-bz-a0-fm-c0-86.ucode
firmware: iwlwifi-bz-a0-fm-b0-86.ucode
firmware: iwlwifi-bz-a0-gf4-a0-86.ucode
firmware: iwlwifi-bz-a0-gf-a0-86.ucode
firmware: iwlwifi-bz-a0-hr-b0-86.ucode
firmware: iwlwifi-sc2f-a0-wh-a0-86.ucode
firmware: iwlwifi-sc2f-a0-fm-c0-86.ucode
firmware: iwlwifi-sc2-a0-wh-a0-86.ucode
firmware: iwlwifi-sc2-a0-fm-c0-86.ucode
firmware: iwlwifi-sc-a0-wh-a0-86.ucode
firmware: iwlwifi-sc-a0-gf4-a0-86.ucode
firmware: iwlwifi-sc-a0-gf-a0-86.ucode
firmware: iwlwifi-sc-a0-hr-b0-86.ucode
firmware: iwlwifi-sc-a0-hr-b0-86.ucode
firmware: iwlwifi-sc-a0-fm-c0-86.ucode
firmware: iwlwifi-sc-a0-fm-b0-86.ucode
firmware: iwlwifi-br-a0-pe-a0-96.ucode
firmware: iwlwifi-br-a0-petc-a0-96.ucode
firmware: iwlwifi-dr-a0-pe-a0-96.ucode
Network Equipment
Mesh System: TP-Link Deco (Model:M9Plus firmware:1.9.1 build 20250612 Rel.45690)
Mode of Operation: Access Point (AP) mode.
Summary of Issue and Troubleshooting Steps
The issue is a constant cycle of disconnection and reconnection only on the Deco mesh network. A comprehensive investigation has ruled out common causes and points to a driver/firmware incompatibility with the mesh's client-steering logic.
Key Kernel Log Event:
The disconnection is consistently preceded by this kernel message, indicating a forced roam rather than a signal loss:
wlp0s20f3: deauthenticating from [MAC_of_Deco_Node_1] by local choice (Reason: 3=DEAUTH_LEAVING)
Immediately after, the log shows an attempt to authenticate with a different MAC address belonging to another Deco node.
Troubleshooting Steps Performed:
Hardware Confirmed Working: The laptop maintains a 100% stable connection to a non-mesh mobile hotspot, proving the Intel AX211 card and driver are functional.
AP Mode Confirmed: The Deco system is running in Access Point mode, not Router mode.
Mesh Features Disabled: All user-configurable mesh roaming features in the Deco app have been disabled, including Fast Roaming and Beamforming.
Band Steering Eliminated: The issue occurs even when the Deco network is forced to operate on a 5GHz-only or 2.4GHz-only basis.
Guest Network Tested: The instability also occurs on the Deco's isolated Guest Network.
This rigorous process has isolated the fault to the non-optional, core node-steering behavior of the Deco mesh system and how the iwlwifi
driver handles the forced deauthentication
requests.
Unified Log File
The following is a unified log captured during these events. It contains both the high-level PING_MONITOR
(showing when internet access is lost) and the low-level kernel messages from dmesg
(showing the hardware activity). You can see the clear correlation between the "CONNECTION LOST" events and the "deauthenticating by local choice" messages.
--- Starting Unified Monitoring at Sun Sep 7 08:18:12 PM +08 2025 --- [ 0.274583] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored [ 1.340806] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: DF4E63B6-3BBC-4858-9737-C74F82F821F3 has zero instances [ 1.340832] wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 8F1F6436-9F42-42C8-BADC-0E9424F20C9A has zero instances [ 3.801676] iwlwifi 0000:00:14.3: enabling device (0000 -> 0002) [ 3.858131] iwlwifi 0000:00:14.3: Detected crf-id 0x400410, cnv-id 0x80400 wfpm id 0x80000020 [ 3.858179] iwlwifi 0000:00:14.3: PCI dev 51f0/0094, rev=0x370, rfid=0x2010d000 [ 3.868373] iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.41 [ 3.869698] iwlwifi 0000:00:14.3: loaded firmware version 86.fb5c9aeb.0 so-a0-gf-a0-86.ucode op_mode iwlmvm [ 4.692250] Bluetooth: hci0: Minimum firmware build 1 week 10 2014 [ 4.697921] Bluetooth: hci0: Found device firmware: intel/ibt-0040-0041.sfi [ 4.697947] Bluetooth: hci0: Firmware Version: 60-48.23 [ 4.741524] iwlwifi 0000:00:14.3: BIOS contains WGDS but no WRDS [ 4.741607] iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6E AX211 160MHz, REV=0x370 [ 4.913802] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20 [ 4.913850] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f [ 4.913860] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90 [ 4.913871] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0 [ 4.914713] iwlwifi 0000:00:14.3: loaded PNVM version 35148b80 [ 4.915220] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4 [ 4.930411] iwlwifi 0000:00:14.3: Detected RF GF, rfid=0x2010d000 [ 5.000297] iwlwifi 0000:00:14.3: base HW address: c4:75:ab:9a:fe:1b [ 5.322440] iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0 [ 5.325173] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20) [ 5.354455] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.36.0 [ 5.354465] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3 [ 6.212830] Bluetooth: hci0: Waiting for firmware download to complete [ 6.213283] Bluetooth: hci0: Firmware loaded in 1479839 usecs [ 6.235374] Bluetooth: hci0: Firmware timestamp 2023.48 buildtype 1 build 75324 [ 6.235381] Bluetooth: hci0: Firmware SHA1: 0x23bac558 [ 6.632285] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware paths/files for ipc type 0: [ 6.632297] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware file: intel/sof/sof-adl.ri [ 6.634414] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864 [ 6.634417] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0 [ 6.750177] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware info: version 2:2:0-57864 [ 6.750184] sof-audio-pci-intel-tgl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0 [ 6.827221] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20 [ 6.827270] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f [ 6.827281] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90 [ 6.827291] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0 [ 6.828626] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4 [ 6.874995] cs35l41-hda spi0-CSC3551:00-cs35l41-hda.0: DSP1: Firmware version: 3 [ 6.922970] iwlwifi 0000:00:14.3: Registered PHC clock: iwlwifi-PTP, with index: 0 [ 6.951584] cs35l41-hda spi0-CSC3551:00-cs35l41-hda.0: DSP1: Firmware: 400a4 vendor: 0x2 v0.43.1, 2 algorithms [ 6.982569] cs35l41-hda spi0-CSC3551:00-cs35l41-hda.1: DSP1: Firmware version: 3 [ 7.046042] cs35l41-hda spi0-CSC3551:00-cs35l41-hda.1: DSP1: Firmware: 400a4 vendor: 0x2 v0.43.1, 2 algorithms [ 9.976930] wlp0s20f3: authenticate with ca:78:7d:41:a4:87 (local address=c4:75:ab:9a:fe:1b) [ 9.978924] wlp0s20f3: send auth to ca:78:7d:41:a4:87 (try 1/3) [ 10.109238] wlp0s20f3: authenticate with ca:78:7d:41:a4:87 (local address=c4:75:ab:9a:fe:1b) [ 10.109694] wlp0s20f3: send auth to ca:78:7d:41:a4:87 (try 1/3) [ 10.179753] wlp0s20f3: authenticated [ 10.180508] wlp0s20f3: associate with ca:78:7d:41:a4:87 (try 1/3) [ 10.229774] wlp0s20f3: RX AssocResp from ca:78:7d:41:a4:87 (capab=0x1131 status=0 aid=14) [ 10.240490] wlp0s20f3: associated [ 10.241946] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by ca:78:7d:41:a4:87 [ 22.202898] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= SRC=192.168.0.16 DST=239.255.255.250 LEN=635 TOS=0x00 PREC=0x00 TTL=1 ID=59284 DF PROTO=UDP SPT=55469 DPT=3702 LEN=615 [ 22.203047] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= SRC=fe80:0000:0000:0000:f722:7bd4:92c6:f435 DST=ff02:0000:0000:0000:0000:0000:0000:000c LEN=655 TC=0 HOPLIMIT=1 FLOWLBL=543346 PROTO=UDP SPT=51752 DPT=3702 LEN=615 [ 22.246543] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:08:00 SRC=192.168.0.10 DST=192.168.0.16 LEN=2339 TOS=0x00 PREC=0x00 TTL=64 ID=45 PROTO=UDP SPT=3702 DPT=55469 LEN=2319 [ 22.321969] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:08:00 SRC=192.168.0.10 DST=192.168.0.16 LEN=2339 TOS=0x00 PREC=0x00 TTL=64 ID=46 PROTO=UDP SPT=3702 DPT=55469 LEN=2319 [ 22.533057] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:08:00 SRC=192.168.0.10 DST=192.168.0.16 LEN=2339 TOS=0x00 PREC=0x00 TTL=64 ID=47 PROTO=UDP SPT=3702 DPT=55469 LEN=2319 [ 22.608788] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:28:ee:52:e4:0a:5a:08:00 SRC=192.168.0.3 DST=192.168.0.16 LEN=2637 TOS=0x00 PREC=0x00 TTL=64 ID=56674 PROTO=UDP SPT=3702 DPT=55469 LEN=2617 [ 22.737497] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:08:00 SRC=192.168.0.10 DST=192.168.0.16 LEN=2339 TOS=0x00 PREC=0x00 TTL=64 ID=48 PROTO=UDP SPT=3702 DPT=55469 LEN=2319 [ 22.737640] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:86:dd SRC=fe80:0000:0000:0000:2e58:b9ff:fe1f:3ecc DST=fe80:0000:0000:0000:f722:7bd4:92c6:f435 LEN=2359 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=3702 DPT=51752 LEN=2319 [ 22.775504] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:28:ee:52:36:81:be:08:00 SRC=192.168.0.4 DST=192.168.0.16 LEN=2637 TOS=0x00 PREC=0x00 TTL=64 ID=37772 PROTO=UDP SPT=3702 DPT=55469 LEN=2617 [ 22.788784] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:86:dd SRC=fe80:0000:0000:0000:2e58:b9ff:fe1f:3ecc DST=fe80:0000:0000:0000:f722:7bd4:92c6:f435 LEN=2359 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=3702 DPT=51752 LEN=2319 [ 22.940254] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:86:dd SRC=fe80:0000:0000:0000:2e58:b9ff:fe1f:3ecc DST=fe80:0000:0000:0000:f722:7bd4:92c6:f435 LEN=2359 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=3702 DPT=51752 LEN=2319 [ 23.146919] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:86:dd SRC=fe80:0000:0000:0000:2e58:b9ff:fe1f:3ecc DST=fe80:0000:0000:0000:f722:7bd4:92c6:f435 LEN=2359 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=3702 DPT=51752 LEN=2319 [ 57.227695] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= SRC=192.168.0.16 DST=239.255.255.250 LEN=635 TOS=0x00 PREC=0x00 TTL=1 ID=64702 DF PROTO=UDP SPT=47897 DPT=3702 LEN=615 [ 57.227810] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= SRC=fe80:0000:0000:0000:f722:7bd4:92c6:f435 DST=ff02:0000:0000:0000:0000:0000:0000:000c LEN=655 TC=0 HOPLIMIT=1 FLOWLBL=603653 PROTO=UDP SPT=32906 DPT=3702 LEN=615 [ 57.263186] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:08:00 SRC=192.168.0.10 DST=192.168.0.16 LEN=2339 TOS=0x00 PREC=0x00 TTL=64 ID=49 PROTO=UDP SPT=3702 DPT=47897 LEN=2319 [ 57.265039] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:28:ee:52:e4:0a:5a:08:00 SRC=192.168.0.3 DST=192.168.0.16 LEN=2637 TOS=0x00 PREC=0x00 TTL=64 ID=56958 PROTO=UDP SPT=3702 DPT=47897 LEN=2617 [ 57.321536] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:28:ee:52:36:81:be:08:00 SRC=192.168.0.4 DST=192.168.0.16 LEN=2637 TOS=0x00 PREC=0x00 TTL=64 ID=39982 PROTO=UDP SPT=3702 DPT=47897 LEN=2617 [ 57.757001] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:86:dd SRC=fe80:0000:0000:0000:2e58:b9ff:fe1f:3ecc DST=fe80:0000:0000:0000:f722:7bd4:92c6:f435 LEN=2359 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=3702 DPT=32906 LEN=2319 [ 57.789867] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:86:dd SRC=fe80:0000:0000:0000:2e58:b9ff:fe1f:3ecc DST=fe80:0000:0000:0000:f722:7bd4:92c6:f435 LEN=2359 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=3702 DPT=32906 LEN=2319 [ 58.064557] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:86:dd SRC=fe80:0000:0000:0000:2e58:b9ff:fe1f:3ecc DST=fe80:0000:0000:0000:f722:7bd4:92c6:f435 LEN=2359 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=3702 DPT=32906 LEN=2319 [ 58.156692] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:86:dd SRC=fe80:0000:0000:0000:2e58:b9ff:fe1f:3ecc DST=fe80:0000:0000:0000:f722:7bd4:92c6:f435 LEN=2359 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=3702 DPT=32906 LEN=2319 [ 63.798843] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=91 TOS=0x00 PREC=0x00 TTL=64 ID=61106 DF PROTO=UDP SPT=53 DPT=56826 LEN=71 [ 118.890837] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=63460 DF PROTO=UDP SPT=53 DPT=42252 LEN=124 [ 118.890905] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=63461 DF PROTO=UDP SPT=53 DPT=42252 LEN=149 [ 123.909490] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=91 TOS=0x00 PREC=0x00 TTL=64 ID=63602 DF PROTO=UDP SPT=53 DPT=42252 LEN=71 [ 211.461438] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=91 TOS=0x00 PREC=0x00 TTL=64 ID=4493 DF PROTO=UDP SPT=53 DPT=52952 LEN=71 [ 211.461477] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=4494 DF PROTO=UDP SPT=53 DPT=52952 LEN=149 [ 216.478548] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=4764 DF PROTO=UDP SPT=53 DPT=52952 LEN=124 [ 216.478615] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=4765 DF PROTO=UDP SPT=53 DPT=52952 LEN=149 [ 323.795505] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=10367 DF PROTO=UDP SPT=53 DPT=38800 LEN=124 [ 323.795614] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=10368 DF PROTO=UDP SPT=53 DPT=38800 LEN=149 [ 328.813262] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=91 TOS=0x00 PREC=0x00 TTL=64 ID=10859 DF PROTO=UDP SPT=53 DPT=38800 LEN=71 [ 328.813336] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=10860 DF PROTO=UDP SPT=53 DPT=38800 LEN=149 [ 384.216611] wlp0s20f3: deauthenticating from ca:78:7d:41:a4:87 by local choice (Reason: 3=DEAUTH_LEAVING) [ 385.300339] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20 [ 385.300461] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f [ 385.300515] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90 [ 385.300576] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0 [ 385.301850] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4 [ 388.430956] wlp0s20f3: authenticate with 2e:ee:52:7f:87:8e (local address=c4:75:ab:9a:fe:1b) [ 388.432178] wlp0s20f3: send auth to 2e:ee:52:7f:87:8e (try 1/3) [ 388.465465] wlp0s20f3: authenticated [ 388.466959] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 1/3) [ 388.567981] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 2/3) [ 388.625852] wlp0s20f3: RX AssocResp from 2e:ee:52:7f:87:8e (capab=0x1511 status=0 aid=3) [ 388.630628] wlp0s20f3: associated [ 388.697155] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 2e:ee:52:7f:87:8e [ 392.889279] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=52.39.57.62 DST=192.168.0.16 LEN=121 TOS=0x00 PREC=0x00 TTL=247 ID=8785 DF PROTO=TCP SPT=8883 DPT=40612 WINDOW=9 RES=0x00 ACK PSH URGP=0 [ 393.273769] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=52.39.57.62 DST=192.168.0.16 LEN=64 TOS=0x00 PREC=0x00 TTL=247 ID=8786 DF PROTO=TCP SPT=8883 DPT=40612 WINDOW=9 RES=0x00 ACK URGP=0 [ 393.332988] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=52.39.57.62 DST=192.168.0.16 LEN=121 TOS=0x00 PREC=0x00 TTL=247 ID=8787 DF PROTO=TCP SPT=8883 DPT=40612 WINDOW=9 RES=0x00 ACK PSH URGP=0 [ 393.732625] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=52.39.57.62 DST=192.168.0.16 LEN=64 TOS=0x00 PREC=0x00 TTL=247 ID=8788 DF PROTO=TCP SPT=8883 DPT=40612 WINDOW=9 RES=0x00 ACK URGP=0 [ 393.789447] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=52.39.57.62 DST=192.168.0.16 LEN=121 TOS=0x00 PREC=0x00 TTL=247 ID=8789 DF PROTO=TCP SPT=8883 DPT=40612 WINDOW=9 RES=0x00 ACK PSH URGP=0 [ 407.231927] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=52.39.57.62 DST=192.168.0.16 LEN=121 TOS=0x00 PREC=0x00 TTL=247 ID=8796 DF PROTO=TCP SPT=8883 DPT=40612 WINDOW=9 RES=0x00 ACK PSH URGP=0 [ 409.790738] wlp0s20f3: deauthenticating from 2e:ee:52:7f:87:8e by local choice (Reason: 3=DEAUTH_LEAVING) [ 457.518726] wlp0s20f3: 80 MHz not supported, disabling VHT [ 457.527443] wlp0s20f3: authenticate with aa:88:eb:d9:6c:3b (local address=c4:75:ab:9a:fe:1b) [ 457.529156] wlp0s20f3: send auth to aa:88:eb:d9:6c:3b (try 1/3) [ 457.667241] wlp0s20f3: send auth to aa:88:eb:d9:6c:3b (try 2/3) [ 457.684387] wlp0s20f3: authenticated [ 457.686149] wlp0s20f3: associate with aa:88:eb:d9:6c:3b (try 1/3) [ 457.702194] wlp0s20f3: RX AssocResp from aa:88:eb:d9:6c:3b (capab=0x1431 status=0 aid=1) [ 457.708792] wlp0s20f3: associated [ 457.789141] wlp0s20f3: Limiting TX power to 20 (20 - 0) dBm as advertised by aa:88:eb:d9:6c:3b [ 706.632662] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:fa12:576f:2a5f:1531 LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=96768 PROTO=TCP SPT=443 DPT=42030 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 706.931390] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:fa12:576f:2a5f:1531 LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=96768 PROTO=TCP SPT=443 DPT=42030 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 707.238400] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:fa12:576f:2a5f:1531 LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=701471 PROTO=TCP SPT=443 DPT=42030 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 707.852316] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:fa12:576f:2a5f:1531 LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=977916 PROTO=TCP SPT=443 DPT=42030 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 709.081473] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:fa12:576f:2a5f:1531 LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=437320 PROTO=TCP SPT=443 DPT=42030 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 710.925329] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:fa12:576f:2a5f:1531 LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=592458 PROTO=TCP SPT=443 DPT=42030 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 715.941368] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:fa12:576f:2a5f:1531 LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=150893 PROTO=TCP SPT=443 DPT=42030 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 724.646496] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:fa12:576f:2a5f:1531 LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=933292 PROTO=TCP SPT=443 DPT=42030 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 741.316048] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:fa12:576f:2a5f:1531 LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=1002425 PROTO=TCP SPT=443 DPT=42030 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 1951.589195] wlp0s20f3: deauthenticating from aa:88:eb:d9:6c:3b by local choice (Reason: 3=DEAUTH_LEAVING) [ 1951.730932] wlp0s20f3: authenticate with 2e:ee:52:7f:87:8f (local address=c4:75:ab:9a:fe:1b) [ 1951.732518] wlp0s20f3: send auth to 2e:ee:52:7f:87:8f (try 1/3) [ 1951.765638] wlp0s20f3: authenticated [ 1951.766856] wlp0s20f3: associate with 2e:ee:52:7f:87:8f (try 1/3) [ 1951.872034] wlp0s20f3: associate with 2e:ee:52:7f:87:8f (try 2/3) [ 1951.926491] wlp0s20f3: RX AssocResp from 2e:ee:52:7f:87:8f (capab=0x1511 status=0 aid=2) [ 1951.933457] wlp0s20f3: associated [ 1952.021341] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 2e:ee:52:7f:87:8f [ 1960.945330] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=19717 DF PROTO=UDP SPT=53 DPT=46723 LEN=124 [ 1960.945340] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=19718 DF PROTO=UDP SPT=53 DPT=46723 LEN=149 [ 1965.989368] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=19808 DF PROTO=UDP SPT=53 DPT=46723 LEN=149 [ 1965.989409] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=19809 DF PROTO=UDP SPT=53 DPT=46723 LEN=124 [ 2225.617875] wlp0s20f3: deauthenticating from 2e:ee:52:7f:87:8f by local choice (Reason: 3=DEAUTH_LEAVING) [ 2225.747891] wlp0s20f3: 80 MHz not supported, disabling VHT [ 2225.754832] wlp0s20f3: authenticate with aa:88:eb:d9:6c:3b (local address=c4:75:ab:9a:fe:1b) [ 2225.756236] wlp0s20f3: send auth to aa:88:eb:d9:6c:3b (try 1/3) [ 2225.799643] wlp0s20f3: authenticated [ 2225.799918] wlp0s20f3: associate with aa:88:eb:d9:6c:3b (try 1/3) [ 2225.814663] wlp0s20f3: RX AssocResp from aa:88:eb:d9:6c:3b (capab=0x1431 status=0 aid=2) [ 2225.824229] wlp0s20f3: associated [ 2225.943949] wlp0s20f3: Limiting TX power to 20 (20 - 0) dBm as advertised by aa:88:eb:d9:6c:3b [ 2231.720041] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2402:1980:89fa:129f:2090:1708:d558:aeff DST=2402:1980:89fa:129f:95d9:cdb6:d0dc:5d9e LEN=72 TC=0 HOPLIMIT=254 FLOWLBL=0 PROTO=ICMPv6 TYPE=136 CODE=0 [ 2250.808439] wlp0s20f3: disassociated from aa:88:eb:d9:6c:3b (Reason: 1=UNSPECIFIED) [ 2253.608602] wlp0s20f3: 80 MHz not supported, disabling VHT [ 2253.615795] wlp0s20f3: authenticate with aa:88:eb:d9:6c:3b (local address=c4:75:ab:9a:fe:1b) [ 2253.617015] wlp0s20f3: send auth to aa:88:eb:d9:6c:3b (try 1/3) [ 2253.718987] wlp0s20f3: send auth to aa:88:eb:d9:6c:3b (try 2/3) [ 2253.819650] wlp0s20f3: send auth to aa:88:eb:d9:6c:3b (try 3/3) [ 2253.921981] wlp0s20f3: authentication with aa:88:eb:d9:6c:3b timed out [ 2263.501001] wlp0s20f3: 80 MHz not supported, disabling VHT [ 2263.506668] wlp0s20f3: authenticate with aa:88:eb:d9:6c:3b (local address=c4:75:ab:9a:fe:1b) [ 2263.507977] wlp0s20f3: send auth to aa:88:eb:d9:6c:3b (try 1/3) [ 2263.540327] wlp0s20f3: authenticated [ 2263.540971] wlp0s20f3: associate with aa:88:eb:d9:6c:3b (try 1/3) [ 2263.551532] wlp0s20f3: RX AssocResp from aa:88:eb:d9:6c:3b (capab=0x1431 status=0 aid=1) [ 2263.561182] wlp0s20f3: associated [ 2263.621165] wlp0s20f3: Limiting TX power to 20 (20 - 0) dBm as advertised by aa:88:eb:d9:6c:3b [ 2265.857903] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2402:1980:89fa:129f:2090:1708:d558:aeff DST=2402:1980:89fa:129f:95d9:cdb6:d0dc:5d9e LEN=72 TC=0 HOPLIMIT=254 FLOWLBL=0 PROTO=ICMPv6 TYPE=136 CODE=0 [ 2266.883922] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2402:1980:89fa:129f:2090:1708:d558:aeff DST=2402:1980:89fa:129f:95d9:cdb6:d0dc:5d9e LEN=72 TC=0 HOPLIMIT=254 FLOWLBL=0 PROTO=ICMPv6 TYPE=136 CODE=0 [ 2267.905133] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2402:1980:89fa:129f:2090:1708:d558:aeff DST=2402:1980:89fa:129f:95d9:cdb6:d0dc:5d9e LEN=72 TC=0 HOPLIMIT=254 FLOWLBL=0 PROTO=ICMPv6 TYPE=136 CODE=0 [ 2268.924770] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2402:1980:89fa:129f:2090:1708:d558:aeff DST=2402:1980:89fa:129f:95d9:cdb6:d0dc:5d9e LEN=72 TC=0 HOPLIMIT=254 FLOWLBL=0 PROTO=ICMPv6 TYPE=136 CODE=0 [ 2807.431374] wlp0s20f3: deauthenticating from aa:88:eb:d9:6c:3b by local choice (Reason: 3=DEAUTH_LEAVING) [ 2807.577292] wlp0s20f3: authenticate with 2e:ee:52:7f:87:8f (local address=c4:75:ab:9a:fe:1b) [ 2807.579001] wlp0s20f3: send auth to 2e:ee:52:7f:87:8f (try 1/3) [ 2807.611459] wlp0s20f3: authenticated [ 2807.612054] wlp0s20f3: associate with 2e:ee:52:7f:87:8f (try 1/3) [ 2807.717301] wlp0s20f3: associate with 2e:ee:52:7f:87:8f (try 2/3) [ 2807.771252] wlp0s20f3: RX AssocResp from 2e:ee:52:7f:87:8f (capab=0x1511 status=0 aid=2) [ 2807.778587] wlp0s20f3: associated [ 2807.884797] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 2e:ee:52:7f:87:8f [ 2834.699301] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=7374 DF PROTO=UDP SPT=53 DPT=60817 LEN=124 [ 2834.701764] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=7375 DF PROTO=UDP SPT=53 DPT=60817 LEN=149 [ 2839.704706] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=7611 DF PROTO=UDP SPT=53 DPT=60817 LEN=124 [ 2839.705770] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=7612 DF PROTO=UDP SPT=53 DPT=60817 LEN=149 [ 2894.797205] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=11334 DF PROTO=UDP SPT=53 DPT=49437 LEN=124 [ 2894.798240] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=11335 DF PROTO=UDP SPT=53 DPT=49437 LEN=149 [ 2899.814336] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=91 TOS=0x00 PREC=0x00 TTL=64 ID=11508 DF PROTO=UDP SPT=53 DPT=49437 LEN=71 [ 2948.937170] wlp0s20f3: deauthenticating from 2e:ee:52:7f:87:8f by local choice (Reason: 3=DEAUTH_LEAVING) [ 2949.258371] wlp0s20f3: authenticate with 2e:ee:52:7f:87:8e (local address=c4:75:ab:9a:fe:1b) [ 2949.259588] wlp0s20f3: send auth to 2e:ee:52:7f:87:8e (try 1/3) [ 2949.292650] wlp0s20f3: authenticated [ 2949.294296] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 1/3) [ 2949.401262] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 2/3) [ 2949.453778] wlp0s20f3: RX AssocResp from 2e:ee:52:7f:87:8e (capab=0x1511 status=0 aid=4) [ 2949.459295] wlp0s20f3: associated [ 2949.530044] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 2e:ee:52:7f:87:8e [ 2999.400998] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=16597 DF PROTO=UDP SPT=53 DPT=43102 LEN=124 [ 2999.401047] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=16598 DF PROTO=UDP SPT=53 DPT=43102 LEN=149 [ 3004.418013] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=91 TOS=0x00 PREC=0x00 TTL=64 ID=16770 DF PROTO=UDP SPT=53 DPT=43102 LEN=71 [ 3004.418051] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=16771 DF PROTO=UDP SPT=53 DPT=43102 LEN=149 [ 3020.379325] wlp0s20f3: deauthenticating from 2e:ee:52:7f:87:8e by local choice (Reason: 3=DEAUTH_LEAVING) [ 3020.513834] wlp0s20f3: authenticate with 2e:ee:52:7f:87:8f (local address=c4:75:ab:9a:fe:1b) [ 3020.515723] wlp0s20f3: send auth to 2e:ee:52:7f:87:8f (try 1/3) [ 3020.548960] wlp0s20f3: authenticated [ 3020.551174] wlp0s20f3: associate with 2e:ee:52:7f:87:8f (try 1/3) [ 3020.656299] wlp0s20f3: associate with 2e:ee:52:7f:87:8f (try 2/3) [ 3020.709464] wlp0s20f3: RX AssocResp from 2e:ee:52:7f:87:8f (capab=0x1511 status=0 aid=2) [ 3020.715402] wlp0s20f3: associated [ 3020.775401] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 2e:ee:52:7f:87:8f [ 3025.749581] wlp0s20f3: deauthenticating from 2e:ee:52:7f:87:8f by local choice (Reason: 3=DEAUTH_LEAVING) [ 3029.795429] wlp0s20f3: authenticate with 2e:ee:52:7f:87:8e (local address=c4:75:ab:9a:fe:1b) [ 3029.797033] wlp0s20f3: send auth to 2e:ee:52:7f:87:8e (try 1/3) [ 3029.831894] wlp0s20f3: authenticated [ 3029.832408] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 1/3) [ 3029.936188] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 2/3) [ 3029.997623] wlp0s20f3: RX AssocResp from 2e:ee:52:7f:87:8e (capab=0x1511 status=0 aid=4) [ 3030.003145] wlp0s20f3: associated [ 3030.016916] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 2e:ee:52:7f:87:8e [ 3059.423600] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=20286 DF PROTO=UDP SPT=53 DPT=42911 LEN=149 [ 3059.423612] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=20287 DF PROTO=UDP SPT=53 DPT=42911 LEN=124 [ 3064.414539] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=91 TOS=0x00 PREC=0x00 TTL=64 ID=20598 DF PROTO=UDP SPT=53 DPT=42911 LEN=71 [ 3064.423712] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=20599 DF PROTO=UDP SPT=53 DPT=42911 LEN=149 [ 3119.516562] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=23431 DF PROTO=UDP SPT=53 DPT=42381 LEN=124 [ 3119.516583] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=23432 DF PROTO=UDP SPT=53 DPT=42381 LEN=149 [ 3124.534282] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=91 TOS=0x00 PREC=0x00 TTL=64 ID=23769 DF PROTO=UDP SPT=53 DPT=42381 LEN=71 [ 3124.534328] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=23770 DF PROTO=UDP SPT=53 DPT=42381 LEN=149 [ 3180.403185] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=25506 DF PROTO=UDP SPT=53 DPT=35641 LEN=124 [ 3180.403214] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=25508 DF PROTO=UDP SPT=53 DPT=35641 LEN=149 [ 3184.708506] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=91 TOS=0x00 PREC=0x00 TTL=64 ID=25715 DF PROTO=UDP SPT=53 DPT=35641 LEN=71 [ 3184.712284] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=25716 DF PROTO=UDP SPT=53 DPT=35641 LEN=149 [ 3452.882748] wlp0s20f3: deauthenticating from 2e:ee:52:7f:87:8e by local choice (Reason: 3=DEAUTH_LEAVING) [ 3452.991875] wlp0s20f3: 80 MHz not supported, disabling VHT [ 3452.996795] wlp0s20f3: authenticate with aa:88:eb:d9:6c:3b (local address=c4:75:ab:9a:fe:1b) [ 3452.997947] wlp0s20f3: send auth to aa:88:eb:d9:6c:3b (try 1/3) [ 3453.028431] wlp0s20f3: authenticated [ 3453.029693] wlp0s20f3: associate with aa:88:eb:d9:6c:3b (try 1/3) [ 3453.042218] wlp0s20f3: RX AssocResp from aa:88:eb:d9:6c:3b (capab=0x1431 status=0 aid=2) [ 3453.050344] wlp0s20f3: associated [ 3453.102335] wlp0s20f3: Limiting TX power to 20 (20 - 0) dBm as advertised by aa:88:eb:d9:6c:3b [ 3459.394246] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2402:1980:89fa:129f:2090:1708:d558:aeff DST=2402:1980:89fa:129f:8cbb:2dab:3e68:41f7 LEN=72 TC=0 HOPLIMIT=254 FLOWLBL=0 PROTO=ICMPv6 TYPE=136 CODE=0 [ 3886.148926] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0804:0000:0000:0000:2001 DST=2402:1980:89fa:129f:8cbb:2dab:3e68:41f7 LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=962043 PROTO=TCP SPT=443 DPT=53830 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 3886.149830] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0804:0000:0000:0000:2001 DST=2402:1980:89fa:129f:8cbb:2dab:3e68:41f7 LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=330318 PROTO=TCP SPT=443 DPT=53828 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 3886.151910] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0804:0000:0000:0000:2001 DST=2402:1980:89fa:129f:8cbb:2dab:3e68:41f7 LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=859786 PROTO=TCP SPT=443 DPT=53846 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 3886.456139] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0804:0000:0000:0000:2001 DST=2402:1980:89fa:129f:8cbb:2dab:3e68:41f7 LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=216831 PROTO=TCP SPT=443 DPT=53832 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 3886.456179] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0804:0000:0000:0000:2001 DST=2402:1980:89fa:129f:8cbb:2dab:3e68:41f7 LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=1046050 PROTO=TCP SPT=443 DPT=53818 WINDOW=1050 RES=0x00 ACK PSH URGP=0 [ 3886.527957] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0804:0000:0000:0000:2001 DST=2402:1980:89fa:129f:8cbb:2dab:3e68:41f7 LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=962043 PROTO=TCP SPT=443 DPT=53830 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 3886.567805] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0804:0000:0000:0000:2001 DST=2402:1980:89fa:129f:8cbb:2dab:3e68:41f7 LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=859786 PROTO=TCP SPT=443 DPT=53846 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 3886.647959] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0804:0000:0000:0000:2001 DST=2402:1980:89fa:129f:8cbb:2dab:3e68:41f7 LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=216831 PROTO=TCP SPT=443 DPT=53832 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 3886.700940] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0804:0000:0000:0000:2001 DST=2402:1980:89fa:129f:8cbb:2dab:3e68:41f7 LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=1046050 PROTO=TCP SPT=443 DPT=53818 WINDOW=1050 RES=0x00 ACK PSH URGP=0 [ 3886.724658] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0804:0000:0000:0000:2001 DST=2402:1980:89fa:129f:8cbb:2dab:3e68:41f7 LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=330318 PROTO=TCP SPT=443 DPT=53828 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 3908.779748] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0804:0000:0000:0000:2001 DST=2402:1980:89fa:129f:8cbb:2dab:3e68:41f7 LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=591890 PROTO=TCP SPT=443 DPT=53818 WINDOW=1050 RES=0x00 ACK PSH URGP=0 [ 3930.798335] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0804:0000:0000:0000:2001 DST=2402:1980:89fa:129f:8cbb:2dab:3e68:41f7 LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=234082 PROTO=TCP SPT=443 DPT=53818 WINDOW=1050 RES=0x00 ACK PSH URGP=0 [ 4048.477702] wlp0s20f3: deauthenticating from aa:88:eb:d9:6c:3b by local choice (Reason: 3=DEAUTH_LEAVING) [ 4048.632620] wlp0s20f3: authenticate with 2e:ee:52:7f:87:8e (local address=c4:75:ab:9a:fe:1b) [ 4048.633801] wlp0s20f3: send auth to 2e:ee:52:7f:87:8e (try 1/3) [ 4048.668153] wlp0s20f3: authenticated [ 4048.668942] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 1/3) [ 4048.776175] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 2/3) [ 4048.827536] wlp0s20f3: RX AssocResp from 2e:ee:52:7f:87:8e (capab=0x1511 status=0 aid=3) [ 4048.834329] wlp0s20f3: associated [ 4048.901567] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 2e:ee:52:7f:87:8e [ 4052.307846] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=64177 DF PROTO=UDP SPT=53 DPT=42163 LEN=124 [ 4052.308513] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=64178 DF PROTO=UDP SPT=53 DPT=42163 LEN=149 [ 4056.567346] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=64335 DF PROTO=UDP SPT=53 DPT=42163 LEN=124 [ 4056.567400] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=64336 DF PROTO=UDP SPT=53 DPT=42163 LEN=149 [ 4069.830093] wlp0s20f3: deauthenticating from 2e:ee:52:7f:87:8e by local choice (Reason: 3=DEAUTH_LEAVING) [ 4069.933136] wlp0s20f3: 80 MHz not supported, disabling VHT [ 4069.938088] wlp0s20f3: authenticate with aa:88:eb:d9:6c:3b (local address=c4:75:ab:9a:fe:1b) [ 4069.939370] wlp0s20f3: send auth to aa:88:eb:d9:6c:3b (try 1/3) [ 4069.986960] wlp0s20f3: authenticated [ 4069.987830] wlp0s20f3: associate with aa:88:eb:d9:6c:3b (try 1/3) [ 4070.000253] wlp0s20f3: RX AssocResp from aa:88:eb:d9:6c:3b (capab=0x1431 status=0 aid=3) [ 4070.014180] wlp0s20f3: associated [ 4070.155963] wlp0s20f3: Limiting TX power to 20 (20 - 0) dBm as advertised by aa:88:eb:d9:6c:3b [ 4187.242287] wlp0s20f3: deauthenticating from aa:88:eb:d9:6c:3b by local choice (Reason: 3=DEAUTH_LEAVING) [ 4187.361742] wlp0s20f3: authenticate with 2e:ee:52:7f:87:8e (local address=c4:75:ab:9a:fe:1b) [ 4187.363020] wlp0s20f3: send auth to 2e:ee:52:7f:87:8e (try 1/3) [ 4187.396553] wlp0s20f3: authenticated [ 4187.397091] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 1/3) [ 4187.504200] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 2/3) [ 4187.558732] wlp0s20f3: RX AssocResp from 2e:ee:52:7f:87:8e (capab=0x1511 status=0 aid=4) [ 4187.563961] wlp0s20f3: associated [ 4187.654486] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 2e:ee:52:7f:87:8e [ 4197.188901] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=4820 DF PROTO=UDP SPT=53 DPT=41540 LEN=124 [ 4197.188915] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=4821 DF PROTO=UDP SPT=53 DPT=41540 LEN=149 [ 4202.301004] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=91 TOS=0x00 PREC=0x00 TTL=64 ID=5129 DF PROTO=UDP SPT=53 DPT=41540 LEN=71 [ 4202.301016] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=5130 DF PROTO=UDP SPT=53 DPT=41540 LEN=149 [ 4339.813903] wlp0s20f3: deauthenticating from 2e:ee:52:7f:87:8e by local choice (Reason: 3=DEAUTH_LEAVING) [ 4339.910244] wlp0s20f3: 80 MHz not supported, disabling VHT [ 4339.914686] wlp0s20f3: authenticate with aa:88:eb:d9:6c:3b (local address=c4:75:ab:9a:fe:1b) [ 4339.915945] wlp0s20f3: send auth to aa:88:eb:d9:6c:3b (try 1/3) [ 4339.946004] wlp0s20f3: authenticated [ 4339.947897] wlp0s20f3: associate with aa:88:eb:d9:6c:3b (try 1/3) [ 4339.964663] wlp0s20f3: RX AssocResp from aa:88:eb:d9:6c:3b (capab=0x1431 status=0 aid=4) [ 4339.973648] wlp0s20f3: associated [ 4339.981713] wlp0s20f3: Limiting TX power to 20 (20 - 0) dBm as advertised by aa:88:eb:d9:6c:3b [ 4345.896831] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2402:1980:89fa:129f:2090:1708:d558:aeff DST=2402:1980:89fa:129f:e8af:be36:6b67:771d LEN=72 TC=0 HOPLIMIT=254 FLOWLBL=0 PROTO=ICMPv6 TYPE=136 CODE=0 [ 4586.458410] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0805:0000:0000:0000:200a DST=2402:1980:89fa:129f:e8af:be36:6b67:771d LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=371503 PROTO=TCP SPT=443 DPT=36178 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 4586.662851] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0805:0000:0000:0000:200a DST=2402:1980:89fa:129f:e8af:be36:6b67:771d LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=151711 PROTO=TCP SPT=443 DPT=36178 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 4586.663544] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:e8af:be36:6b67:771d LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=701362 PROTO=TCP SPT=443 DPT=38722 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 4587.072815] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:e8af:be36:6b67:771d LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=701362 PROTO=TCP SPT=443 DPT=38722 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 4587.482278] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0805:0000:0000:0000:200a DST=2402:1980:89fa:129f:e8af:be36:6b67:771d LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=950278 PROTO=TCP SPT=443 DPT=36178 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 4587.483051] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:e8af:be36:6b67:771d LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=457731 PROTO=TCP SPT=443 DPT=38722 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 4587.789493] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:e8af:be36:6b67:771d LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=556851 PROTO=TCP SPT=443 DPT=38722 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 4588.506456] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0805:0000:0000:0000:200a DST=2402:1980:89fa:129f:e8af:be36:6b67:771d LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=167079 PROTO=TCP SPT=443 DPT=36178 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 4588.915948] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:e8af:be36:6b67:771d LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=515015 PROTO=TCP SPT=443 DPT=38722 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 4590.787675] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0805:0000:0000:0000:200a DST=2402:1980:89fa:129f:e8af:be36:6b67:771d LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=4570 PROTO=TCP SPT=443 DPT=36178 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 4621.108429] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0817:0000:0000:0000:200a DST=2402:1980:89fa:129f:e8af:be36:6b67:771d LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=837980 PROTO=TCP SPT=443 DPT=38722 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 4821.737172] wlp0s20f3: deauthenticating from aa:88:eb:d9:6c:3b by local choice (Reason: 3=DEAUTH_LEAVING) [ 4822.067717] wlp0s20f3: 80 MHz not supported, disabling VHT [ 4822.078390] wlp0s20f3: authenticate with 2e:ee:52:7f:87:8d (local address=c4:75:ab:9a:fe:1b) [ 4822.079813] wlp0s20f3: send auth to 2e:ee:52:7f:87:8d (try 1/3) [ 4822.112455] wlp0s20f3: authenticated [ 4822.114179] wlp0s20f3: associate with 2e:ee:52:7f:87:8d (try 1/3) [ 4822.222454] wlp0s20f3: associate with 2e:ee:52:7f:87:8d (try 2/3) [ 4822.282691] wlp0s20f3: RX AssocResp from 2e:ee:52:7f:87:8d (capab=0x1431 status=0 aid=10) [ 4822.289527] wlp0s20f3: associated [ 4822.289594] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 2e:ee:52:7f:87:8d [ 4896.029706] wlp0s20f3: deauthenticating from 2e:ee:52:7f:87:8d by local choice (Reason: 3=DEAUTH_LEAVING) [ 4897.587911] iwlwifi 0000:00:14.3: WFPM_UMAC_PD_NOTIFICATION: 0x20 [ 4897.587968] iwlwifi 0000:00:14.3: WFPM_LMAC2_PD_NOTIFICATION: 0x1f [ 4897.588019] iwlwifi 0000:00:14.3: WFPM_AUTH_KEY_0: 0x90 [ 4897.588070] iwlwifi 0000:00:14.3: CNVI_SCU_SEQ_DATA_DW9: 0x0 [ 4897.589406] iwlwifi 0000:00:14.3: RFIm is deactivated, reason = 4 [ 4900.611112] wlp0s20f3: 80 MHz not supported, disabling VHT [ 4900.618134] wlp0s20f3: authenticate with 2e:ee:52:7f:87:8d (local address=c4:75:ab:9a:fe:1b) [ 4900.619386] wlp0s20f3: send auth to 2e:ee:52:7f:87:8d (try 1/3) [ 4900.651514] wlp0s20f3: authenticated [ 4900.652267] wlp0s20f3: associate with 2e:ee:52:7f:87:8d (try 1/3) [ 4900.753415] wlp0s20f3: associate with 2e:ee:52:7f:87:8d (try 2/3) [ 4900.827374] wlp0s20f3: RX AssocResp from 2e:ee:52:7f:87:8d (capab=0x1431 status=0 aid=10) [ 4900.834461] wlp0s20f3: associated [ 4900.851779] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 2e:ee:52:7f:87:8d [ 4916.796305] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=172.217.25.42 DST=192.168.0.16 LEN=336 TOS=0x00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP SPT=443 DPT=37254 LEN=316 [ 4920.517424] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=172.217.25.42 DST=192.168.0.16 LEN=336 TOS=0x00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP SPT=443 DPT=48417 LEN=316 [ 4920.838265] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=142.251.223.35 DST=192.168.0.16 LEN=336 TOS=0x00 PREC=0x00 TTL=61 ID=0 DF PROTO=UDP SPT=443 DPT=41842 LEN=316 [ 4921.824116] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=172.217.25.46 DST=192.168.0.16 LEN=328 TOS=0x00 PREC=0x00 TTL=61 ID=0 DF PROTO=UDP SPT=443 DPT=57031 LEN=308 [ 4925.531569] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=142.251.223.35 DST=192.168.0.16 LEN=886 TOS=0x00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP SPT=443 DPT=58309 LEN=866 [ 4931.121587] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=142.251.223.35 DST=192.168.0.16 LEN=336 TOS=0x00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP SPT=443 DPT=58309 LEN=316 [ 5065.768388] wlp0s20f3: deauthenticating from 2e:ee:52:7f:87:8d by local choice (Reason: 3=DEAUTH_LEAVING) [ 5065.873064] wlp0s20f3: 80 MHz not supported, disabling VHT [ 5065.877872] wlp0s20f3: authenticate with aa:88:eb:d9:6c:3b (local address=c4:75:ab:9a:fe:1b) [ 5065.879295] wlp0s20f3: send auth to aa:88:eb:d9:6c:3b (try 1/3) [ 5065.912345] wlp0s20f3: authenticated [ 5065.913159] wlp0s20f3: associate with aa:88:eb:d9:6c:3b (try 1/3) [ 5065.925956] wlp0s20f3: RX AssocResp from aa:88:eb:d9:6c:3b (capab=0x1431 status=0 aid=5) [ 5065.935488] wlp0s20f3: associated [ 5065.995412] wlp0s20f3: Limiting TX power to 20 (20 - 0) dBm as advertised by aa:88:eb:d9:6c:3b [ 5311.450424] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:080d:0000:0000:0000:200a DST=2402:1980:89fa:129f:0e46:67ae:4040:359c LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=913638 PROTO=TCP SPT=443 DPT=39270 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 5311.962346] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:080d:0000:0000:0000:200a DST=2402:1980:89fa:129f:0e46:67ae:4040:359c LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=913638 PROTO=TCP SPT=443 DPT=39270 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 5311.962406] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0811:0000:0000:0000:200a DST=2402:1980:89fa:129f:0e46:67ae:4040:359c LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=1035713 PROTO=TCP SPT=443 DPT=53086 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 5312.167176] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:080d:0000:0000:0000:200a DST=2402:1980:89fa:129f:0e46:67ae:4040:359c LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=464706 PROTO=TCP SPT=443 DPT=39270 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 5312.474406] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0811:0000:0000:0000:200a DST=2402:1980:89fa:129f:0e46:67ae:4040:359c LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=1035713 PROTO=TCP SPT=443 DPT=53086 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 5312.477582] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:080d:0000:0000:0000:200a DST=2402:1980:89fa:129f:0e46:67ae:4040:359c LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=647393 PROTO=TCP SPT=443 DPT=39274 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 5312.883708] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0811:0000:0000:0000:200a DST=2402:1980:89fa:129f:0e46:67ae:4040:359c LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=590639 PROTO=TCP SPT=443 DPT=53086 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 5312.883761] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:080d:0000:0000:0000:200a DST=2402:1980:89fa:129f:0e46:67ae:4040:359c LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=647393 PROTO=TCP SPT=443 DPT=39274 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 5312.913243] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:080d:0000:0000:0000:200a DST=2402:1980:89fa:129f:0e46:67ae:4040:359c LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=61923 PROTO=TCP SPT=443 DPT=39270 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 5312.999242] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0813:0000:0000:0000:200a DST=2402:1980:89fa:129f:0e46:67ae:4040:359c LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=727622 PROTO=TCP SPT=443 DPT=39916 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 5333.065308] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0813:0000:0000:0000:200a DST=2402:1980:89fa:129f:0e46:67ae:4040:359c LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=233691 PROTO=TCP SPT=443 DPT=39916 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 5352.410529] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0813:0000:0000:0000:200a DST=2402:1980:89fa:129f:0e46:67ae:4040:359c LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=176143 PROTO=TCP SPT=443 DPT=39916 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 5372.994298] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0811:0000:0000:0000:200a DST=2402:1980:89fa:129f:0e46:67ae:4040:359c LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=647863 PROTO=TCP SPT=443 DPT=53086 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 5572.843540] wlp0s20f3: deauthenticating from aa:88:eb:d9:6c:3b by local choice (Reason: 3=DEAUTH_LEAVING) [ 5573.150740] wlp0s20f3: authenticate with 2e:ee:52:7f:87:8e (local address=c4:75:ab:9a:fe:1b) [ 5573.152327] wlp0s20f3: send auth to 2e:ee:52:7f:87:8e (try 1/3) [ 5573.186971] wlp0s20f3: authenticated [ 5573.187939] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 1/3) [ 5573.288933] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 2/3) [ 5573.352648] wlp0s20f3: RX AssocResp from 2e:ee:52:7f:87:8e (capab=0x1511 status=0 aid=4) [ 5573.357812] wlp0s20f3: associated [ 5573.441014] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 2e:ee:52:7f:87:8e [ 5713.321991] wlp0s20f3: disassociated from 2e:ee:52:7f:87:8e (Reason: 8=DISASSOC_STA_HAS_LEFT) [ 5717.646066] wlp0s20f3: authenticate with 2e:ee:52:7f:87:8f (local address=c4:75:ab:9a:fe:1b) [ 5717.647440] wlp0s20f3: send auth to 2e:ee:52:7f:87:8f (try 1/3) [ 5717.680787] wlp0s20f3: authenticated [ 5717.682208] wlp0s20f3: associate with 2e:ee:52:7f:87:8f (try 1/3) [ 5717.719565] wlp0s20f3: RX AssocResp from 2e:ee:52:7f:87:8f (capab=0x1511 status=0 aid=5) [ 5717.730557] wlp0s20f3: associated [ 5717.800459] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 2e:ee:52:7f:87:8f [ 5720.337514] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=9942 DF PROTO=UDP SPT=53 DPT=44735 LEN=124 [ 5720.339491] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=9943 DF PROTO=UDP SPT=53 DPT=44735 LEN=149 [ 5723.892102] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=142.250.199.3 DST=192.168.0.16 LEN=328 TOS=0x00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP SPT=443 DPT=45861 LEN=308 [ 5723.938114] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=74.125.68.84 DST=192.168.0.16 LEN=336 TOS=0x00 PREC=0x00 TTL=61 ID=0 DF PROTO=UDP SPT=443 DPT=55017 LEN=316 [ 5723.968415] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=172.217.25.74 DST=192.168.0.16 LEN=336 TOS=0x00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP SPT=443 DPT=39441 LEN=316 [ 5724.148340] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=172.217.25.131 DST=192.168.0.16 LEN=336 TOS=0x00 PREC=0x00 TTL=61 ID=0 DF PROTO=UDP SPT=443 DPT=35615 LEN=316 [ 5725.250164] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=10072 DF PROTO=UDP SPT=53 DPT=44735 LEN=124 [ 5725.250245] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=10073 DF PROTO=UDP SPT=53 DPT=44735 LEN=149 [ 5725.797485] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=172.217.25.74 DST=192.168.0.16 LEN=336 TOS=0x00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP SPT=443 DPT=35583 LEN=316 [ 5853.274136] wlp0s20f3: deauthenticating from 2e:ee:52:7f:87:8f by local choice (Reason: 3=DEAUTH_LEAVING) [ 5853.370294] wlp0s20f3: 80 MHz not supported, disabling VHT [ 5853.375458] wlp0s20f3: authenticate with aa:88:eb:d9:6c:3b (local address=c4:75:ab:9a:fe:1b) [ 5853.376729] wlp0s20f3: send auth to aa:88:eb:d9:6c:3b (try 1/3) [ 5853.408317] wlp0s20f3: authenticated [ 5853.408877] wlp0s20f3: associate with aa:88:eb:d9:6c:3b (try 1/3) [ 5853.422624] wlp0s20f3: RX AssocResp from aa:88:eb:d9:6c:3b (capab=0x1431 status=0 aid=6) [ 5853.430955] wlp0s20f3: associated [ 5853.557659] wlp0s20f3: Limiting TX power to 20 (20 - 0) dBm as advertised by aa:88:eb:d9:6c:3b [ 6097.554566] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0811:0000:0000:0000:200a DST=2402:1980:89fa:129f:d7cb:3064:eb54:bb0f LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=981145 PROTO=TCP SPT=443 DPT=60918 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 6097.985119] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0811:0000:0000:0000:200a DST=2402:1980:89fa:129f:d7cb:3064:eb54:bb0f LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=981145 PROTO=TCP SPT=443 DPT=60918 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 6098.190333] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0811:0000:0000:0000:200a DST=2402:1980:89fa:129f:d7cb:3064:eb54:bb0f LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=535684 PROTO=TCP SPT=443 DPT=60918 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 6098.804239] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0811:0000:0000:0000:200a DST=2402:1980:89fa:129f:d7cb:3064:eb54:bb0f LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=884611 PROTO=TCP SPT=443 DPT=60918 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 6100.032913] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0811:0000:0000:0000:200a DST=2402:1980:89fa:129f:d7cb:3064:eb54:bb0f LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=167941 PROTO=TCP SPT=443 DPT=60918 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 6100.646976] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0812:0000:0000:0000:200a DST=2402:1980:89fa:129f:d7cb:3064:eb54:bb0f LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=893617 PROTO=TCP SPT=443 DPT=44338 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 6100.954088] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0812:0000:0000:0000:200a DST=2402:1980:89fa:129f:d7cb:3064:eb54:bb0f LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=893617 PROTO=TCP SPT=443 DPT=44338 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 6101.159223] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0812:0000:0000:0000:200a DST=2402:1980:89fa:129f:d7cb:3064:eb54:bb0f LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=989239 PROTO=TCP SPT=443 DPT=44338 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 6101.876093] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0812:0000:0000:0000:200a DST=2402:1980:89fa:129f:d7cb:3064:eb54:bb0f LEN=145 TC=128 HOPLIMIT=122 FLOWLBL=760363 PROTO=TCP SPT=443 DPT=44338 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 6102.259174] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0811:0000:0000:0000:200a DST=2402:1980:89fa:129f:d7cb:3064:eb54:bb0f LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=240082 PROTO=TCP SPT=443 DPT=60918 WINDOW=1051 RES=0x00 ACK PSH URGP=0 [ 6118.157407] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:aa:88:eb:d9:6c:3b:86:dd SRC=2404:6800:4001:0812:0000:0000:0000:200a DST=2402:1980:89fa:129f:d7cb:3064:eb54:bb0f LEN=145 TC=0 HOPLIMIT=121 FLOWLBL=667797 PROTO=TCP SPT=443 DPT=44338 WINDOW=1051 RES=0x00 ACK PSH URGP=0 2025-09-07 20:18:13 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:18:13 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:18:18 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:18:18 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:18:24 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:18:24 | PING_MONITOR: Connection OK on 'west2east' [ 6227.226729] wlp0s20f3: deauthenticating from aa:88:eb:d9:6c:3b by local choice (Reason: 3=DEAUTH_LEAVING) 2025-09-07 20:18:29 | PING_MONITOR: *** NETWORK SWITCH *** from 'west2east' to '' 2025-09-07 20:18:29 | PING_MONITOR: *** NETWORK SWITCH *** from 'west2east' to '' 2025-09-07 20:18:29 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on '' # This entire block will be run as a separate, background process.! 2025-09-07 20:18:29 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on '' # This entire block will be run as a separate, background process.! 2025-09-07 20:18:34 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on '' # This entire block will be run as a separate, background process.! 2025-09-07 20:18:34 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on '' # This entire block will be run as a separate, background process.! 2025-09-07 20:18:39 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on '' # This entire block will be run as a separate, background process.! 2025-09-07 20:18:39 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on '' # This entire block will be run as a separate, background process.! 2025-09-07 20:18:44 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on '' # This entire block will be run as a separate, background process.! 2025-09-07 20:18:44 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on '' # This entire block will be run as a separate, background process.! [ 6243.594782] wlp0s20f3: authenticate with 32:ee:52:7f:87:8e (local address=c4:75:ab:9a:fe:1b) [ 6243.596303] wlp0s20f3: send auth to 32:ee:52:7f:87:8e (try 1/3) [ 6243.631367] wlp0s20f3: authenticated [ 6243.632332] wlp0s20f3: associate with 32:ee:52:7f:87:8e (try 1/3) [ 6243.739375] wlp0s20f3: associate with 32:ee:52:7f:87:8e (try 2/3) [ 6243.791201] wlp0s20f3: RX AssocResp from 32:ee:52:7f:87:8e (capab=0x1511 status=0 aid=1) [ 6243.798607] wlp0s20f3: associated [ 6243.975486] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 32:ee:52:7f:87:8e 2025-09-07 20:18:49 | PING_MONITOR: *** NETWORK SWITCH *** from '' to 'c31_x1_Guest' 2025-09-07 20:18:49 | PING_MONITOR: *** NETWORK SWITCH *** from '' to 'c31_x1_Guest' 2025-09-07 20:18:49 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:18:49 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:18:54 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:18:54 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:18:59 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:18:59 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:19:04 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:19:04 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:19:09 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:19:09 | PING_MONITOR: Connection OK on 'c31_x1_Guest' [ 6271.113497] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=169 TOS=0x00 PREC=0x00 TTL=64 ID=36858 DF PROTO=UDP SPT=53 DPT=39092 LEN=149 [ 6271.113509] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=192.168.0.1 DST=192.168.0.16 LEN=144 TOS=0x00 PREC=0x00 TTL=64 ID=36859 DF PROTO=UDP SPT=53 DPT=39092 LEN=124 2025-09-07 20:19:14 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:19:14 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:19:25 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:19:25 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:19:32 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:19:32 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:19:39 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:19:39 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:19:47 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:19:47 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:19:54 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:19:54 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:01 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:01 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:12 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:12 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:19 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:19 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:26 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:26 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:33 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:33 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:40 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:40 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:47 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:20:47 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! [ 6369.804331] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:c8:78:7d:51:a4:82:08:00 SRC=142.251.223.35 DST=192.168.0.16 LEN=336 TOS=0x00 PREC=0x00 TTL=60 ID=0 DF PROTO=UDP SPT=443 DPT=54995 LEN=316 2025-09-07 20:20:56 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:20:56 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:21:01 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:21:01 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:21:06 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:21:06 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:21:11 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:21:11 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:21:16 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:21:16 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:21:23 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:21:23 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:21:30 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:21:30 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:21:42 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:21:42 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:21:49 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:21:49 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:21:56 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:21:56 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:22:01 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:22:01 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:22:06 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:22:06 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:22:11 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:22:11 | PING_MONITOR: Connection OK on 'c31_x1_Guest' 2025-09-07 20:22:18 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:22:18 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:22:30 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:22:30 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:22:37 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:22:37 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:22:44 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:22:44 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:22:51 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:22:51 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:22:58 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:22:58 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:23:05 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:23:05 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:23:16 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:23:16 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:23:23 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:23:23 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! [ 6524.396883] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= SRC=192.168.0.16 DST=239.255.255.250 LEN=635 TOS=0x00 PREC=0x00 TTL=1 ID=2923 DF PROTO=UDP SPT=59033 DPT=3702 LEN=615 [ 6524.397018] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC= SRC=fe80:0000:0000:0000:cd18:c953:831d:219a DST=ff02:0000:0000:0000:0000:0000:0000:000c LEN=655 TC=0 HOPLIMIT=1 FLOWLBL=982585 PROTO=UDP SPT=39297 DPT=3702 LEN=615 [ 6524.530806] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:08:00 SRC=192.168.0.10 DST=192.168.0.16 LEN=2339 TOS=0x00 PREC=0x00 TTL=64 ID=53 PROTO=UDP SPT=3702 DPT=59033 LEN=2319 [ 6524.530848] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:08:00 SRC=192.168.0.10 DST=192.168.0.16 LEN=2339 TOS=0x00 PREC=0x00 TTL=64 ID=54 PROTO=UDP SPT=3702 DPT=59033 LEN=2319 [ 6524.758941] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:28:ee:52:e4:0a:5a:08:00 SRC=192.168.0.3 DST=192.168.0.16 LEN=2637 TOS=0x00 PREC=0x00 TTL=64 ID=20974 PROTO=UDP SPT=3702 DPT=59033 LEN=2617 [ 6524.758941] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:08:00 SRC=192.168.0.10 DST=192.168.0.16 LEN=2339 TOS=0x00 PREC=0x00 TTL=64 ID=55 PROTO=UDP SPT=3702 DPT=59033 LEN=2319 [ 6524.964402] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:08:00 SRC=192.168.0.10 DST=192.168.0.16 LEN=2339 TOS=0x00 PREC=0x00 TTL=64 ID=56 PROTO=UDP SPT=3702 DPT=59033 LEN=2319 [ 6524.970895] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:86:dd SRC=fe80:0000:0000:0000:2e58:b9ff:fe1f:3ecc DST=fe80:0000:0000:0000:cd18:c953:831d:219a LEN=2359 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=3702 DPT=39297 LEN=2319 [ 6525.168518] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:86:dd SRC=fe80:0000:0000:0000:2e58:b9ff:fe1f:3ecc DST=fe80:0000:0000:0000:cd18:c953:831d:219a LEN=2359 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=3702 DPT=39297 LEN=2319 [ 6525.435141] [UFW BLOCK] IN=wlp0s20f3 OUT= MAC=c4:75:ab:9a:fe:1b:2c:58:b9:1f:3e:cc:86:dd SRC=fe80:0000:0000:0000:2e58:b9ff:fe1f:3ecc DST=fe80:0000:0000:0000:cd18:c953:831d:219a LEN=2359 TC=0 HOPLIMIT=255 FLOWLBL=0 PROTO=UDP SPT=3702 DPT=39297 LEN=2319 2025-09-07 20:23:30 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:23:30 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:23:37 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:23:37 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:23:44 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:23:44 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:23:51 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:23:51 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:03 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:03 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:10 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:10 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:17 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:17 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:24 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:24 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:31 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:31 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:38 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:38 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:49 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:49 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:56 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:24:56 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:03 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:03 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:10 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:10 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:17 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:17 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:24 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:24 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:36 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:36 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:43 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:43 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:50 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:50 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:57 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:25:57 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:04 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:04 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:11 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:11 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:22 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:22 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:29 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:29 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:36 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:36 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:43 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:43 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:50 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:50 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:57 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:26:57 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:09 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:09 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:16 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:16 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:23 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:23 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:30 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:30 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:37 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:37 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:44 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:44 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on 'c31_x1_Guest' # This entire block will be run as a separate, background process.! [ 6785.833911] wlp0s20f3: deauthenticating from 32:ee:52:7f:87:8e by local choice (Reason: 3=DEAUTH_LEAVING) [ 6785.951080] wlp0s20f3: authenticate with 2e:ee:52:7f:87:8e (local address=c4:75:ab:9a:fe:1b) [ 6785.952194] wlp0s20f3: send auth to 2e:ee:52:7f:87:8e (try 1/3) [ 6785.984925] wlp0s20f3: authenticated [ 6785.985831] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 1/3) [ 6786.089957] wlp0s20f3: associate with 2e:ee:52:7f:87:8e (try 2/3) [ 6786.145190] wlp0s20f3: RX AssocResp from 2e:ee:52:7f:87:8e (capab=0x1511 status=0 aid=1) [ 6786.150428] wlp0s20f3: associated [ 6786.151330] wlp0s20f3: Limiting TX power to 30 (30 - 0) dBm as advertised by 2e:ee:52:7f:87:8e 2025-09-07 20:27:49 | PING_MONITOR: *** NETWORK SWITCH *** from 'c31_x1_Guest' to '' 2025-09-07 20:27:49 | PING_MONITOR: *** NETWORK SWITCH *** from 'c31_x1_Guest' to '' 2025-09-07 20:27:49 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on '' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:49 | PING_MONITOR: # This entire block will be run as a separate, background process.! CONNECTION LOST on '' # This entire block will be run as a separate, background process.! 2025-09-07 20:27:54 | PING_MONITOR: *** NETWORK SWITCH *** from '' to 'c31_x1' 2025-09-07 20:27:54 | PING_MONITOR: Connection OK on 'c31_x1' 2025-09-07 20:27:59 | PING_MONITOR: Connection OK on 'c31_x1' 2025-09-07 20:28:04 | PING_MONITOR: *** NETWORK SWITCH *** from 'c31_x1' to 'west2east' 2025-09-07 20:28:04 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:28:09 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:28:14 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:28:19 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:28:25 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:28:30 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:28:39 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:28:44 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:28:49 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:28:55 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:29:00 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:29:05 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:29:10 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:29:16 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:29:21 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:29:26 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:29:31 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:29:36 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:29:41 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:29:46 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:29:51 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:30:01 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:30:06 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:30:11 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:30:16 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:30:21 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:30:26 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:30:36 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:30:41 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:30:46 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:30:51 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:30:56 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:31:02 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:31:11 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:31:16 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:31:21 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:31:27 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:31:32 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:31:37 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:31:46 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:31:51 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:31:57 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:32:02 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:32:07 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:32:12 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:32:22 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:32:27 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:32:32 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:32:37 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:32:42 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:32:47 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:32:56 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:33:01 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:33:06 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:33:11 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:33:17 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:33:22 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:33:31 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:33:37 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:33:42 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:33:47 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:33:52 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:33:57 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:34:07 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:34:12 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:34:17 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:34:22 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:34:27 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:34:32 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:34:42 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:34:47 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:34:52 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:34:57 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:35:02 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:35:07 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:35:17 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:35:22 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:35:27 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:35:32 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:35:37 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:35:42 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:35:52 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:35:57 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:36:02 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:36:07 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:36:12 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:36:17 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:36:27 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:36:32 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:36:37 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:36:42 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:36:48 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:36:53 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:37:03 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:37:08 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:37:13 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:37:18 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:37:23 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:37:28 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:37:38 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:37:43 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:37:48 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:37:53 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:37:58 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:38:03 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:38:12 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:38:17 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:38:22 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:38:27 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:38:32 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:38:37 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:38:48 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:38:53 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:38:58 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:39:03 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:39:08 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:39:13 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:39:23 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:39:29 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:39:34 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:39:39 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:39:44 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:39:49 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:39:59 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:40:04 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:40:09 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:40:14 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:40:19 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:40:24 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:40:34 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:40:39 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:40:44 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:40:49 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:40:54 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:40:59 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:41:08 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:41:13 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:41:18 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:41:23 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:41:28 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:41:33 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:41:43 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:41:48 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:41:53 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:41:58 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:42:03 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:42:09 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:42:19 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:42:24 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:42:29 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:42:34 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:42:39 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:42:44 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:42:53 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:42:59 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:43:04 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:43:09 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:43:14 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:43:19 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:43:29 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:43:34 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:43:39 | PING_MONITOR: Connection OK on 'west2east' 2025-09-07 20:43:44 | PING_MONITOR: Connection OK on 'west2east'