<?xml version="1.0"?>
<rss version="2.0"><channel><title><![CDATA[Community Support & Knowledge Exchange Latest Questions]]></title><link>https://forum.keenetic.com/forum/47-community-support-knowledge-exchange/</link><description><![CDATA[Community Support & Knowledge Exchange Latest Questions]]></description><language>en</language><item><title>Keenetic Sprinter Seems not to respond to 802.11v BSS Transition Mgmt Queries</title><link>https://forum.keenetic.com/topic/25397-keenetic-sprinter-seems-not-to-respond-to-80211v-bss-transition-mgmt-queries/</link><description><![CDATA[<p>
	I have a wifi system with a Sprinter (KN-3711) and Buddy 6 (KN-3411) both on Keenetic OS 5.0.8. I am testing a Zephyr RTOS - based device to verify experimental support for 802.11 roaming protocols (k, v, r).<br />
	So far, RRM Neighbor report requests from my device get responses, but BSS transition Mgmt queries get no responses. The queries are rate limited, min interval between two queries is 2 seconds. See sample logs from the device:<br />
	<br />
	```<br />
	[08:31:01.486,000] &lt;wrn&gt; RT555/wifi_conn: signal (-68 dBm) is near / below threshold (-70 dBm), start roaming procedures<br />
	[08:31:01.486,000] &lt;inf&gt; RT555/wifi_conn: Signal level dropped, requesting roaming (deferred)<br />
	[08:31:01.486,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: Calling wpa_cli: wnm_bss_query, argc: 2<br />
	[08:31:01.486,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: argv[0]: wnm_bss_query<br />
	[08:31:01.486,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: argv[1]: 16<br />
	[08:31:01.487,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wlan0: Control interface command 'WNM_BSS_QUERY 16'<br />
	[08:31:01.487,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: CTRL_IFACE: WNM_BSS_QUERY query_reason=16<br />
	[08:31:01.487,000] &lt;inf&gt; RT555/wpa_supp: WNM: Send BSS Transition Management Query to 52:ff:20:a8:57:4b query_reason=16<br />
	[08:31:01.487,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wpa_supp: Send Action frame (freq=5240 MHz wait=0 ms no_cck=0)<br />
	[08:31:01.490,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wpa_supp: Frame TX status event<br />
	[08:31:01.490,000] &lt;dbg&gt; RT555/wifi_supplicant: event_socket_handler: Passing message 16 to wpa_supplicant<br />
	[08:31:01.491,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wlan0: Event TX_STATUS (16) received<br />
	[08:31:01.491,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wlan0: EVENT_TX_STATUS dst=52:ff:20:a8:57:4b type=0 stype=13<br />
	[08:31:01.491,000] &lt;inf&gt; RT555/os: 0x300ab2d0 (supplicant_thread):      unused 3572     usage 4620 / 8192 (56 %)<br />
	[08:31:03.477,000] &lt;dbg&gt; RT555/wifi_supplicant: event_socket_handler: Passing message 24 to wpa_supplicant<br />
	[08:31:03.477,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wlan0: Event SIGNAL_CHANGE (24) received<br />
	[08:31:03.478,000] &lt;inf&gt; RT555/wpa_supp: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-67 noise=0 txrate=51600<br />
	[08:31:03.478,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: bgscan simple: signal level changed (above=1 current_signal=-67 current_noise=0 current_txrate=51600))<br />
	[08:31:03.478,000] &lt;inf&gt; RT555/os: 0x300ab2d0 (supplicant_thread):      unused 3572     usage 4620 / 8192 (56 %)<br />
	[08:31:03.478,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: Received len: 64, msg_len:64 - CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-67 noise=0 txrate=51600-&gt;END<br />
	[08:31:03.479,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wlan0: Control interface command 'SIGNAL_POLL'<br />
	[08:31:03.492,000] &lt;wrn&gt; RT555/wifi_conn: signal (-67 dBm) is near / below threshold (-70 dBm), start roaming procedures<br />
	[08:31:03.492,000] &lt;inf&gt; RT555/wifi_conn: Signal level dropped, requesting roaming (deferred)<br />
	[08:31:03.492,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: Calling wpa_cli: wnm_bss_query, argc: 2<br />
	[08:31:03.492,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: argv[0]: wnm_bss_query<br />
	[08:31:03.492,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: argv[1]: 16<br />
	[08:31:03.493,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wlan0: Control interface command 'WNM_BSS_QUERY 16'<br />
	[08:31:03.493,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: CTRL_IFACE: WNM_BSS_QUERY query_reason=16<br />
	[08:31:03.493,000] &lt;inf&gt; RT555/wpa_supp: WNM: Send BSS Transition Management Query to 52:ff:20:a8:57:4b query_reason=16<br />
	[08:31:03.493,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wpa_supp: Send Action frame (freq=5240 MHz wait=0 ms no_cck=0)<br />
	[08:31:03.496,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wpa_supp: Frame TX status event<br />
	[08:31:03.496,000] &lt;dbg&gt; RT555/wifi_supplicant: event_socket_handler: Passing message 16 to wpa_supplicant<br />
	[08:31:03.497,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wlan0: Event TX_STATUS (16) received<br />
	[08:31:03.497,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wlan0: EVENT_TX_STATUS dst=52:ff:20:a8:57:4b type=0 stype=13<br />
	[08:31:03.497,000] &lt;inf&gt; RT555/os: 0x300ab2d0 (supplicant_thread):      unused 3572     usage 4620 / 8192 (56 %)
</p>

<p>
	... no response ...
</p>

<p>
	<br />
	[08:31:05.498,000] &lt;wrn&gt; RT555/wifi_conn: signal (-68 dBm) is near / below threshold (-70 dBm), start roaming procedures<br />
	[08:31:05.498,000] &lt;inf&gt; RT555/wifi_conn: Signal level dropped, requesting roaming (deferred)<br />
	[08:31:05.499,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: Calling wpa_cli: wnm_bss_query, argc: 2<br />
	[08:31:05.499,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: argv[0]: wnm_bss_query<br />
	[08:31:05.499,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: argv[1]: 16<br />
	[08:31:05.499,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wlan0: Control interface command 'WNM_BSS_QUERY 16'<br />
	[08:31:05.499,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: CTRL_IFACE: WNM_BSS_QUERY query_reason=16<br />
	[08:31:05.499,000] &lt;inf&gt; RT555/wpa_supp: WNM: Send BSS Transition Management Query to 52:ff:20:a8:57:4b query_reason=16<br />
	[08:31:05.500,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wpa_supp: Send Action frame (freq=5240 MHz wait=0 ms no_cck=0)<br />
	[08:31:05.503,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wpa_supp: Frame TX status event<br />
	[08:31:05.503,000] &lt;dbg&gt; RT555/wifi_supplicant: event_socket_handler: Passing message 16 to wpa_supplicant<br />
	[08:31:05.503,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wlan0: Event TX_STATUS (16) received<br />
	[08:31:05.503,000] &lt;dbg&gt; RT555/wpa_supp: wpa_printf_impl: wlan0: EVENT_TX_STATUS dst=52:ff:20:a8:57:4b type=0 stype=13<br />
	[08:31:05.503,000] &lt;inf&gt; RT555/os: 0x300ab2d0 (supplicant_thread):      unused 3572     usage 4620 / 8192 (56 %)<br />
	 
</p>

<p>
	... no response ...<br />
	```<br />
	<br />
	To translate to human-readable terms query_reason=16 means "Low RSSI" and Event TX_STATUS (16) means event was tx'ed successfully.<br />
	<br />
	The device is correctly listed with k and v support in the client list. I think it is strange that the controller does not respond to BTM queries at all. Any help would be appreciated.
