Jump to content

eralde

Moderators
  • Posts

    1864
  • Joined

  • Last visited

  • Days Won

    80

Everything posted by eralde

  1. @fritz box, thank you for checking out the simplified policy configuration. After reading your last comment, I don't think I understand how your network is configured. Can you draw a schematic of your network: - how devices (Keenetic routers, computes, smartphones, ...) connected to each other (including connection policies on Keenetic routers) - on which devices the OpenVPN is configured ? And what problem are you trying to solve with a “double tunnel” VPN configuration?
  2. Yes, thank you! This will be fixed in one of the future versions. That is a separate issue (both the KeenDNS name/icon alignment and the spacing in the clients table have the same underlying cause). It also will be fixed
  3. @ru.celebi thank you for the report! It would be better if you don't hide the posts you publish here. If you don't want to include personal information (e.g. device names / IP addresses / MAC addresses) in your screenshots – blur them out before uploading the images. Firstly, this way you won't post two identical posts, and secondly, if your posts are visible, other users will also be able to check if they have the same problem. Thanks again for reporting the problems
  4. Thank you for the self-test file! The configuration looks correct. Can you try something? Will your devices have Internet access if you: - disable multipath in that policy - remove rate-limiting for the OpenVPN interface ? Should look similar to this:
  5. Hello @fritz box Please attach either a couple of screenshots of your browser with Policy Connections/Policy Bindings or a self-test file (you can download it from the Diagnostics page or the System Settings page. If you decide to attach the self-test file, please toggle the "Hide" toggle when adding a new message to this thread, so only the moderators of the forum will see your message.
  6. This is expected behavior. The fail-safe mode is designed to prevent the device from losing remote access to the device when its settings are changed. Each of these operations can result in loss of remote access to the device.
  7. The IntelliQoS feature in Keenetic devices uses a DPI engine called PACE2. The provider of this DPI engine says that it will use some AI techniques to classify traffic. That's why we also say that we have the AI IntelliQoS in our products. Since every Keenetic model uses the same DPI engine, every model will get the AI version with a firmware update at some point.
  8. Hello, Enrico! Yes, it is possible to send and list received SMS via the REST API. The easiest way to do it is to see how the web interface interacts with the router. I wrote an extended explanation for USSD requests here: Commands for reading/sending SMS are quite similar (sms {interface} list, sms {interface} send, sms {interface} delete, sms {inteface} read). A simple example: 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)
  9. Thank you for the report! Looks like the MWS controller send incomplete data to the web UI. If that situation repeats itself, it would be helpful to: - download a self-test file from the controller - open <keenetic address>/rci/show/mws/member (e.g. http://my.keenetic.net/rci/show/mws/member), save the displayed JSON as a text file and upload it here along with the self-test file
  10. Hi! You can disable the wizard altogether by sending a following query, using fetch: fetch( 'http://192.168.1.1/rci/', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify([{easyconfig: {disable: true}}, {system: {configuration: {save: true}}}]), }, ); After you've send the query, you can open a new browser tab and navigate to http://192.168.1.1 and you should see the main web UI. But it would be very helpful, if you would provide some diagnostics to help us fix the issue. Could you open http://192.168.1.1/rci/easyconfig/state in a separate browser tab, copy the output and attach it to this thread as a hidden message? Thanks in advance!
  11. 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
  12. 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:
  13. @ru.celebi @PriSonerS61 thank you for the report! We will fix this issue in one of the next Dev versions of the firmware.
  14. Please check if 4.3 Alpha 6.1 solves this problem.
  15. Thank you for the report, that is a bug in Alpha 6. It will be fixed in a future version. That is not a bug. Extender settings that are configured by the controller are locked in the extender web UI. However, at the moment some Wi-Fi parameters are still configurable only via the extender web UI, you can see them if you click on the “Advanced Settings” link in your screenshot. Basic Wi-Fi settings on the extender (SSID / Network protection / Password / ...) in both bands are synchronized with the controller. This is part of the Mesh Wi-Fi system design.
  16. Thank you for the report! This issue was already reported here: It will be fixed in one of the next Dev builds.
  17. Ah, ok, you already created on there as well
  18. Hello, Alex! That actually looks like an issue in the mobile app. There is no "hide KeeneticOS app in the mobile app" setting that the web UI can toggle. I'll move this thread to the section of the forum dedicated to the mobile app.
  19. Hello, I'll pass your request on to the translators
  20. Thank you for the report! We know about this issue and will fix it in the next Dev version of the firmware.
  21. Both the missing text and the fact that it appears on devices with an internal DSL modem will be fixed in Alpha 4.
  22. @Peganeo thanks, we'll check it out. I've hidden your message, so that only moderators can see it.
  23. Please attach the self-test file in a hidden message here. The self-test file can be downloaded on the Diagnostics page.
  24. This is certainly out of scope of this thread (your questions aren't about the Web UI, if I understand them correctly). Please, start a new thread here: https://forum.keenetic.com/forum/52-dev-channel-issues-test-reports/ and describe your issues as detailed as possible or create a new request to the tech support (https://help.keenetic.com/hc/en-us)
  25. The "IntelliQoS" page layout may be a bit confusing, but the "Application prioritization" checkbox actually turns SQM on or off. In order to properly prioritize traffic, we need to: know the actual bandwidth (how many packets you can send per second over a given connection) classify traffic (put packets of a given type into appropriate queues) send a certain number of packets from each queue according to its priority So that's what we show in the new UI: a table to specify the bandwidth limit for each connection, a checkbox to enable classification and another checkbox to enable prioritization (with a list of traffic types that can be ordered according to your wishes below).
×
×
  • Create New...