Jump to content

sergeyk

Forum Members
  • Posts

    1449
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by sergeyk

  1. 2 минуты назад, Chezzie сказал:

    Please help me configure the OPKG to allow the router (KN-2170) gracefully shutdown by a signal from from UPS on the power outage.

    I have APC Back-UPS ES 700.

    Already installed all necessary OPKG packages but I have trouble configuring it.

    Spent a day trying to find information. (I am a developer so I will easily understand every suggestion.)

    Anybody here have such experience, ready configuration files? Pleeeease share.

    The main suggestion here is the router has no ACPI subsystem (has no PC-like suspend mode), so you may only reboot the device by a signal or (at least) unmount storages.

  2. 1 минуту назад, question2 сказал:

    I can try to replace the device id that is sended by the router to the update server, but it is easier to get rid of the router and the manufacturer, who does not know how to separate personal from business.

    Why do You think the servers blocked? To analyze the router state, please attach a self-test file here with access errors in it.

  3. 58 минут назад, Axo92 сказал:

    Unfortunately it doesn't work as it should, the min-success option isn't saved.

    You should explicitly save configured state by synchronous

    copy running-config startup-config

    or asynchronous

    system configuration save

    command.

    "show ..." commands always return current active status, not configured values (but active values may be equal to configured ones).

    To revise configured state use

    show running-config

    and to view a configuration saved to a persistent storage

    more startup-config

     

    • Thanks 1
  4. @rAcKShen A factory firmware comes with a minimal set of components. You may install it from the cloud by the following commands:

    components list
    components preset minimal
    components commit

    First command gets a components list from a server. Each component may be included in a specific preset. For example, "base" component is in "minimal" and "recommended" presets:

            component:
                     name: base
    
    ...
    
                   preset: minimal
    
                   preset: recommended

    Second command selects components from the "minimal" preset only.
    Third runs a cloud request and installs the firmware with the selected components.

  5. 5 минут назад, rAcKShen сказал:

    After a reset via the Web interface (or a change of the operating mode from Router to Extender), the components are not reset. Is there any trick to reset the components as well, except going for a Recovery?

    No. The reset feature sets the default configuration for currently installed components, it does not change the component set.
    You can change the set using a manual or cloud update only.

  6. 5 часов назад, PasKy сказал:

    Ciao a tutti, vorrei chiedere una funzionalità, sempre se questa è considerata interessante e davvero efficace, nella configurazione WI-FI: vorrei chiedere se è possibile implementare il "Group Key Update Period:"

    Now it is possible in the CLI only

    (config)> interface WifiMaster0 rekey-interval 
    
     Usage template:  
       rekey-interval {rekey-interval}

    Use

    (config)> interface WifiMaster0 rekey-interval 3600

    to change the default value from 86400 to 3600 for 2.4 GHz band (WifiMaster0), for example.

    You may also use Web CLI to run commands.

×
×
  • Create New...