</p>
]]></description><guid isPermaLink="false">25397</guid><pubDate>Mon, 13 Apr 2026 09:43:46 +0000</pubDate></item><item><title>Problems with DHCP</title><link>https://forum.keenetic.com/topic/25305-problems-with-dhcp/</link><description><![CDATA[<p>
	<span> </span> 
</p>

<p>
	Hello all!
</p>

<p>
	After update to 5.0.4 and later KeeneticOS <span lang="en" xml:lang="en"><span><span>noticed the following problem with address allocation (as example - connect over wifi) - router not allocated new ip address after connect to wifi. logs have messages:</span></span></span>
</p>

<div class="ipsSpoiler" data-ipsspoiler="">
	<div class="ipsSpoiler_header">
		<span>Spoiler</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			[I] Apr  8 14:09:54 ndhcps: DHCPDISCOVER received from 2c:98:11:56:5d:5b hostname "Winsor-Laptop". <br />
			[I] Apr  8 14:09:54 ndhcps: received ICMP reply from 2c:98:11:56:5d:5b, not our client 2c:98:11:56:5d:5b. <br />
			[I] Apr  8 14:10:06 ndhcps: Core::Syslog: last message repeated 114 times.<br />
			[E] Apr  8 14:10:06 ndhcps: failed to allocate new IP address. <br />
			[I] Apr  8 14:10:06 ndhcps: DHCPDISCOVER received from 2c:98:11:56:5d:5b hostname "Winsor-Laptop". <br />
			[I] Apr  8 14:10:06 ndhcps: received ICMP reply from 2c:98:11:56:5d:5b, not our client 2c:98:11:56:5d:5b. <br />
			[I] Apr  8 14:10:18 ndhcps: Core::Syslog: last message repeated 114 times.<br />
			[E] Apr  8 14:10:18 ndhcps: failed to allocate new IP address. 
		</p>
	</div>
</div>

<p>
	<br />
	<br />
	after reboot router or restart dhcp from cli - the address is given and everything works<br />
	<br />
	 
</p>

<div class="ipsSpoiler" data-ipsspoiler="">
	<div class="ipsSpoiler_header">
		<span>Spoiler</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			[I] Apr  8 14:15:33 ndhcps: DHCPDISCOVER received from 2c:98:11:56:5d:5b hostname "Winsor-Laptop". <br />
			[I] Apr  8 14:15:33 ndhcps: received ICMP reply from 2c:98:11:56:5d:5b, not our client 2c:98:11:56:5d:5b. <br />
			[I] Apr  8 14:15:44 ndhcps: Core::Syslog: last message repeated 105 times.<br />
			[I] Apr  8 14:15:45 ndhcps: making OFFER of 192.168.1.93 to 2c:98:11:56:5d:5b. <br />
			[I] Apr  8 14:15:45 ndhcps: DHCPDISCOVER received from 2c:98:11:56:5d:5b hostname "Winsor-Laptop". <br />
			[I] Apr  8 14:15:45 ndhcps: making OFFER of 192.168.1.93 to 2c:98:11:56:5d:5b. <br />
			[I] Apr  8 14:15:45 ndhcps: DHCPDISCOVER received from 2c:98:11:56:5d:5b hostname "Winsor-Laptop". <br />
			[I] Apr  8 14:15:45 ndhcps: making OFFER of 192.168.1.93 to 2c:98:11:56:5d:5b. <br />
			[I] Apr  8 14:15:45 ndhcps: DHCPDISCOVER received from 2c:98:11:56:5d:5b hostname "Winsor-Laptop". <br />
			[I] Apr  8 14:15:45 ndhcps: making OFFER of 192.168.1.93 to 2c:98:11:56:5d:5b. <br />
			[I] Apr  8 14:15:46 ndm: Network::Interface::Mtk::WifiMonitor: "WifiMaster1/AccessPoint0": STA(c0:09:25:52:f1:18) had deauthenticated by STA (reason: STA is leaving or has left BSS). <br />
			[W] Apr  8 14:15:50 coalagent: Neighbour event duplicate rejected (action = "new", update = "none", type = "ip", mac = "2c:98:11:56:5d:5b"). <br />
			[I] Apr  8 14:15:54 ndm: Network::Interface::Mtk::WifiMonitor: "WifiMaster1/AccessPoint0": STA(2c:98:11:56:5d:5b) had associated. <br />
			[I] Apr  8 14:15:55 ndm: Network::Interface::Mtk::WifiMonitor: "WifiMaster1/AccessPoint0": STA(2c:98:11:56:5d:5b) set key done in WPA2/WPA2PSK. <br />
			[I] Apr  8 14:15:55 ndhcps: DHCPDISCOVER received from 2c:98:11:56:5d:5b hostname "Winsor-Laptop". <br />
			[I] Apr  8 14:15:55 ndhcps: making OFFER of 192.168.1.93 to 2c:98:11:56:5d:5b. <br />
			[I] Apr  8 14:15:55 ndhcps: DHCPREQUEST received (STATE_SELECTING) for 192.168.1.93 from 2c:98:11:56:5d:5b hostname "Winsor-Laptop". <br />
			[I] Apr  8 14:15:55 ndhcps: sending ACK of 192.168.1.93 to 2c:98:11:56:5d:5b. 
		</p>
	</div>
</div>

<p>
	<span lang="en" xml:lang="en"><span><span>but after a while the problem repeats itself, until reboot. My configuration:</span></span></span>
</p>

