by adrien » Apr 04 12 12:34 pm
Hi
The way it is supposed to work is this:
When something connects to WinGate, we check the type of activity it is. Certain activity does not consume a license, this includes:
* DNS lookups
* DHCP
* Remote Control session
* Winsock Redirector control connection
* Anything from localhost or local IP of WinGate
If a license is required for that activity, we check to see if a license is already held by the IP/machine. If so, we don't need a new one, else we acquire one.
When the connection is closed, we check if any other connections to that IP are still active and require a license. If not, we release the license.
So, it should only be counting active users doing things that require a license count.
It's possible there's a bug relating to what gets displayed on the dashboard, since we added separate counters in for that and count it in parallel to the licensing system (since the license manager can aggregate licenses).
So are you still using your trial license, or just the 50 user one? If you're using the 50 user one, and you're seeing the dashboard gauge go over 50, that implies a bug in the counter used on the dash.
If you're still using the trial, we need to figure out if you would be denied due to license if you go over 50.
I'll have a look to see if I can find any issue in the dashboard counter code.
Adrien