This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

license exceeded

I have a home with 28 IP capable device in it and 9.2 UTM is reporting that I have 78 and am over...

I have not done any NMAPs from the inside.
I have cleared the counters via cc commands
I have run a angry-ip scan to double check the 28 IP's and its correct...

what can be causing this from counting up to 78 and blocking some IP's?

most all of my devices are DHCP 12 of them and a few static but they really only count up to 28.

Ideas?


This thread was automatically locked due to age.
Parents Reply Children
  • Another way to reset (blank) "active_ips" from the command line - tested on 9.111-7. (run with root privileges)

    # echo -e "RAW\nset([],'licensing','active_ips')"  | cc -batch

    Thanks, that did the trick.
    astaro:/root # echo -e "RAW\nset([],'licensing','active_ips')"  | cc -batch
    
    Confd command-line client.  Maintainer: 

    Connected to 127.0.0.1:4472, SID = DZIqqmdkxrOpzGKatuoR.
    Available modes: MAIN OBJS RAW WIZARD.
    Type mode name to switch mode.
    Typing 'help' will always give some help.
    Switched to RAW mode.
    Calling Confd function set([],'licensing','active_ips')
    result: 1
    astaro:/root # cc get licensing active_ips
    []

    After reading the help within 'cc', it appears that the command syntax may have changed - to set an array, it appears that you must now enter "=[]" instead of just "[]" per the older instructions.  I tried that, and it did not return the error that it had previously, so maybe that was the missing link.

    astaro:/root # cc
    
    Confd command-line client.  Maintainer: 

    Connected to 127.0.0.1:4472, SID = [expunged].
    Available modes: MAIN OBJS RAW WIZARD.
    Type mode name to switch mode.
    Typing 'help' will always give some help.
    127.0.0.1 MAIN > licensing
    active_ips@
    license$
    user_limit_exceeded$
    127.0.0.1 MAIN licensing > active_ips@
    127.0.0.1 MAIN licensing/active_ips (ARRAY) > =[]
    result: 1
    127.0.0.1 MAIN licensing/active_ips (ARRAY) > quit