<div class="ipsSpoiler" data-ipsspoiler="">
	<div class="ipsSpoiler_header">
		<span>Spoiler</span>
	</div>

	<div class="ipsSpoiler_contents">
		<p>
			known host "Winsor-Laptop - Home network - 2025-03-17 18:26" 2c:98:11:56:5d:5b<br />
			ip dhcp pool _WEBADMIN<br />
			    range 192.168.1.20 192.168.1.139<br />
			    default-router 192.168.1.1<br />
			    dns-server 192.168.1.1<br />
			    lease 3600<br />
			    bind Home<br />
			    enable
		</p>
	</div>
</div>

<p>
	Has anyone encountered a same problem?
</p>
]]></description><guid isPermaLink="false">25305</guid><pubDate>Wed, 08 Apr 2026 11:57:35 +0000</pubDate></item><item><title>EU variant (KN-1812) missing country codes available on EAEU variant (KN-1012)</title><link>https://forum.keenetic.com/topic/25224-eu-variant-kn-1812-missing-country-codes-available-on-eaeu-variant-kn-1012/</link><description><![CDATA[<p>
	I'm moving from a Giga (KN-1012) EAEU to a Titan (KN-1812) EU.<br />
	When setting it up, I noticed that the EU variant is missing a lot of country codes compared to the EAEU variant (including the one I need).
</p>

<p>
	Attaching the output of <code>show interface WifiMaster0 country-codes</code> from both devices for comparison.
</p>

<p>
	Is there a way to add the missing codes?
</p>
<p>
<a class="ipsAttachLink" href="https://forum.keenetic.com/applications/core/interface/file/attachment.php?id=41671&amp;key=ff9916df023185482d7dc9db6bd05f59" data-fileExt='json' data-fileid='41671' data-filekey='ff9916df023185482d7dc9db6bd05f59'>Giga (KN-1012) EAEU.json</a> 
<a class="ipsAttachLink" href="https://forum.keenetic.com/applications/core/interface/file/attachment.php?id=41672&amp;key=f50ba523e90ab558609be404ed2c88bd" data-fileExt='json' data-fileid='41672' data-filekey='f50ba523e90ab558609be404ed2c88bd'>Titan (KN-1812) EU.json</a></p>]]></description><guid isPermaLink="false">25224</guid><pubDate>Sun, 05 Apr 2026 12:10:13 +0000</pubDate></item><item><title>Lost local Web UI access with HTTP 403 when OpenVPN KN-1012 server subnet requires "ip static 10.84.0.0/24 GigabitEthernet0/Vlan4" for Internet access via WAN NAT</title><link>https://forum.keenetic.com/topic/24987-lost-local-web-ui-access-with-http-403-when-openvpn-kn-1012-server-subnet-requires-ip-static-10840024-gigabitethernet0vlan4-for-internet-access-via-wan-nat/</link><description><![CDATA[<p>
	Hello,
</p>

<p>
	I found a reproducible issue on Keenetic Giga KN-1012. Issue support request #654031
</p>

<p>
	Environment:<br />
	- Model: Keenetic Giga KN-1012<br />
	- KeeneticOS: 5.0.8<br />
	- OpenVPN server subnet: 10.84.0.0/24<br />
	- WAN interface: GigabitEthernet0/Vlan4
</p>

<p>
	- Home subnet 192.168.1.0/24<br />
	- Web UI tested via:<br />
	  - http://10.84.0.1<br />
	  - http://192.168.1.1<br />
	  - <a href="http://my.keenetic.net" rel="external nofollow">http://my.keenetic.net</a><br />
	- SSH access works in all scenarios from Home and OpenVPN1 segments
</p>

<p>
	Current routing/NAT logic:<br />
	- WAN NAT is enabled on GigabitEthernet0/Vlan4<br />
	- OpenVPN clients are in 10.84.0.0/24
</p>

<p>
	Problem:<br />
	It looks like OpenVPN clients need the following directive in order to reach external resources through GigabitEthernet0/Vlan4:<br />
	ip static 10.84.0.0 255.255.255.0 GigabitEthernet0/Vlan4
</p>

<p>
	However, when this directive is present, local Web UI access starts failing with HTTP 403 Forbidden.
</p>

<p>
	Reproducible behavior:
</p>

<p>
	Case A — without:<br />
	no ip static 10.84.0.0 255.255.255.0 GigabitEthernet0/Vlan4
</p>

<p>
	Observed results:<br />
	1. 10.84.0.1 is accessible from OpenVPN client 10.84.0.2<br />
	2. my.keenetic.net is accessible from OpenVPN client 10.84.0.2<br />
	3. 10.84.0.1 is accessible from Home client 192.168.1.124<br />
	4. OpenVPN client 10.84.0.2 cannot access external resources that should go through GigabitEthernet0/Vlan4
</p>

<p>
	Case B — with:<br />
	ip static 10.84.0.0 255.255.255.0 GigabitEthernet0/Vlan4
</p>

<p>
	Observed results:<br />
	1. 10.84.0.1 is NOT accessible from OpenVPN client 10.84.0.2<br />
	2. Web UI returns HTTP 403 Forbidden<br />
	3. my.keenetic.net is still accessible from OpenVPN client 10.84.0.2<br />
	4. OpenVPN client 10.84.0.2 CAN access external resources through GigabitEthernet0/Vlan4<br />
	5. 10.84.0.1 is also NOT accessible from Home client 192.168.1.124
</p>

<p>
	Important note:<br />
	- SSH access to Keenetic remains available on all interface addresses in both cases.<br />
	- The issue affects Web UI access only.<br />
	- A similar effect was previously observed with:<br />
	  ip static 192.168.1.0 255.255.255.0 GigabitEthernet0/Vlan4<br />
	  In that case, replacing it with normal NAT for the Home segment restored HTTP access to 192.168.1.1.
</p>

<p>
	Expected behavior:<br />
	- OpenVPN clients should be able to access external resources via WAN NAT<br />
	- Local Web UI access via 10.84.0.1 and 192.168.1.1 should continue working<br />
	- Enabling outbound NAT/routing for the OpenVPN subnet should not cause HTTP 403 on local management addresses
</p>

<p>
	Actual behavior:<br />
	- The static directive for 10.84.0.0/24 appears to be required for outbound WAN access<br />
	- But when enabled, it causes Web UI access to local management IPs to fail with HTTP 403
</p>

<p>
	Could you please confirm whether this is expected behavior, a NAT/static routing side effect, or a Web UI management-plane bug?
</p>

<p>
	If needed, I can provide:<br />
	- full running-config<br />
	- exact test sequence<br />
	- screenshots<br />
	- self-test.txt
</p>

<p>
	Thank you.
