Als je een melding krijgt dat je het aantal gelicenseerde ip's bent overschreden kun je dit wissen d.m.v. een van de 2 onderstaande opties.
###Resetting the IP count-
1) Login to unit via SSH (you must have the "loginuser" and "root" user passwords set via the web interface).
2) Type "cc" and hit enter
3) Type "licensing" and hit enter
4) Type "active_ips@" and hit enter
5) Type "=[]" and hit enter
6) Type ".." and hit enter
7) Type "user_limit_exceeded$" and hit enter
8) Type "=0" and hit enter
9) Tyipe "exit", to quit, and hit enter.
At this point the IP table should be flushed and the unit should no longer be in violation of the license.
Please keep in mind that this is a quick fix to a licensing issue.
If you really have too many devices on your network, please consider purchasing a license for the devices you have.
###Delete from database
psql -U postgres -d reporting -c "delete from accounting where srcip in (`/usr/local/bin/count_active_ip.plx --debug 2>&1 | grep "Executing SQL:" | cut -b20-`);"