Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 01/18/25 in all areas

  1. Release 4.3 Beta 0: DSL: update DMT code to V5.12.23.9_2025_0115 for en7516-based devices to improve connection stability [SYS-1284] IPv6: enabled NAT66 automatically for /128 prefixes on "global" interfaces (reported by @Sano) [NDM-3669] SFP: added quirks for GPON modules on KN-1012 [SYS-1279]: CDT FD511GX-RM0 CDT SNR-SFP-ONU-XPON Storage: enabled TRIM support for external USB drives (reported by @Isolated) [NDM-3668] Web: allowed usage of "127.*" peer addresses for WireGuard (reported by @henry.pootel) [NWI-3908] Web: fixed display of long SMS messages on mobile screens (reported by @spatiumstas) [NWI-3909] Web: fixed errors in the browser log when leaving the SMS page (reported by @spatiumstas) [NWI-3917] Web: fixed sorting by Node name on Mesh Wi-Fi System page [NWI-4005] Wi-Fi: fixed inability to connect wireless mt7981-based Extenders when hardware packet engine is turned off [SYS-1283]
    4 points
  2. Release 4.3 Beta 0.1: DNS: fixed forwarding of transit queries allowed in the system profile [NDM-3651] DNS: fixed initialization of DoT/DoH when static DNS servers are configured for unused connections (reported by @Robespierre) [NDM-3681] MWS: fixed wireless backhaul reconnection when WPA3 is enabled [SYS-1281] OpenVPN: fixed resolving remote endpoint using A (IPv4) DNS queries when IPv6 is running [NDM-3640] Proxy: increased the maximum number of Proxy interfaces to 64 [NDM-3686] SFP: implemented SFP+ and combo port operation mode settings [NDM-3181]: interface {name} media-type {type} — set combo port media type: auto — prefer SFP with auto-failover to MDI (default) mdi — enforce media type to MDI sfp — enforce media type to SFP interface {name} sfp pcs {mode} — set Physical Coding Sublayer (PCS) mode: auto — autodetect from DDMI(default) fallback — sequentially try fixed baseband modes until one of them works sgmii/an — SGMII-supported speeds of 10/100/1000 Mbps with auto-negotiation enabled 1000base-x/an — fixed 1 Gbps baseband with Clause 37 auto-negotiation enabled 1000base-x — fixed 1 Gbps baseband 2500base-x/an — fixed 2.5 Gbps baseband with Clause 37 auto-negotiation enabled 2500base-x — fixed 2.5 Gbps baseband interface {name} sfp rx-los {mode} — set SFP RX_LOS reception mode: auto — autodetect from DDMI (default) accept — accept RX_LOS signal ignore — ignore RX_LOS signal interface {name} sfp init-timeout (auto | {timeout}) — set SFP module initialization timeout in seconds Storage: enabled UASP support for external USB drives [SYS-1290] USB: added support for Sierra MC7304 modem [NDM-3684] Web: fixed auto-completion for "no" with arguments in Web CLI (reported by @dimon27254) [NWI-4022] Web: fixed refreshing of active connections uptime on the dashboard (reported by @k19olegh68) [NWI-4034] Web: fixed unsaved changes warning on Mobile Broadband Internet Connections page (reported by @spatiumstas) [NWI-3999] Web: improved handling of continued commands in Web CLI (reported by @TopGear78) [NWI-3738]
    3 points
  3. Release 4.3 Alpha 14: Ethernet: fixed 100 Mbps link on a 2.5 Gbps port [SYS-1275] Kernel: fixed system clock drift on mt7981-based devices (reported by @dimon27254) [SYS-1273] OpenVPN: updated to 2.6.13 [NDM-3660] SSTP: fixed "session-preempt" configuration [NDM-3662] Web: fixed appearance of "-1" in Application traffic analyzer (reported by @dimon27254) [NWI-4008] Web: fixed issues on Mesh Wi-Fi system page (reported by @dimon27254) [NWI-4002] Web: fixed update channel tooltip on the dashboard (reported by @dimon27254) [NWI-3932]
    3 points
  4. Yes, it is possible. To send a USSD request via REST API, you need to perform the following actions: 1. send a POST request to <keenetic_ip_or_domain>/rci/ussd/send with a JSON body specifying the interface and the request, for example: { "interface": "UsbLte0", "request": "*100#" } 2. you will get a JSON response object if it contains “continued”: true, you need to send a GET request to the same endpoint (<keenetic_ip_or_domain>/rci/ussd/send) if not, you should receive either JSON containing the response to your USSD request or JSON with an error message 3. if the GET request response contains “continued”: true, repeat this action again (it makes sense to wait before sending the next request, e.g. 1 second) if not, you should receive either JSON containing the response to your USSD request or JSON with an error message A few extra notes: - you need to be authorized on the Keenetic to send the requests; the auth process is described here (in Russian): https://forum.keenetic.ru/topic/5461-не-работает-digest-авторизация-для-rci/#findComment-62946 preserve session cookies while sending follow-up GET requests - don't forget to set the Content-Type HTTP header for your requests (Content-Type: application/json) - you can see how the web UI handles USSD requests using WebCLI: Screen Recording 2025-01-29 at 12.03.49.mov
    2 points
  5. Release 4.3 Beta 1 (preview): Dns: implemented object groups with automatic FQDN name resolution [NDM-3692]: object-group fqdn {name} — create an FQDN object group object-group fqdn {name} include {address} — add an address to the group Opkg: added a hidden command to display the system name of a network interface (requested by @Ponywka) [NDM-3694]: show interface {name} system-name Storage: fixed mounting HFS+ volumes larger than 6TB [SYS-1143] Web: fixed background color of "show threads" output in Web CLI (reported by @spatiumstas) [NWI-4052] Web: fixed display of manually configured HTTPS port in KeenDNS links (reported by @bigpu) [NWI-4027] Web: fixed Fast Transition (802.11r) reset to Disabled when changing SSID on one band [NWI-3900] Web: fixed text description for OpkgLedControlX handler (reported by @dimon27254) [NWI-3997] Web: implemented a setting that allows to assign a specified home network segment to the Extender's Ethernet port [NWI-3571] Web: locked configuration-related system settings when the fail-safe mode is active [NWI-4032] Web: updated modal window behavior and layout [NWI-3979]
    1 point
  6. Hello, Seagate disk is inserted into the KN-3811 usb port. No matter what I do, both wired and wireless copying speeds do not exceed 40mb/s. It's like it's communicating as USB2.0. I tried many things such as Wi-Fi settings, disk formats, different USB cables, but there is no change. Could it be a driver problem? Where might the problem be? Self-test is hidden in the next message.
    1 point
  7. Release 4.2.6 (preview): Ethernet: fixed 100 Mbps link on a 2.5 Gbps port [SYS-1275] IPv6: fixed 6in4 tunneling when static MTU is set [NDM-3644] Kernel: fixed system clock drift on mt7981-based devices (reported by @dimon27254) [SYS-1273] OpenVPN: updated to 2.6.13 [NDM-3660] SFP: added quirks for GPON modules on KN-1012 [SYS-1279]: CDT FD511GX-RM0 CDT SNR-SFP-ONU-XPON Web: fixed an error when creating an EoIP tunnel (reported by @xan) [NWI-3964] Web: fixed auto-completion for "no" with arguments in Web CLI (reported by @dimon27254) [NWI-4022] Web: fixed connection priority setting on mobile screens (reported by @spatiumstas) [NWI-3990] Web: fixed display of connection name in the “Signal Levels” pop-up (reported by @dimon27254) [NWI-3978] Web: fixed errors in log when adding a DNS server (reported by @dimon27254) [NWI-3991] Web: fixed traffic monitor card on the dashboard (reported by @spatiumstas) [NWI-3921] Web: fixed unsaved changes warning on Mobile Broadband Internet Connections page (reported by @spatiumstas) [NWI-3999] Web: improved handling of continued commands in Web CLI (reported by @TopGear78) [NWI-3738] Wi-Fi: fixed inability to connect wireless mt7981-based Extenders when hardware packet engine is turned off [SYS-1283]
    1 point
  8. So many thanks my friend. I think about how I hadn't thought of this solution
    1 point
  9. You can check the signal levels in the device web UI. It works in a mobile browser. To access the web UI you can use http://my.keenetic.net while your phone is connected to Wi-Fi or a KeenDNS name you chose. The signal levels dialog will look like that: And it has a block with info about antennas:
    1 point
  10. When the problem occurs later, check the output of command show associations. Most likely, you will find device there. I encountered this once on my KN-1012.
    1 point
  11. Support of wireguard over ipv6 , please!
    1 point
  12. service ssh system configuration save
    1 point
  13. Release 4.3 Alpha 13: AFP: enabled Time Machine attribute for all shares by default [NDM-3510]: afp share {label} {mount} [timemachine] [{description}] IPoE: fixed "voip" role assignment (reported by @Leshiyart) [NDM-3643] IPv6: fixed 6in4 tunneling when static MTU is set [NDM-3644] Web: fixed display of connection name in the “Signal Levels” pop-up (reported by @dimon27254) [NWI-3978] Web: fixed errors in log when adding a DNS server (reported by @dimon27254) [NWI-3991] Web: fixed traffic monitor card on the dashboard (reported by @spatiumstas) [NWI-3921]
    1 point
  14. now just says 'offline'.. update that column with "offline/n[datetime]" to see when last-seen... also req#2, Add to devicelist to show recent unregistered clients now offline too -- so over past 24h or past half-dozen over past week... that is just a separate REQ... It surprises me, someone can go onto a Keenetic system a few minutes ago then go offline and be invisible in the UI. I actually prefer a DHCP page where I can see what was recently assigned and so who it was assigned to, but that isn't even fullproof if they go static.
    1 point
  15. Release 4.3 Alpha 12: IPoE: reworked code for configuring Wired connections concerning IPTV, VoIP and VLANs on Ethernet ports [NDM-3586] IPv6: fixed the cause of nginx error “bind() to [fd05:...] failed (Address not available)” [NDM-3525]
    1 point
  16. Release 4.3 Alpha 11: DynDNS: increased HTTP version to 1.1 in all requests (reported by @Olegas) [NDM-3628] HTTP: fixed "there are errors in config" endless loop when OpenConnect server is active (reported by @Namenloss) [NDM-3627] NTP: implemented server suspension before the time is synchronized (reported by @feoser) [NDM-3620] SSTP: implemented automatic configuration of OSC following SSL certificate [NDM-3622] TSMB: fixed compatibility with iOS 18 [NDM-3626] USB: implemented FM350 modem configuration without power-cycle (reported by @toxa_e1) [NDM-3615] Web: fixed 2FA input on the NextDNS login pop-up (reported by @ava-by) [NWI-3925] Web: fixed an error when creating an EoIP tunnel (reported by @xan) [NWI-3964] Web: fixed connection priority setting on mobile screens (reported by @spatiumstas) [NWI-3990] Web: fixed display of scanning status for DLNA media server (reported by @project_fcc) [NWI-3844] Web: fixed display of unsupported OPKG settings for non-USB devices (reported by @SerjPav) [NWI-3994] Web: fixed issues with scrollbars (reported by @dimon27254) [NWI-3962] Web: fixed removal of the Wi-Fi client connection from the Home segment when changing SSID on Extender [NWI-3983] Web: fixed spacing between tiles on the dashboard (reported by @dimon27254) [NWI-3920] Web: fixed the display of the page with legal documents (reported by @dimon27254) [NWI-3995]
    1 point
  17. Release 4.3 Alpha 10.1: IPsec: fixed printing of redundant "vici client" log messages (reported by @Denis P) [NDM-3617] IP: fixed access to my.keenetic.net from the home network (reported by @Denis P) [NDM-3618] MWS: fixed password configuration on acquired Extenders [NDM-3619] NTCE: fixed "system failed [0xcffd0532], unable to write to control file" error (reported by @Denis P) [NDM-3614]
    1 point
  18. Release 4.3 Alpha 10: IP: fixed status of blocked hosts with "conform" policy assigned [NDM-3607] NTCE: fixed application data inconsistency that caused issues with the Application Traffic Monitor [NDM-3602] SMS: implemented automatic deletion of messages to prevent storage from filling up [NDM-3281] Web: fixed a race condition that caused issues with loading the system settings page (reported by @Vladimir Belov) [NWI-3970] Web: fixed display of information on pie charts when hovering over them (reported by @dimon27254) [NWI-3947] Web: fixed whitespaces in links to knowledge base articles (reported by @AndreBA) [NWI-3929] Web: updated the appearance of end-user agreements [NWI-3952]
    1 point
  19. Release 4.3 Alpha 9: Core: fixed errors when reading tx/rx counters on mt7621 switch ports [NDM-3592] IPv4: added support for prefix notation via “/” when importing routes from a files [NDM-3471] IPv4: added UTF-8 BOM support when importing routes from a file [NDM-3593] Web: fixed visibility of the “close” icon for pop-up notifications (reported by @AndreBA) [NWI-3946] Wi-Fi: fixed system crash caused by whitelist MAC address overflow [SYS-1253]
    1 point
  20. Release 4.3 Alpha 8: UPnP: fixed "failed to remove PCP mapping" error (reported by @YamadaHideki) [NDM-3588] Web: fixed tooltip display on the traffic monitor graph (reported by @FLK) [NWI-3894]
    1 point
  21. Hello, I need auto wake on lan client with specific date and time also one time or every day, every week, every month, every year like windows task scheduler. Can you add this next future uptade KeeneticOS 4.3 ? There are many Keenetic devices and PCs in our network. This feature is very necessary for our it department. Thanks, Kind regards.
    1 point
  22. It would be great to have an ability to enable/disable APs in segments on extenders from controller. For example mws member {member} interface WifiMasterX/AccessPointX up/down.
    1 point
  23. Hello. I have mesh system with titan + buddy 6. when I check a client to see how long it is connected to the network, it only shows how long it is connected to current mesh node. If it switch to other node, than duration resets 0 because it shows the other node connection time. I dont need how long it is connected specific node. I need how long it is connected any node (all network). I believe the purpose of mesh system is to behave like one network. I manage a network with 300 Aruba APs in a company. In Aruba, it shows uptime connection time of a client regardles which AP is connected. Thanks.
    1 point
  24. Make Please NTP server a standard component, without opkg. For devices without / with restricted access to the Internet. Предлагаю сделать NTP-сервер стандартным компонентом, без opkg. Для устройств без доступа/с ограничением доступа к internet.
    1 point
  25. Good afternoon. I propose to enable support in Keenetic routers for connecting UPS power supplies via USB. To be able to monitor and control from Keenetic routers the UPS power supplies unit connected via USB. This is important for remote video surveillance centers connected to the Internet via Keenetic routers. Thanks, Andrej Kuzmin
    1 point
  26. Hello. I would like to talk about two shortcomings that I have identified. 1. When you want to use wisp as a backup connection in systems with mesh installed, mobile hotspot connection can only be made through the main router. If the mobile hotspot is out of range of the main router but within the mesh range, the connection cannot be established. I want wisp connection to be made over mobile hotspot over all nodes in mesh. 2. In order to reduce the load on the router in mesh systems, it should be possible to install modules separately at all nodes. For example, vpn should be installed on the main router, media server should be installed on the other node (mesh client). Thus, the processing load on the main router can be reduced.
    1 point
  27. И не забыть бы добавить в DHCP опцию 042 (RFC 1769)
    1 point
  28. Добрый день! Не планируется ли выпуск Keenetic OS для виртуальных сред? Как у коллег из Латвии, очень удобно, тем более ОС обросла возможностями и стала многофункциональной + может подходить под импортозамещение (как российское). Не всегда есть возможность поставить железку, иногда проще в ЦОДе развернуть виртуалку. Можно придумать гибкие тарифы, как у того же MikroTik (ограничение скорости интерфейса). Было бы очень круто и удобно для пользователей, дополнительный канал дохода для производителя. Все в плюсе.
    1 point
  29. I. Definitions The expressions used in these Rules shall be interpreted as follows: 1.1. Service Provider/Administrator — Keenetic Limited, Hong Kong company having its principal offices at 1202, 12/F., AT Tower, 180 Electric road, North Point, Hong Kong. 1.2. Forum — an Internet portal located at the Web address https://forum.keenetic.com, including all services located at the sub-pages (sub-forums) and sub-domains of the said forum. Forum is aimed at the exchange of information and opinions among Users. 1.3. User — a person who has registered with the Forum. II. General Provisions 2.1. The present Keenetic forum rules, Website Terms of Use, Website Privacy Policy Statement, Personal Information Collection Statement for Registration (hereinafter referred altogether as Rules) apply to the use of the Forum located at https://forum.keenetic.net. 2.2. The Rules as a whole shall be imposed on all Forum Users. 2.3. By accepting the Rules, a User agrees to use the Forum in accordance with the law and good practice, and acknowledges that it is forbidden to add/present content that is prohibited or infringes upon the rights of third parties in any way. III. Participation Rules 3.1. Activities prohibited on the Forum particularly include (but are not limited to) the following: a) sharing materials obtained illegally or against the law; b) propagation of content that is either of pornographic nature, in conflict with the rules of social interaction, offensive, or violating the generally-accepted ethical standards and etiquette; c) propagation/inducement of downloading illegal software, computer viruses or other malware; d) propagation of vulgar, sarcastic or spiteful content expressing lack of respect for others; e) propagation of advertising in any form, including covert advertising, without the Service Provider's prior consent. The restriction does not concern information about products or services provided for information purposes in connection to the subject of a given thread; f) publishing posts lacking content on the subject, containing harmful advice, advice irrelevant to the problem in question, and the publishing of identical posts in sequence or repeating the information previously included in the discussion; g) publishing false, inflammatory, disingenuous, rambling, irrelevant, or off-topic messages directed at specific individuals and companies with the intent to provoke others into emotional responses or to manipulate the perceptions of others. 3.2. By accepting the Rules, a User declares that: a) they are acquainted with the Rules and accept all provisions of the Rules; b) they are aware of the fact that as the author of a statement, they are fully responsible for its content; c) they do not lay and will not lay any claims to the Service Provider/Administrator, resulting from the statements of other users; d) they are aware that it is the responsibility of the Service Provider/Administrator to maintain order on the Forum, observe the generally applicable legal regulations, as well as the provisions of the Rules. At the same time, they accept the possibility of editing or deletion of posts - should the Administrator deem them incompliant with the above requirements; e) they are aware that for behavior violating netiquette, they may receive warning, prohibition of posting, or have their account banned; the account ban decision rests with the Administrator; f) they accept the Privacy Policy. IV. Personal Data Protection 4.1. A Forum User may specify their personal data. Personal data specification is voluntary. The Users' personal data shall be processed and administered by the Service Provider in accordance with applicable legal regulations. 4.2. The Service Provider shall only process the User's personal data for the purpose of performance of a given service and in a scope necessary for its performance. Processing User's personal data for other purposes than the one mentioned in the previous sentence shall only be performed upon obtaining Users' consent and in the scope stipulated therein. 4.3. Each User may view and edit their personal data and request their deletion. To do so, they need to send a letter to the Service Provider to e-mail: forum@keenetic.com. In the case where personal data are necessary for the performance of a given service, the request for their deletion shall be equal to a declaration of agreement termination concerning the provision of the service. 4.4. Please read Website Privacy Policy Statement and Personal Information Collection Statement for Registration for more information about personal data protection. 4.5. Personal data protection by third parties: Google Analytics Google Analytics is a web analysis service provided by Google Inc. (“Google”). Google utilizes the Data collected to track and examine the use of this website, to prepare reports on its activities and share them with other Google services. Privacy Policy Spam Defense The IPS Spam Defense Service passes the email address and IP address of the registering member to the service to determine the likelihood a registering account is a spam source. Privacy Policy reCAPTCHA 2 This site uses a CAPTCHA to ensure humans are performing certain actions. The CAPTCHA provider may set a session cookie and get information about your internet browser and device accessing this website. Privacy Policy V. Intellectual Property 5.1. The Forum, and the materials contained therein, including works, trademarks, databases are subject to protection described in applicable legal regulations. 5.2. By making use of the works or databases available in the Forum, Users acquire no rights or licenses to these works or databases. 5.3. Without prior consent of the Service Provider, Users may only use the Forum and works and databases contained therein within the scope of permitted use as described in the applicable legislation. It is particularly prohibited to: a) reproduce, modify, block, publicly play and publicly share in the Internet the Forum in whole or part, or works available in the Forum or parts of them, with the exception of situations required by applicable law; b) download database content and re-use it in whole or in considerable part (in terms of quality or quantity). 5.4. By adding materials to the Forum, a User declares them free of any physical or legal defects and third-party claims, and declares having all the authorizations and consents required by applicable law. VI. Responsibility of the Service Provider 6.1. The Service Provider/Administrator shall not be held responsible for: a) the manner in which Users use the Forum, or any consequences thereof; b) the materials, including comments, posted by Users at the Forum; c) any damages resulting from User activities incompliant with the law or these Rules; d) information obtained in the Internet, particularly in the Forum, nor for the consequences of its use by Users and its usefulness for them; e) the Service Provider shall not have responsibility, particularly criminal, civil and administrative responsibility for Users' use of the Forum in a manner incompliant with these Rules or the law. 6.2. The Service Provider shall not be held responsible for damages suffered by Users resulting from Internet threats, such as in particular breaking into User systems, password takeover by third persons, or infecting User systems with viruses. VII. Complaints 7.1. Each User of the Forum may file a complaint concerning the operation of the Forum. 7.2. The complaints shall be submitted in writing via e-mail to: forum@keenetic.com. 7.3. The Service Provider shall consider a complaint within 14 days of receipt. 7.4. An answer to the complaint shall be sent to the User to the address specified in the complaint. 7.5. The Service Provider reserves the right to extend the period specified in 7.3. above, by no more than 10 days, should the complaint analysis require extraordinary, special activities and arrangements, or encounters obstacles outside the Service Provider's control and fault. The Service Provider further reserves that complaint analysis may require additional information from the User; in each event, the time taken by the User to provide such information shall extend the complaint consideration period; VIII. Final Provisions 8.1. The present Rules may be amended by the Service Provider at any time. The amendments shall be updated on real-time basis in the form of a consolidated text of the Rules published in the Forum, along with information about the introduced changes. 8.2. User's use of the Forum after the amendment of Rules shall be interpreted as its acceptance. Should a User object to the amendment of the Rules, they should restrain from using the Forum. 8.3. The Rules and all amendments thereto shall come into force upon their publication on the websites of the Forum.
    1 point
This leaderboard is set to Moscow/GMT+03:00
×
×
  • Create New...