</p>
]]></description><guid isPermaLink="false">24987</guid><pubDate>Fri, 27 Mar 2026 11:01:35 +0000</pubDate></item><item><title>Bot Telegram</title><link>https://forum.keenetic.com/topic/24931-bot-telegram/</link><description><![CDATA[<p>
	Hi everyone, I recently purchased the Hopper 4g+ and the Hero 5g. I would like to have the Telegram bot too, but I'm having trouble setting it up. Can you help me? Thank you!
</p>
]]></description><guid isPermaLink="false">24931</guid><pubDate>Sun, 22 Mar 2026 17:00:33 +0000</pubDate></item><item><title>Port forwarding with IP instead of MAC when using Keenetic Buddy extender</title><link>https://forum.keenetic.com/topic/24785-port-forwarding-with-ip-instead-of-mac-when-using-keenetic-buddy-extender/</link><description><![CDATA[<p>
	<span>Hello, In Keenetic modem configuration, port forwarding requires selecting a <em>Registered client</em>, which is based on MAC address. When using a Keenetic Buddy Wi‑Fi extender, all devices behind its ethernet port appear with the same MAC address, so my virtual machines cannot be registered individually.</span>
</p>

<p>
	<span>I would like to:</span>
</p>

<ol start="1">
	<li>
		<p>
			<span>Register clients by IP address instead of MAC.</span>
		</p>
	</li>
	<li>
		<p>
			<span>Configure port forwarding rules directly to an IP address, not tied to a registered MAC client.</span>
		</p>
	</li>
</ol>

<p>
	<span>Is this possible in Keenetic firmware, or is there any workaround for VM environments behind a Buddy extender where MAC addresses are duplicated?</span>
</p>

<p>
	<span>Thanks.</span>
</p>

<p>
	 
</p>

<p>
	<img class="ipsImage ipsImage_thumbnailed" data-fileid="41660" data-ratio="83.07" width="886" alt="image.png.0f72d7a79fedab12b53eee372f8b24fe.png" src="https://forum.keenetic.com/uploads/monthly_2026_03/image.png.0f72d7a79fedab12b53eee372f8b24fe.png" />
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.keenetic.com/uploads/monthly_2026_03/image.png.1c92bf5fc6b275c93721bf9d4610b5eb.png" data-fileid="41661" data-fileext="png" rel=""><img class="ipsImage ipsImage_thumbnailed" data-fileid="41661" data-ratio="50.10" width="1000" alt="image.thumb.png.614d2fa0714f78d5d80cb63261a06ad2.png" src="https://forum.keenetic.com/uploads/monthly_2026_03/image.thumb.png.614d2fa0714f78d5d80cb63261a06ad2.png" /></a>
</p>
]]></description><guid isPermaLink="false">24785</guid><pubDate>Sat, 14 Mar 2026 01:35:42 +0000</pubDate></item><item><title>&#x130;ntelliqos packet loss issue</title><link>https://forum.keenetic.com/topic/24859-i%CC%87ntelliqos-packet-loss-issue/</link><description><![CDATA[<p>
	When I enable speed limiting in the IntelliQoS section, even the slightest restriction causes 1% packet loss in the Xbox series s  network test. However, when I don’t apply any limit, packet loss shows as 0%, but this time the jitter increases. Is there a solution to this?
</p>

<p>
	 
</p>

<p>
	If Xbox is set to first priority, as soon as I enter any value in the speed limit section, the Xbox measures 1% packet loss.
</p>

<p><a href="https://forum.keenetic.com/uploads/monthly_2026_03/IMG_20260317_204203.jpg.513d2838677fa49b4a2f630058de00e4.jpg" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="41663" src="https://forum.keenetic.com/uploads/monthly_2026_03/IMG_20260317_204203.thumb.jpg.4a3b5b7e2d655f1f45cc238917898fcd.jpg" data-ratio="133.21" width="563" class="ipsImage ipsImage_thumbnailed" alt="IMG_20260317_204203.jpg"></a></p>
<p><a href="https://forum.keenetic.com/uploads/monthly_2026_03/IMG_20260317_202142.jpg.f66b5d43d3f35a275ea0e9f4b1031de0.jpg" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="41664" src="https://forum.keenetic.com/uploads/monthly_2026_03/IMG_20260317_202142.thumb.jpg.71a85d7c0fbe9d3894e3971021297620.jpg" data-ratio="133.21" width="563" class="ipsImage ipsImage_thumbnailed" alt="IMG_20260317_202142.jpg"></a></p>
<p><a href="https://forum.keenetic.com/uploads/monthly_2026_03/IMG_20260317_202110.jpg.08bb14f47dcd1557b6c481fe6f27caf1.jpg" class="ipsAttachLink ipsAttachLink_image" ><img data-fileid="41665" src="https://forum.keenetic.com/uploads/monthly_2026_03/IMG_20260317_202110.thumb.jpg.a94e8ceec7a7931f1c14c5ec17b1a29d.jpg" data-ratio="133.21" width="563" class="ipsImage ipsImage_thumbnailed" alt="IMG_20260317_202110.jpg"></a></p>]]></description><guid isPermaLink="false">24859</guid><pubDate>Tue, 17 Mar 2026 18:57:10 +0000</pubDate></item><item><title>IPv6 prefix present (/56) but no IPv6 in Home segment (KN-2311, KeeneticOS 4.3.6.3)</title><link>https://forum.keenetic.com/topic/24855-ipv6-prefix-present-56-but-no-ipv6-in-home-segment-kn-2311-keeneticos-4363/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	I have a Keenetic Hero 4G+ (KN-2311, EU) running KeeneticOS 4.3.6.3.<br />
	On the System Dashboard, I can see:
</p>

<ul>
	<li>
		an IPv6 address on the WAN interface
	</li>
	<li>
		a delegated IPv6 prefix (/56)
	</li>
</ul>

<p>
	However, in My networks → Home segment, there are:
</p>

<ul>
	<li>
		no IPv6 settings (no "Enable IPv6" option)
	</li>
	<li>
		no IPv6 connectivity on LAN devices
	</li>
</ul>

<p>
	Topology:
</p>

<ul>
	<li>
		Hero 4G+ is the main router
	</li>
	<li>
		Connected via Ethernet to ISP optical converter
	</li>
	<li>
		PPPoE connection configured (IPv4 + IPv6 both set to "Automatic")
	</li>
	<li>
		VLAN ID 42 configured on Internet interface in "Ports and VLANs"
	</li>
	<li>
		Mesh enabled with Hopper (KN-3810), Hero is the controller
	</li>
</ul>

<p>
	Questions:
</p>

