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

Reset Licence Active IP's

Hello. By mistake, DHCP server assigned ip addresses to a number of computers, exceeding this way astaro licensed users. Ι removed this machine from the network but dhcp displays these leases and astaro considers them as active, refusing connections to company's  computers. Is there a way to reset the leases from dhcp and from license’s active ip addresses?

Regards


This thread was automatically locked due to age.
Parents
  • Erwin, those are at the command line.  It's perhaps clearer to use the set command instead of going into cc:

    # cc set licensing active_ips =[]
    # cc set licensing user_limit_exceeded 0


    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • Erwin, those are at the command line.  It's perhaps clearer to use the set command instead of going into cc:

    # cc set licensing active_ips []
    # cc set licensing user_limit_exceeded 0


    Cheers - Bob


    Hi Bob,

    Thanks for your reply, I logged in on the machine using SSH.
    I entered su and logged in as root.
    After running cc set licensing active_ips [] the UTM gives me this;

    0
    {
              'Nattrs' => [
                            'nodelist'
                          ],
              'attrs' => [],
              'check' => 'input',
              'datatype' => 'ARRAY',
              'fatal' => 1,
              'format' => 'The %_N requires %_d.',
              'msgtype' => 'INCOMPATIBLE_DATA',
              'name' => 'The active IP address list requires a Perl array.',
              'never_hide' => 0,
              'nodelist' => 'licensing->active_ips',
              'value' => '[]'
            }

    I guess it doesn't accept the command...
    After running cc set licensing user_limit_exceeded 0 it gives me back a 1, but the active IP addresses are not reset yet...

    Do you know what's going wrong? I'm using UTM 9.106-17
    Thanks alot in advance for your help!
    Regards,
    Erwin.
Reply
  • Erwin, those are at the command line.  It's perhaps clearer to use the set command instead of going into cc:

    # cc set licensing active_ips []
    # cc set licensing user_limit_exceeded 0


    Cheers - Bob


    Hi Bob,

    Thanks for your reply, I logged in on the machine using SSH.
    I entered su and logged in as root.
    After running cc set licensing active_ips [] the UTM gives me this;

    0
    {
              'Nattrs' => [
                            'nodelist'
                          ],
              'attrs' => [],
              'check' => 'input',
              'datatype' => 'ARRAY',
              'fatal' => 1,
              'format' => 'The %_N requires %_d.',
              'msgtype' => 'INCOMPATIBLE_DATA',
              'name' => 'The active IP address list requires a Perl array.',
              'never_hide' => 0,
              'nodelist' => 'licensing->active_ips',
              'value' => '[]'
            }

    I guess it doesn't accept the command...
    After running cc set licensing user_limit_exceeded 0 it gives me back a 1, but the active IP addresses are not reset yet...

    Do you know what's going wrong? I'm using UTM 9.106-17
    Thanks alot in advance for your help!
    Regards,
    Erwin.
Children
No Data