KeeneticOS 4.1
KeeneticOS 4.1.1
07/03/2024
Improved
Added MAC filtering for
ApCli
backhaul connection with boundBSSID
for correct operation of Mesh Wi-Fi System. [SYS-1118]
Fixed
Fixed the Wi-Fi Fast Transition (802.11r) operation in the case of different SSIDs on the same network segment. [NDM-2917]
The use of the traceroute diagnostic tool with a specified port for TCP/UDP has been corrected. CLI command example:
tools traceroute 1.1.1.1 port 1883
. [NDM-3138]
KeeneticOS 4.1.0
21/02/2024
Improved
Improved the WebDAV service to prevent connection timeouts when uploading large files to VFAT or NTFS partitions on attached USB storages. [NDM-2089]
Fixed
Fixed compatibility issue when connecting Obsidian and Joplin clients to the router's WebDAV server. [NDM-2213] [Forum topic]
Fixed duplicate 802.11k (Radio Resource Management)
RRM: perform scan notified channel:
events in the System log when changing Wi-Fi channel on Mesh Wi-Fi System nodes. [SYS-1098]
KeeneticOS 4.1 Beta 4
07/02/2024
New
The prefix delegation hint command for the DHCPv6 client has been implemented in the Command Line Interface (CLI). [NDM-3076]
interface {name} ipv6 dhcp client pd hint {prefix | ::/length}
— set requiredprefix
or its::/length
Improved
The error message
wind: failed to decrypt message
has been moved to debug messages. [SYS-1084] [Forum topic]The number of the
ip alias
entries has been increased from8
to250
. [NDM-3063]The OpenSSL library has been updated to the latest version
3.1.5
, which fixes the following list of vulnerabilities: CVE-2023-5678, CVE-2024-0727. [SYS-1097]Updated the system timezone for Kazakhstan to
UTC+5
. [NDM-3147]
Fixed
IntelliQoS rate limiting (
ntce upstream rate-limit
) is now working as intended. [NDM-3104]Fixed the
ntce-pace2: unable to proceed with data, exit
error message with IntelliQoS service under certain conditions. [NDM-3115]Fixed issue with running multiple Proxy Connections at the same time. [NDM-3122]
Fixed
Dns::Proxy
service crash when mirroring TCP requests to IntelliQoS. [SYS-1099]Fixed the issue where Band Steering mode would reset to the None selection under certain conditions. [NDM-3126]
KeeneticOS 4.1 Beta 3
19/01/2024
New
The new "Handoff" option to force Wi-Fi clients with weak signals to disconnect is now available via the Command Line Interface (CLI). [NDM-3081]
interface {name} rssi-threshold {rssi-threshold}
— set minimal{rssi-threshold}
level for wireless clients connected to specified Access Point{name}
Fixed
Fixed wireless client disconnect/connect event conditions that were causing incorrect notifications from the Keenetic mobile application. [NDM-3079]
KeeneticOS 4.1 Beta 2
21/12/2023
Fixed
SSTP VPN server address allocation now works correctly for IPv6 clients. [NDM-2821]
The functionality of the 256-QAM check box in the General Settings for 2.4 GHz Wi-Fi has been restored. [NWI-3182] [Forum topic]
Fixed a reboot issue during ZeroTier connection setup. [SYS-1066]
KeeneticOS 4.1 Beta 1
13/12/2023
Maintenance release
This maintenance release for Keenetic Peak (KN-2710) has only minor changes.
KeeneticOS 4.1 Beta 0.1
08/12/2023
New
The new WireGuard VPN
via
option allows the underlying connection to be implicitly specified for peers. [NDM-272] [Forum topic]interface {name} wireguard peer {key} connect via {via}
— set the peer{key}
of the Wireguard{name}
connection to establish connection over the{via}
interface
Improved
The implementation of automatic source NAT now includes address translation for networks declared as aliases, ensuring the correct operation of the
tools ping
andtools traceroute
commands. [NDM-3061]
Fixed
Fixed the
DNS proxy
issue that caused the theDNS_PROBE_FINISHED_NXDOMAIN
error message in the web browser when Internet access was blocked by a schedule for another client. [SYS-1050]Fixed Ping Check compatibility with DNS over HTTPS (DoH) and DNS over TLS (DoT) servers. [NDM-3062]
KeeneticOS 4.1 Beta 0
02/12/2023
New
The new Pairwise Master Key Security Association (PMK SA) cache lifetime control option is now available in the Command Line Interface (CLI). The default value has been changed from
720
seconds to1440
seconds. [NDM-3052]interface {name} pmksa-lifetime {pmksa-lifetime}
— set{pmksa-lifetime}
(in seconds) for specified interface{name}
The Next-generation web interface (beta) component now includes the SMS page. [NWI-3072]
Fixed
Fixed incorrect application of the
crypto map {name} virtual-ip dhcp route [{address}/{mask}]
CLI command. [NDM-3053]The following fixes have been applied to the Next-generation web interface (beta) component.
Fixed drop-down menu display on mobile screens. [NWI-3084] [Forum topic]
Reduced Web Interface restart time after updating or rebooting the router. [NWI-3017] [Forum topic]
KeeneticOS 4.1 Alpha 19
24/11/2023
Fixed
Fixed the
system failed [0xcffd0c26]
error message when creating/modifying a multipath Internet Connection Policy with aTunnelSixInFour
connection. [NDM-3051] [Forum topic]Fixed the
ndnproxy: [....] unable to send request: invalid argument
error message in the System log. [NDM-3054]The following fixes have been applied to the Next-generation web interface (beta) component.
Fixed the Keenetic user management page to work without the SSH server system component. [NWI-3121] [Forum topic]
Fixed button style in the Dark theme. [NWI-3150] [Forum topic]
The requirement to complete the Smart Queue Management table to enable application recognition on the IntelliQoS page has been removed. [NWI-3025] [Forum topic]
Changed the display of the chart legend on the Wi-Fi Monitor card on mobile screens. [NWI-3119] [Forum topic]
Fixed configuration display of IPv6 in IPv4 Tunnels. [NWI-3129] [Forum topic]
KeeneticOS 4.1 Alpha 18
17/11/2023
New
A new option to bind USB devices to specific ports or paths is now available through the Command Line Interface (CLI). [NDM-3044]
interface {name} usb port-id ({port} | auto)
— to bind specified{port}
to certain interface{name}
for example:
interface CdcEthernet0 usb port-id 2/3
— binds the USB modem ofCdcEthernet0
connection to the USB path2/3
, which is the third port of an external USB hub plugged into the USB port2
of Keenetic.
The new options have been implemented in the Next-generation web interface (beta) component.
The new On demand operation mode selectable for mobile broadband connections. [NWI-3115]
Added confirmation pop-up when disabling primary Internet connection on the System Dashboard and Ethernet Cable, Mobile pages. [NWI-3115] [Forum topic]
Improved
The OpenVPN service has been updated to version
2.6.7
. This update includes fixes for the following security vulnerabilities: CVE-2023-46850 and CVE-2023-46849. [NDM-3049]
Fixed
Internet connection policy correctly aggregates bandwidth when using mobile broadband connections in Multipath mode. [NDM-2969]
The Proxy client compatibility issue that prevented it from working correctly with HTTPS servers has been fixed. [NDM-3020]
The
system failed [0xcffd0287]
error message when importing WireGuard VPN configurations has been fixed. [NDM-3045]Fixed
nginx
service startup failure without installed Keenetic mobile application system component. [NDM-3046] [Forum topic]
KeeneticOS 4.1 Alpha 17
10/11/2023
New
The Vodafone K5150 (
ProdID=1c26
) 4G LTE Cat 4 USB modem is now supported. [NDM-2994]
Improved
The Keenetic Wi-Fi system now allows manual selection of the STP bridge priority value to work seamlessly on an existing network with managed switches. [NDM-2406]
mws stp priority {priority}
— set STP{priority}
IPv6 local prefixes of the ULA
fc00::/7
address space are now available for configuration on network interfaces. [NDM-3039] [Forum topic]
Fixed
Fixed IPv6 in IPv4 Tunnels configuration in Web interface. [NWI-3076] [Forum topic]
Fixed an issue that prevented the IPsec VPN tunnel connection after restarting the router. [NDM-3019] [Forum topic]
Fixed warning popup for HTTP and HTTPS ports number change in Next-generation web interface (beta) component. [NWI-3091] [Forum topic]
Fixed operation of static routes with the exclusive route option enabled. [NDM-3029]
KeeneticOS 4.1 Alpha 16
03/11/2023
New
The new IPv6 interface identifier options are now available, providing a custom setting in the Command Line Interface (CLI). [NDM-2672]
interface {name} ipv6 id ({suffix} | eui64 | random)
— assign an IPv6 interface identifier
The new XFRM interface implementation allows IPsec VPN site-to-site tunnel traffic to follow firewall rules and operate based on the routing table, including use as an Internet connection. [NDM-3009]
interface XFRM0
— create an XFRM interface;crypto map {name} tunnel-interface XFRM0
— assign the XFRM interface to a crypto map
Fixed
The
strongSwan
service configuration can now be applied correctly under special conditions. [SYS-1033]The following fixes have been applied to the Next-generation web interface (beta) component.
Fixed the display of the static IPv4 address for registered clients on the Client lists page. [NWI-3052] [Forum topic]
Fixed saving of Internet access policy schedule for the registered clients. [NWI-3051] [Forum topic]
KeeneticOS 4.1 Alpha 15
27/10/2023
Improved
The new
source-address
option allows the source IP address to be specified for theping
andping6
CLI commands. [NDM-3016]tools ping {host} [count {count}] [size {packetsize}] [sequence-id {sequence-id}] [source ({source-interface} | {source-address})] [tos {tos}] [ttl {ttl}]
tools ping6 {host} [count {count}] [size {packetsize}] [sequence-id {sequence-id}] [source ({source-interface} | {source-address})] [tos {tos}] [ttl {ttl}]
The Kernel modules for Netfilter system component now includes
vxlan
support. [SYS-1028] [Forum topic]The Next Generation Web Interface (beta) component now allows changing HTTPS port on the Users and Access page. [NWI-3054] [Forum topic]
Fixed
Fixed wireless client rejection with
STA had re-associated from 00:00:00:00:00:00
message in the System log. [SYS-1029]The password-protected access to network resources now operates correctly in the AFP file sharing system component. [SYS-1030] [Forum topic]
Multiple connections to the IKEv2/IPsec VPN server now operate correctly using the same login credentials. [NDM-2986]
The following fixes have been applied to the Next-generation web interface (beta) component.
Fixed the connection status display after changing the connection priority in the Access profile. [NWI-2991] [Forum topic]
Improved the appearance of the toggle control for the Dark theme. [NWI-3055] [Forum topic]
Fixed localisation of tabs in the Explore other management options pop-up. [NWI-3059] [Forum topic]
Fixed the display of the Related Articles pop-up list. [NWI-3058] [Forum topic]
Fixed configuration of allowed subnets for the WireGuard peers. [NWI-3049] [Forum topic]
Fixed the colouring of the RX/TX traffic graph on the System Dashboard page. [NWI-3034] [Forum topic]
The issue with the OpenVPN server showing a Not Connected state after the router reboot has been fixed. [NDM-2874] [Forum topic]
KeeneticOS 4.1 Alpha 14
20/10/2023
New
The new
ntp source
option allows to specify the source IP address for outgoing NTP client traffic. [NDM-3006]ntp source {address}
— set NTP client source IP{address}
Enhanced SNMP implementation allows multiple community setups and profiles with restricted access to OID branches. [NDM-3008]
snmp view <view> include <oid-tree>
— include subtree to the view;snmp view <view> exclude <oid-tree>
— exclude subtree from the view;
Fixed
The Connection column on the Mesh Wi-Fi System page now displays correct information about wireless standards. [NDM-3015] [Forum topic]
Fixed a problem where the system would freeze when looking up multiple secure DNS server addresses during startup. [NDM-3017] [Forum topic]
KeeneticOS 4.1 Alpha 13
13/10/2023
Fixed
Fixed infinite resolution timeout in
DNS proxy
service during device startup, causing system reboot. [NDM-3012] [Forum topic]
KeeneticOS 4.1 Alpha 12
13/10/2023
New
The new options have been implemented in the Next-generation web interface (beta) component.
The Wi-Fi Monitor page is now accessible for a view of wireless network usage. [NWI-2976]
Added IPv6 configuration for the ISP Authentication (PPPoE / PPTP / L2TP) section on the Ethernet page. [NWI-2936]
IPv6 Settings section added to the Ethernet and Wireless ISP pages. [NWI-2925]
Fixed
The static DNS servers bound to the backup connection are no longer used for the active connection. [NDM-2990]
Disabled global scope in IPv6 ULA prefix announcement to prevent clients from using local addresses as the default connection and unavailability by KeenDNS name. [NDM-2993]
The following fixes have been applied to the Next-generation web interface (beta) component.
A Clear settings button added to the Wireless ISP page. [NWI-2990]
Validation against occupied IP addresses now works correctly for Extenders on the Wi-Fi System page. [NWI-2995] [Forum topic]
Fixed the scaling of the selected schedule thumbnail. [NWI-3006] [Forum topic]
Fixed traffic graph on the INTERNET card of the System Dashboard page. [NWI-3014] [Forum topic]
Fixed the system color scheme of the
dropdown list
element. [NWI-3001] [Forum topic]Fixed loading of the Static Routes page under certain conditions. [NWI-3030] [Forum topic]
Fixed the display of icons on the Wi-Fi System page. [NWI-3031] [Forum topic]
KeeneticOS 4.1 Alpha 11
06/10/2023
Improved
Updated the
netatalk
service used in the AFP file sharing system component to version3.1.15
. [SYS-1021]
Fixed
SMB Server application startup fixed. [SYS-948] [Forum topic]
The following fixes have been applied to the Next-generation web interface (beta) component.
Fixed markup of the Show signal levels popup for multi-carrier 4G/LTE connections. [NWI-3003] [Forum topic]
Fixed Web Interface Login page not appearing after session timed out. [NWI-3005] [Forum topic]
Fixed USB DRIVES AND PRINTERS card display on mobile screens. [NWI-3029] [Forum topic]
Fixed display of HTML code in Web Interface dialog headers. [NWI-2984] [Forum topic]
KeeneticOS 4.1 Alpha 10
30/09/2023
New
The option to enforce Protected Management Frames (PMF) is now available for wireless interfaces with WPA2 protection. [NDM-2930]
interface {interface} pmf force
— force PMF on specified{interface}
Introduced synchronisation of
read-only
permission for user accounts for Mesh Wi-Fi system extenders. [NDM-2985]The Band Steering configuration is now available for all network segments with dual-band Wi-Fi radios when using the Next-generation web interface (beta) component. NWI-2992
Improved
Optimised the display of connection uptime on the System Dashboard page in the Next-generation web interface (beta) component. [NWI-2988] [Forum topic]
Fixed
Fixed CLAT working in backup connection mode. [NDM-2885]
The error message
Could not bind on given addresses: Address in use
in the System log no longer appears when using DNS-over-TLS (DoT) server settings. [SYS-1007]Fixed regression for wireless connections with 80MHz channel width resulting in 20MHz actual bandwidth. [SYS-1005] [Forum topic]
Fixed missing traffic statistics for a network with the number of registered devices approaching 200. [SYS-1014]
The following fixes have been applied to the Next-generation web interface (beta) component.
Fixed data output on the Traffic Monitor page for the 1-hour time period. [NDM-2952] [Forum topic]
Fixed data output on traffic charts on the System Dashboard page when the relevant interface is restarted. [NDM-2913] [Forum topic]
Corrected description of the VPN Connection Settings pop-up window. [NWI-2994] [Forum topic]
Import from a file feature for the WireGuard configuration now works correctly. [NWI-2997] [Forum topic]
Fixed WireGuard Private key validation after key pair generation. [NWI-2998] [Forum topic]
Fixed several issues with the Traffic Monitor page. [NWI-2999] [Forum topic]
Fixed CPU/RAM load value display for the graphs on the ABOUT THE SYSTEM card. [NWI-3004] [Forum topic]
KeeneticOS 4.1 Alpha 9
23/09/2023
New
The additional user accounts are now transfered to extenders in the Wi-Fi System. [NDM-2871]
Added sequential shutdown of bridged interfaces during a broadcast storm to protect remote access to the Keenetic device. [SYS-1003]
The new Proxy connection options, which introduce connectivity over the UDP protocol, are now available from the Command Line Interface (CLI). [NDM-2971] [Forum topic]
interface {name} proxy udpgw-upstream {ip} {port}
— set UDPGW remote serverinterface {name} proxy socks5-udp
— enable UDP mode for SOCKS v5
Improved
Increased the number of wireless Network name SSIDs up to
7
on each band. [SYS-995]Note
The BSSID MAC addresses on dual-band devices may have changed. It is recommended that you clear the BSSID binding settings on your Extenders, if you are using them.
Fixed
Fixed the
hash-ends-dial
function to retain the disabled state after router reboot for the Keenetic Phone Station system component. [VOX-298]Fixed application of Internet safety profiles to clients with assigned routing policies. [NDM-2928] [Forum topic]
Fixed client bandwidth limitation configured via RADIUS server options for the Captive portal system component. [NDM-2947]
The issue that caused the system to reboot with the
FT_KDP_EventInform
error message has been fixed. [SYS-994]The Wireless ISP (WISP) connections to both bands now operate correctly. [SYS-989]
Traffic Monitor now correctly displays client traffic in VPN connections established over public networks. [SYS-1004]
The following fixes have been applied to the Next-generation web interface (beta) component.
Fixed the placement of the customisable header for the Ease of Navigation settings. [NWI-2950] [Forum topic]
Fixed the display of extender backhaul connection details on the Wi-Fi System page. [NWI-2955] [Forum topic]
KeeneticOS 4.1 Alpha 8
15/09/2023
Fixed
The Huawei E3276 modem polling no longer causes a
125001
error in the System log. [NDM-2967]The following fixes have been applied to the Next-generation web interface (beta) component.
Fixed display of the Connection Information pop-up on the System Dashboard page. [NWI-2946] [Forum topic]
Removed mentions of IPv6 from the System Dashboard when IPv6 component is not installed. [NWI-2951] [Forum topic]
Removed Restart interface action for disabled WAN/Internet connections on the System Dashboard page. [NWI-2956] [Forum topic]
The refresh interval for the CPU and RAM graphs is set to
3
seconds on the System Dashboard page. [NWI-2958] [Forum topic]Fixed the behaviour of the Save and Cancel buttons on the Connection priorities page. [NWI-2982] [Forum topic]
Fixed an issue where Firewall rules were incorrectly positioned when saving settings. [NWI-2983] [Forum topic]
Fixed several issues on the Users and Access page. [NWI-2985] [Forum topic]
KeeneticOS 4.1 Alpha 7
12/09/2023
Improved
Implemented blocking of transit IPv6 DNS traffic when Internet filters are enabled. [NDM-2960]
Fixed
Fixed wireless connection of HP LaserJet printers using WPS technology. [SYS-988]
Fixed broken Command Line Interface (CLI) command
no rekey-interval
for wireless interfaces. [SYS-990]Fixed Band Steering configuration errors on extenders. [NDM-2962] [Forum topic]
KeeneticOS 4.1 Alpha 6
09/09/2023
New
The Next-generation web interface (beta) component now contains the updated IntelliQoS page. [NWI-2922]
Improved
Made some improvements to the Wireless Access Control page. [NWI-2907] [Forum topic]
KeeneticOS 4.1 Alpha 5
01/09/2023
Improved
Improved design for My networks and Wi-Fi card on the System Dashboard page in the Next-generation web interface (beta) component. [NWI-2921] [Forum topic]
Fixed
Fixed reinstallation of default route when changing WireGuard tunnel priority in Connection policy. [NDM-2933] [Forum topic]
Adjusted the maximum number of sessions for the
swnat
service to match theconntrack
settings in configuration. [SYS-980]Fixed wireless backhaul operation on extenders with scheduled Wi-Fi radio shutdowns. [NDM-2912]
The following fixes have been applied to the Next-generation web interface (beta) component.
Added the necessary localisation for certain types of connections that were previously missing. [NWI-2858] [Forum topic]
Fixed errors when changing registered client settings. [NWI-2899] [Forum topic]
Fixed display of applications that use storage based on Keenetic model capabilities. [NWI-2910] [Forum topic]
Fixed behaviour of the Change link on the MY NETWORKS AND WI-FI card in mobile view. [NWI-2911] [Forum topic]
Fixed several bugs on the Ethernet page. [NWI-2915] [Forum topic]
Fixed the current state of the Force UDP checkbox for the EoIP/IPsec tunnel. [NWI-2918]
Fixed overlapping timestamps under the Traffic Monitor graph in mobile view. [NWI-2916] [Forum topic]
Fixed data displayed in the Connection column of the Mesh Wi-Fi System table for wireless connections. [NWI-2939] [Forum topic]
Fixed style of the Wi-Fi System Nodes Open for Connection block on the Client list card. [NWI-2940] [Forum topic]
Fixed some issues with the Port Forwarding page. [NWI-2941] [Forum topic]
Fixed the SFTP server toggle state on the Application card of the System Dashboard page. [NWI-2942] [Forum topic]
KeeneticOS 4.1 Alpha 4
21/08/2023
New
Implemented the Data Usage & Limit page in the Next-generation web interface (beta) component. [NWI-2726]
Added the Wi-Fi System Nodes Open for Connection section for the Registered Clients card in the Next-generation web interface (beta) component. [NWI-2879] [Forum topic]
Improved
Added the expected main menu behaviour pattern in the Next-generation web interface (beta) component. [NWI-2871] [Forum topic]
Improved System Dashboard scrolling for mobile view in the Next-generation web interface (beta) component. [NWI-2875] [Forum topic]
Fixed
Fixed the list of applications available for installation in the Next-generation web interface (beta) component. [NWI-2859] [Forum topic]
Fixed Internet connection statuses in the Next-generation web interface (beta) component. [NWI-2884] [Forum topic]
Fixed OpenVPN configuration display for the Dark theme in the Next-generation web interface (beta) component. [NWI-2891] [Forum topic]
Fixed some design issues on the System Settings page in the Next-generation web interface (beta) component. [NWI-2892] [Forum topic]
Fixed display of the Trafic Monitor time stamps for the mobile version in the Next-generation web interface (beta) component. [NWI-2897] [Forum topic]
Fixed positioning of elements on the Web Interface Login page in the Next-generation web interface (beta) component. [NWI-2901] [Forum topic]
Fixed the transitions from Client Lists page to other pages in the Next-generation web interface (beta) component. [NWI-2902] [Forum topic]
Fixed DNS server list output on the System Dashboard when all DNS servers have domain settings in the Next-generation web interface (beta) component. [NWI-2903] [Forum topic]
Fixed display of the 802.1x Authentication block when the appropriate system component is not installed in the Next-generation web interface (beta) component. [NWI-2904] [Forum topic]
Fixed time zone synchronisation on Extenders in a Mesh Wi-Fi System. [NDM-2918]
Fixed
socket is not ready for request
error message in the System log for the DNS proxy service. [SYS-971] [Forum topic]
KeeneticOS 4.1 Alpha 3
18/08/2023
New
The new ZeroTier client supports secure connection with your private networks and devices anywhere online. [NDM-2883]:
interface ZeroTier0
— create ZeroTier interfaceinterface {name} zerotier network-id {network-id}
— set ZeroTier network IDinterface {name} zerotier accept-addresses
— accept addresses from the serverinterface {name} zerotier accept-routes
— accept routes from the serverinterface {name} zerotier connect [via {via}]
— enable connection via specified interfaceshow interface {name} zerotier peers
— show peers
Improved
Improved the mobile view of the login page in the Next-generation web interface (beta) component. [NWI-2865] [Forum topic]
Added Restart interface action for PPPoE connection in the Next-generation web interface (beta) component. [NWI-2863] [Forum topic]
Fixed
Fixed use of static
78.47.125.180
DNS record use for the KeenDNS direct mode. [NDM-2905]Fixed PPPoE session disconnect when renewing DHCP address on a parent interface. [NDM-2904]
Fixed IPv6 connection incompatibility with the A1 operator in Belarus. [SYS-930]
Fixed unnecessary restart of the
dhcp6d
daemon after saving segment settings. [NDM-2916]Enabling traffic shaping for registered clients no longer causes problems with web browsing. [SYS-953] [Forum topic]
Fixed timeouts when accessing websites using a custom Connection policy with multipath enabled. [NDM-2792]
Fixed Ping Check
system failed [0xcffd0304], network unreachable
error message that appears under certain conditions. [NDM-2906]Fixed infinite loading of the Wi-fi System page in the Next-generation web interface (beta) component. [NWI-2856] [Forum topic]
Fixed common errors on the Ethernet page in the Next-generation web interface (beta) component. [NWI-2874] [Forum topic]
Fixed display of the Wi-Fi Monitor card on the System Dashboard page in the Next-generation web interface (beta) component. [NWI-2880] [Forum topic]
Added data update to the Traffic Monitor card on the System Dashboard page in the Next-generation web interface (beta) component. [NWI-2878] [Forum topic]
Fixed saving the state of the Firewall rules in the Next-generation web interface (beta) component. [NWI-2877] [Forum topic]
Added translations for the default segments (Home and Guest) tiles on the Connection Priorities page in the Next-generation web interface (beta) component. [NWI-2861] [Forum topic]
Removed Speed limit settings if the Traffic shaper component is not installed in the Next-generation web interface (beta) component. [NWI-2860] [Forum topic]
Aligned use of fonts across the web interface, providing a single style in the Next-generation web interface (beta) component. [NWI-2857] [Forum topic]
Fixed Clients list sorting order and segment descriptions in the Next-generation web interface (beta) component. [NWI-2883] [Forum topic]
Corrected the language value of the web page code in the Next-generation web interface (beta) component. [NWI-2862] [Forum topic]
Fixed the display of specific DNS servers on the System Dashboard page in the Next-generation web interface (beta) component. [NWI-2864] [Forum topic]
Fixed the display of the Update KeeneticOS on all nodes button on the Wi-Fi System page in the Next-generation web interface (beta) component. [NWI-2870] [Forum topic]
KeeneticOS 4.1 Alpha 2
11/08/2023
Improved
The OpenSSL library is updated to the latest version
3.1.2
, which fixes the following list of vulnerabilities: CVE-2023-3817, CVE-2023-3446, CVE-2023-2975. [SYS-949]
Fixed
Fixed KeenDNS cloud connectivity over IPv6 protocol. [NDM-2894]
The problem that causes the error message
Ndns::Tunnel: out of memory [0xcffe00ba]
in the System log has been fixed. [NDM-2895] [Forum topic]Fixed display of disabled Internet connection status in the Web interface. [NDM-2890] [Forum topic]
Fixed source IPv4 address selection when
ip alias
addresses are configured. [SYS-945] [Forum topic]Fixed an issue with duplicate detection where the Extender would appear in the list of unregistered devices if its IP address was changed. [NDM-2892] [Forum topic]
Fixed
ifstatechanged.d
arguments; added newiflayerchanged.d
hook for OPKG system component. [NDM-2897] [Forum topic]
KeeneticOS 4.1 Alpha 1
04/08/2023
New
New system component added: Next generation web interface (beta) with new features such as:
The new Dark theme for the Web interface.
Flexible System Dashboard management to customise the placement and visibility of cards and tiles for optimal organisation and ease of use.
The Speed/Traffic graph for each Internet connection.
Update the entire Mesh Wi-Fi System from the main router.
Note
The new Web Interface is available for the Router mode currently.
Improved
Incoming and outgoing bandwidth control for IntelliQoS implemented in the Command Line Interface (CLI). [NDM-2757]
ntce upstream rate-limit {interface} input ({rate} | auto)
— set bandwidth limit for specific{interface}
for incoming directionntce upstream rate-limit {interface} output ({rate} | auto)
— set bandwidth limit for specific{interface}
for outgoing direction
The OpenSSL library is updated to the latest version,
3.1.1
, which fixes the following list of vulnerabilities: CVE-2023-2650, CVE-2023-0465. [SYS-883]
Fixed
Fixed KeenDNS cloud connectivity over IPv6 without an IPv4 Internet connection. [NDM-2870]
Fixed operation of OpenVPN connections using a custom Connection policy. [NDM-2888]