<ol>
	<li>
		How do I enable IPv6 on the Home segment?
	</li>
	<li>
		Should IPv6 settings appear automatically when a delegated prefix (/56) is received?
	</li>
	<li>
		Could mesh mode or segment configuration prevent IPv6 options from appearing?
	</li>
</ol>

<p>
	It seems like IPv6 is working on WAN, but not being distributed to LAN, and the UI does not expose any IPv6-related settings for the Home segment.<br />
	Any guidance would be appreciated.
</p>

<p>
	<br />
	Thanks!
</p>
]]></description><guid isPermaLink="false">24855</guid><pubDate>Tue, 17 Mar 2026 16:52:38 +0000</pubDate></item><item><title>Speedster (KN-3013) EAEU</title><link>https://forum.keenetic.com/topic/24834-speedster-kn-3013-eaeu/</link><description><![CDATA[<p>
	Здравствуйте, проблема в следующем, при подключении кабеля от провайдера в 1 порт (синий) скорость не поднимается выше 100 МБит, хотя провайдер предоставляет 300 Мбит. При подключении в другой порт, со скоростью все нормально
</p>
]]></description><guid isPermaLink="false">24834</guid><pubDate>Tue, 17 Mar 2026 04:59:25 +0000</pubDate></item><item><title>PS5 Connectivity Issues on Titan KN-1812</title><link>https://forum.keenetic.com/topic/24568-ps5-connectivity-issues-on-titan-kn-1812/</link><description><![CDATA[<p>
	
</p>

<p style="color:#000000;">
	I am experiencing a persistent issue with PlayStation 5 connecting to my Keenetic Titan. While the console passes the built-in "Internet Connection Test", it consistently fails to connect to online services in games (Gran Turismo 7 and F1 25).
</p>

<ol start="1" style="color:#000000;">
	<li>
		<p>
			<b>Wi-Fi Handshake Mismatch:</b><span> </span>In the Keenetic Device List, the PS5 consistently connects at<span> </span><b>11ac 2x2 40MHz</b><span> </span>or<span> </span><b>11ax 2x2 40MHz</b>, even when forced to 5GHz-only and with the router set to manual channels (36, 44, 149) and 80MHz width.
		</p>
	</li>
	<li>
		<p>
			<b>The "Extender" Proof:</b><span> </span>When I connect the PS5 to a TP-Link Wi-Fi extender located in the same spot, the connection immediately stabilizes at<span> </span><b>11ac 80MHz</b>, and all games connect to online services perfectly. This suggests the Titan's environmental or "smart" logic is forcing a 40MHz downshift that breaks the game handshakes.
		</p>
	</li>
	<li>
		<p>
			<b>Configuration Tested:</b><span> </span>I have already tried disabling IPv6, setting Static IPs, disabling "Internet Safety" (DNS filters), and manually setting MTU to 1450/1473.
		</p>
	</li>
</ol>
]]></description><guid isPermaLink="false">24568</guid><pubDate>Sat, 21 Feb 2026 23:57:09 +0000</pubDate></item><item><title>Captive Portal problem</title><link>https://forum.keenetic.com/topic/24569-captive-portal-problem/</link><description><![CDATA[<p>
	Hello,
</p>

<p>
	I'm trying to implement a captive portal on a Keenetic router in the guest network. My UAM and RADIUS servers are ready. I've entered the necessary parameters into the captive portal's "my profile" section as follows:<br />
	UAM_Server:<br />
	http://192.168.1.40:3990/login<br />
	UAM_Secret:<br />
	secret_2024<br />
	Radius Server:<br />
	192.168.1.40<br />
	Radius Secret:<br />
	radius_secret<br />
	RADIUS NAS ID:<br />
	keenetic
</p>

<p>
	I'm trying to access it from an Android phone. When I connect to the Guest page, I'm redirected to the login page. There, I only authenticate by clicking the "accept" button. And I see "success" in the logs.<br />
	10.1.30.6 - - [21/Feb/2026 23:59:47] "GET /login?res=notyet&amp;uamip=10.1.30.1&amp;uamport=3990&amp;challenge=e2fa752793a8de730eb4daebd27f5992&amp;called=52-FF-20-F8-5D-78&amp;mac=B2-D0-DC-7D-9C-B4&amp;ip=10.1.30.6&amp;nasid=keenetic&amp;sessionid=177171836000000005&amp;userurl=http://play.googleapis.com/generate_204&amp;md=23DA19D9D824E0D449FBFA23DD88F63F HTTP/1.1" 200 -<br />
	10.1.30.6 - - [21/Feb/2026 23:59:47] "GET /favicon.ico HTTP/1.1" 404 -<br />
	10.1.30.6 - - [21/Feb/2026 23:59:48] "POST /accept HTTP/1.1" 302 -<br />
	10.1.30.6 - - [21/Feb/2026 23:59:48] "GET /login?res=success&amp;uamip=10.1.30.1&amp;uamport=3990&amp;called=52-FF-20-F8-5D-78&amp;uid=B2-D0-DC-7D-9C-B4&amp;timeleft=300&amp;mac=B2-D0-DC-7D-9C-B4&amp;ip=10.1.30.6&amp;reply=Welcome&amp;nasid=keenetic&amp;sessionid=177171836000000005&amp;userurl=http://play.googleapis.com/generate_204&amp;md=E50C1463B84B2838B5FF3801A094F6C3 HTTP/1.1" 200 -
</p>

<p>
	Then, when I check the router's CLI, I see that the client is connected and packets are being passed through:
</p>

<p>
	<br />
	(config)&gt; show interface Chilli0  chilli 
</p>

<p>
	             host: <br />
	           session-id: 177174301100000003<br />
	                 user: CC-F8-26-D5-00-96<br />
	                   ip: 10.1.30.20<br />
	                  mac: cc:f8:26:d5:00:96<br />
	           start-time: 178<br />
	             end-time: 300<br />
	            idle-time: 0<br />
	      idle-time-limit: 0<br />
	             tx-bytes: 37575<br />
	       tx-bytes-limit: 0<br />
	             rx-bytes: 19874<br />
	       rx-bytes-limit: 0<br />
	             tx-speed: 0<br />
	       tx-speed-limit: 0<br />
	             rx-speed: 0<br />
	       rx-speed-limit: 0
</p>

<p>
	It's receiving the IP address 10.1.30.20.<br />
	However, the Android client still doesn't see itself as connected and can't access web pages. The "Sign in to the network" warning persists. When I ping 10.1.30.20 from the router:
</p>

<p>
	PING 10.1.30.20 (10.1.30.20): 56 data bytes<br />
	64 bytes from 10.1.30.20: seq=0 ttl=64 time=79.626 ms<br />
	64 bytes from 10.1.30.20: seq=0 ttl=64 time=79.683 ms (DUP!)<br />
	64 bytes from 10.1.30.20: seq=1 ttl=64 time=29.208 ms<br />
	64 bytes from 10.1.30.20: seq=1 ttl=64 time=29.251 ms (DUP!)<br />
	64 bytes from 10.1.30.20: seq=2 ttl=64 time=51.577 ms<br />
	64 bytes from 10.1.30.20: seq=2 ttl=64 time=51.641 ms (DUP!)
</p>

<p>
	<br />
	If I close the captive portal and access the site normally as a guest, I get the same IP address (10.1.30.20) and the ping result is correct:
</p>

<p>
	PING 10.1.30.20 (10.1.30.20): 56 data bytes<br />
	64 bytes from 10.1.30.20: seq=6 ttl=64 time=1135.330 ms<br />
	64 bytes from 10.1.30.20: seq=7 ttl=64 time=135.173 ms<br />
	64 bytes from 10.1.30.20: seq=8 ttl=64 time=10.261 ms<br />
	64 bytes from 10.1.30.20: seq=9 ttl=64 time=5.695 ms<br />
	64 bytes from 10.1.30.20: seq=10 ttl=64 time=3.116 ms
</p>

<p>
	When I look at the interfaces for the captive portal and the normal guest via the router, I see a difference:<br />
	When there is no captive portal, the interface name appears as Guest and "link: up". When there is a captive portal, the interface name appears as Chilli0 and "link: down".
</p>

<p>
	(config)&gt; show interface Chilli0 
</p>

<p>
	               id: Chilli0<br />
	            index: 0<br />
	   interface-name: Chilli0<br />
	             type: Chilli<br />
	      description: Guest network
</p>

<p>
	           traits: Ip
</p>

<p>
	           traits: Chilli
</p>

<p>
	             link: down<br />
	        connected: yes<br />
	            state: up<br />
	              mtu: 1500<br />
	  tx-queue-length: 1000<br />
	       admin-only: no<br />
	          address: 10.1.30.1<br />
	             mask: 255.255.255.0<br />
	           uptime: 35<br />
	           global: no<br />
	   security-level: protected
</p>

<p>
	           bridge: <br />
	            interface, link = yes: GigabitEthernet0/Vlan3
</p>

<p>
	            interface, link = yes: WifiMaster0/AccessPoint1
</p>

<p>
	            interface, link = yes: WifiMaster1/AccessPoint1
</p>

<p>
	         uam-auth: 192.168.1.40:3990<br />
	         max-auth: 1
</p>

<p>
	          summary: <br />
	                layer: <br />
	                     conf: running<br />
	                     ipv4: running<br />
	                     ctrl: running
</p>

<p>
	(config)&gt;   show interface Guest 
</p>

<p>
	               id: Bridge1<br />
	            index: 1<br />
	   interface-name: Guest<br />
	             type: Bridge<br />
	      description: Guest network
</p>

<p>
	           traits: Mac
</p>

<p>
	           traits: Ethernet
</p>

<p>
	           traits: Ip
</p>

<p>
	           traits: Ip6
</p>

<p>
	           traits: Supplicant
</p>

<p>
	           traits: EthernetIp
</p>

<p>
	           traits: Bridge
</p>

<p>
	             link: up<br />
	        connected: yes<br />
	            state: up<br />
	              mtu: 1500<br />
	  tx-queue-length: 0<br />
	       admin-only: no<br />
	          address: 10.1.30.1<br />
	             mask: 255.255.255.0<br />
	           uptime: 421<br />
	           global: no<br />
	   security-level: protected
</p>

<p>
	             ipv6: <br />
	            addresses: <br />
	                  address: fe80::50ff:20ff:fef8:5d78<br />
	            prefix-length: 64<br />
	                    proto: KERNEL<br />
	           valid-lifetime: infinite
</p>

<p>
	              mac: 52:ff:20:f8:5d:78<br />
	        auth-type: none
</p>

<p>
	           bridge: <br />
	            interface, link = yes: GigabitEthernet0/Vlan3
</p>

<p>
	            interface, link = yes: WifiMaster0/AccessPoint1
</p>

<p>
	            interface, link = yes: WifiMaster1/AccessPoint1
</p>

<p>
	          summary: <br />
	                layer: <br />
	                     conf: running<br />
	                     link: running<br />
	                     ipv4: disabled<br />
	                     ipv6: disabled<br />
	                     ctrl: running
</p>

<p>
	(config)&gt;
</p>

<p>
	Because of this difference, the client connecting through the captive portal cannot access the site. Where is the problem? How can I fix it?<br />
	 
</p>
]]></description><guid isPermaLink="false">24569</guid><pubDate>Sun, 22 Feb 2026 07:18:21 +0000</pubDate></item><item><title>KeenDNS not working today &#x2013; anyone else experiencing issues?</title><link>https://forum.keenetic.com/topic/24353-keendns-not-working-today-%E2%80%93-anyone-else-experiencing-issues/</link><description><![CDATA[<p>
	I’ve been using KeenDNS for years without any problems. However, for the past few hours, I haven’t been able to access my router via my KeenDNS domain.
</p>

<p>
	Is anyone else experiencing the same issue today?
</p>
]]></description><guid isPermaLink="false">24353</guid><pubDate>Fri, 13 Feb 2026 08:13:31 +0000</pubDate></item><item><title>KN-3610 simultaneus untaged and taged VDSL VLAN possible?</title><link>https://forum.keenetic.com/topic/24238-kn-3610-simultaneus-untaged-and-taged-vdsl-vlan-possible/</link><description><![CDATA[<p>
	Is possible to setup on KN-3610 (or KN-3611) on VDLS PTM connection simultaneously untagged VLAN and tagged VLAN with ID, 2 VLAN together.
</p>

<p>
	I need to replace ISP router what have this kind of complicated setup in ISP specific router.
</p>

<p>
	Where is possible to buy KN-3611 in Europe/EU?
</p>
]]></description><guid isPermaLink="false">24238</guid><pubDate>Sat, 31 Jan 2026 13:17:19 +0000</pubDate></item><item><title>[SOLVED] 5 GHz Wi-Fi temporarily disabled for several minutes after firmware update 5.0.4 on Hopper DSL</title><link>https://forum.keenetic.com/topic/24316-solved-5-ghz-wi-fi-temporarily-disabled-for-several-minutes-after-firmware-update-504-on-hopper-dsl/</link><description><![CDATA[<p>
	Hello,<br />
	I have a Hopper DSL modem router purchased in December. I configured two Wi-Fi networks: 2.4 GHz and 5 GHz.
</p>

<p>
	Today, when I logged into the dashboard, I saw that the new firmware version 5.0.4 was available, so I started the update. The update completed successfully.
</p>

<p>
	After the reboot, however, I noticed something (I’m not sure if this was the case before with firmware 4.x, so it may have been normal): the 2.4 GHz Wi-Fi turns on immediately, while the 5 GHz network remains disabled for several minutes (about 11 minutes), showing the message <strong>“Wi-Fi temporarily disabled.”</strong> After that time, it finally turns on.
</p>

<p>
	Is this normal behavior, or could I have some incorrect setting?
</p>
]]></description><guid isPermaLink="false">24316</guid><pubDate>Tue, 10 Feb 2026 15:19:28 +0000</pubDate></item><item><title>Should I even THINK about upgradng packages in OpenWRT?</title><link>https://forum.keenetic.com/topic/24267-should-i-even-think-about-upgradng-packages-in-openwrt/</link><description><![CDATA[<p>
	I posted this on Stack Exchange at <a href="https://unix.stackexchange.com/questions/804260/should-i-even-think-about-upgradng-packages-in-openwrt" rel="external nofollow">Should I even THINK about upgradng packages in OpenWRT?</a>, and didn't receive any reasonable answer as the majority of the answers boiled down to "it depends", so I am asking it here.
</p>

<p>
	====================
</p>

<p>
	Ref: The related posting at <a href="https://unix.stackexchange.com/questions/400231/how-do-i-upgrade-all-of-my-installed-packages-in-openwrt" rel="external nofollow">https://unix.stackexchange.com/questions/400231/how-do-i-upgrade-all-of-my-installed-packages-in-openwrt</a>
</p>

<p>
	Note that, though I am not new to Linux <em>per se</em>, I <strong><em>AM</em></strong> new to OpenWRT, especially as applied to routers and such like.
</p>

<p>
	The referenced article, along with this article on the OpenWRT web page, (<a href="https://openwrt.org/docs/guide-user/additional-software/opkg#upgrading_packages" rel="external nofollow">https://openwrt.org/docs/guide-user/additional-software/opkg#upgrading_packages</a>), indicates that mass upgrades are potentially dangerous, almost to the point of "Don't even <em><strong>THINK</strong></em> of running e2fsck on a mounted partition" severity - and other sections indicate that individual updates themselves can be a dicey matter.
</p>

<p>
	However, the comments within the original post referenced above vary widely - ranging from "just don't" to others who say that updates are an important part of maintaining system security.
</p>

<p>
	My original assumption, (based on previous "big package" Linux experience), is that package maintainers have a responsibility to ensure that package updates will successfully update an existing package - and if there's a significant incompatibility and/or dependency change, it should be a different, (though related), package.
</p>

<p>
	So, what's the truth of this?  Maybe I should just stick with the stock functionality of my router instead of opening the can of worms that is OpenWRT?
</p>

<p>
	==================
</p>

<p>
	Any comments and guidance would be gratefully appreciated.
</p>
]]></description><guid isPermaLink="false">24267</guid><pubDate>Sat, 07 Feb 2026 11:21:56 +0000</pubDate></item><item><title>Entware Scripts for Keenetic router</title><link>https://forum.keenetic.com/topic/24039-entware-scripts-for-keenetic-router/</link><description><![CDATA[<p>
	Hello guys,
</p>

<p>
	I wrote 3 scripts to be used with Keenetic router with Entware installed and set. I tested them with my KN-1812 and all seems to work; I'd be glad to know your feedback and suggestions.<br />
	<br />
	Keenetic Firewall:<br />
	<a href="https://github.com/mattheweli/keenetic-firewall" rel="external nofollow">https://github.com/mattheweli/keenetic-firewall</a><br />
	<br />
	Keenetic Pingtool:<br />
	<a href="https://github.com/mattheweli/keenetic-pingtool" rel="external nofollow">https://github.com/mattheweli/keenetic-pingtool</a><br />
	<br />
	Keenetic vnstat:<br />
	<a href="https://github.com/mattheweli/keenetic-vnstat" rel="external nofollow">https://github.com/mattheweli/keenetic-vnstat</a><br />
	<br />
	I'm available for any questions you may have
</p>
]]></description><guid isPermaLink="false">24039</guid><pubDate>Tue, 06 Jan 2026 11:12:51 +0000</pubDate></item><item><title>Can I connect the ISP's cable to an extender?</title><link>https://forum.keenetic.com/topic/24044-can-i-connect-the-isps-cable-to-an-extender/</link><description><![CDATA[<p>
	Dear community,
</p>

<p>
	If I have two keenetic routers, the second one used as an extender, and two providers' cables, is the following possible?
</p>

<p>
	ISP1 - Keenetic1 - Keenetic2 - ISP2
</p>
]]></description><guid isPermaLink="false">24044</guid><pubDate>Tue, 06 Jan 2026 21:31:23 +0000</pubDate></item><item><title>How do I manage space/applications on my router?</title><link>https://forum.keenetic.com/topic/24260-how-do-i-manage-spaceapplications-on-my-router/</link><description><![CDATA[<p>
	Greetings!
</p>

<p>
	One of the interesting features of this router is that it is <strong><em>extremely</em></strong> configurable. So much so that I am beginning to wonder which Linux distribution it's based on!  <span class="ipsEmoji">😉</span> 
</p>

<p>
	One feature is the ability to add additional functionality via both the web interface and Open Packages.
</p>

<p>
	1.  How do I know how much of my router's memory is available for use?<br />
	2.  How full is "too full"? (How much "headroom" should I leave?)<br />
	3.  Where do I find these Open Packages?<br />
	4.  How will I know if a particular package is compatible with my router?<br />
	5.  The OPKG package manager configuration page asks for an "initrc script".  What should I provide?
</p>

<p>
	Thanks!
</p>

<p>
	P.S.<br />
	I found this: <a href="https://openwrt.org/docs/guide-user/additional-software/opkg" rel="external nofollow">https://openwrt.org/docs/guide-user/additional-software/opkg</a><br />
	It seems both useful and gnarly.
</p>
]]></description><guid isPermaLink="false">24260</guid><pubDate>Thu, 05 Feb 2026 09:01:55 +0000</pubDate></item><item><title>Telnet rejected connection?</title><link>https://forum.keenetic.com/topic/24257-telnet-rejected-connection/</link><description><![CDATA[<p>
	Greetings!
</p>

<p>
	Router: Keenetic <span>Giga (KN-1012) EAEU</span><br />
	System: Linux Mint 22.3
</p>

<p>
	I have been trying to establish a SSH connection to my Keenetic router but I keep getting "Connection Refused".  I found and installed the SSH module and rebooted the router.  Research indicates that I have to issue certain specific commands via the "command line interface", (telnet) to activate it.  The instructions indicate that telnet is enabled by default and that I should open a telnet connection to the IP address of the router - which opens the router's CLI.
</p>

<p>
	Unfortunately, telnet also returns "connection refused".
</p>

<p>
	Every solution I searched for cycles back to needing the CLI to enable/change things, but I have to do something to enable the CLI so that I can change things to enable the CLI to enable things to enable. . . . Etc.
</p>

<p>
	I've installed putty on my system and I've also tried via a Linux terminal window. Neither SSH nor telnet can connect; both return "connection refused".
</p>

<p>
	Update:<br />
	Using putty installed on Windows 10, both telnet and SSH also return "connection refused".
</p>

<p>
	What am I missing?
</p>

<p>
	Jim
</p>
]]></description><guid isPermaLink="false">24257</guid><pubDate>Wed, 04 Feb 2026 16:48:21 +0000</pubDate></item><item><title>Wifi scheduling for nodes TitanBE7200 + 2 Buddy 6</title><link>https://forum.keenetic.com/topic/24241-wifi-scheduling-for-nodes-titanbe7200-2-buddy-6/</link><description><![CDATA[<p>
	Good evening, I apologize for my poor English. For a few months now, I've been using the Keenetic Titan BE7200 with two Buddy 6s, one as a Wi-Fi repeater and the other connected via Ethernet. I was wondering if it would be possible to have Wi-Fi scheduling just for the nodes, in addition to the one currently implemented for the entire mesh network. For example, the Buddy is connected via Ethernet 24/7, the second Buddy I use as a repeater can be set to specific times, and the router (TitanBe7200 controller) can be set to different times. Thank you, and I look forward to hearing from you.
</p>
]]></description><guid isPermaLink="false">24241</guid><pubDate>Sat, 31 Jan 2026 22:24:35 +0000</pubDate></item><item><title>My qos does not detect my games as gaming</title><link>https://forum.keenetic.com/topic/24195-my-qos-does-not-detect-my-games-as-gaming/</link><description><![CDATA[<p>
	Hello,
</p>

<p>
	my qos does not detect my games as gaming. Can I modify qos and add my game ports so that I prioritize them correctly??
</p>
]]></description><guid isPermaLink="false">24195</guid><pubDate>Fri, 23 Jan 2026 19:41:12 +0000</pubDate></item><item><title>Wi-Fi System Error - Mws::Controller::Manager: the controller DPN document is not accepted.</title><link>https://forum.keenetic.com/topic/21963-wi-fi-system-error-mwscontrollermanager-the-controller-dpn-document-is-not-accepted/</link><description><![CDATA[<p>
	I'm trying to connect KN-1111 as Extender to my KN-3811 using Wi-Fi System. KN-1111 shown in "Extenders available for adding to the Wi-Fi System" but on "Acquire" nothing happens.<br />
	<br />
	Error from KN-3811 system log<br />
	Mws::Controller::Manager: the controller DPN document is not accepted. <br />
	<br />
	I've tried to reset both devices, tried different os versions, reinstalled wifi system component,  tried both ethernet and wps connection methods. No success.
</p>
]]></description><guid isPermaLink="false">21963</guid><pubDate>Wed, 30 Jul 2025 21:07:23 +0000</pubDate></item><item><title>Questions related how IntelliQoS works and my experience with it</title><link>https://forum.keenetic.com/topic/24141-questions-related-how-intelliqos-works-and-my-experience-with-it/</link><description><![CDATA[<p>
	First time Keenetic user here.<br />
	<br />
	I enabled Traffic Classification Engine, and I have a theoretical 100Mbps/20Mbps connection as download and upload, although I'd usually get 92Mbps/22Mbps, and after having a Keenetic that's around 87Mbps/22Mbps now. I'm not sure if that's caused by Keenetic router, or the cheap Ethernet switch which supports up to 100Mbps.<br />
	<br />
	Anyways, I'm not exactly sure how should I use IntelliQoS. When I only enable Application Classification and Application Prioritization (which auto enable the other) options it does nothing helpful, Bufferbloat tests show the same. When I enable Smart Queue Management in the same page and set it to 85Mbps/20Mbps, bufferbloat tests gets better. Basically bufferbloat during download is up to 10ms, and for upload it's 0ms or 1ms at max. Even better than download, although I have more download to spare, but somehow bufferbloat during upload became better.<br />
	<br />
	So is this the only way? I'm not sure if it makes any sense like this, my previous router was TP-Link, given by my ISP, and as you know ISP given (or rented) routers have an interface controlled by ISP, most features limited, but even there limiting QoS per device would give me the similar results.<br />
	<br />
	I was expecting Keenetic's anti-bufferbloat solutions would work better because I have more control on that router, am I wrong thinking that? Or did I do something wrong in the setup?<br />
	<br />
	Forgot to include main concern here, main concern is that limiting network speeds manually like that, I have seen some OpenWrt users talking before and I didn't heard they have to do this network limit.
</p>
]]></description><guid isPermaLink="false">24141</guid><pubDate>Sun, 18 Jan 2026 10:22:19 +0000</pubDate></item><item><title>Usb 3.0 SSD problems</title><link>https://forum.keenetic.com/topic/24156-usb-30-ssd-problems/</link><description><![CDATA[<p>
	I have huge prob;ems using my ssd as storage device for qbittorrent(had the sma eproblem with the default transmission client). The router just cand t handle devices with that kind os specs (the manufacturer confirmed that the port provides less power than need, 900mA or so). I tried a y usb cable, with aditional power source, it is much bettter this way, but still have issues from time to time, my router disconnects randomly my ssd storage). Have anyone a (real) solution for this problem? We are talking about a Titan 1811 2nd gen router.
</p>
]]></description><guid isPermaLink="false">24156</guid><pubDate>Tue, 20 Jan 2026 08:53:38 +0000</pubDate></item><item><title>Linear continuously rebooting</title><link>https://forum.keenetic.com/topic/24000-linear-continuously-rebooting/</link><description><![CDATA[<p>
	Hello everybody, I have installed the Linear box to my Skipper router which handles the FFTH over Skywifi.
</p>

<p>
	I have set the line telephone line with the parameters for sky, the linear register on the sky network but starts rebooting itself continuously. <br />
	Any info and idea about why and hot to stop this?
</p>

<p>
	If a make. Phone call from outside the provider tells the number is unavailable
</p>
]]></description><guid isPermaLink="false">24000</guid><pubDate>Wed, 31 Dec 2025 15:56:37 +0000</pubDate></item></channel></rss>
