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

Active IP addresses

Dear all.

We have a Hardware Licence for an ASG 220 with unlimited users and unlimited connections... When I now check the Active IP Addresses tab I cannot see the amount of active ip addresses... Is it probably possible to see the amount of used ip addresses although I have a unlimited ip licence.


This thread was automatically locked due to age.
Parents
  • Thanks, superbits.  Please give an example with actual values as I'm not sure which items are truely internal variables.

    Cheers - Bob
     
    Sophos UTM Community Moderator
    Sophos Certified Architect - UTM
    Sophos Certified Engineer - XG
    Gold Solution Partner since 2005
    MediaSoft, Inc. USA
  • The internal ranges are in the top of the script. The internal LAN address of the astaro is included in the bottom:

    select x.logday, count(x.srcip) as ips_per_day from (select srcip, logday from accounting where raw_in_pktcount > 0 and raw_out_pktcount > 0 and (srcip 
Reply
  • The internal ranges are in the top of the script. The internal LAN address of the astaro is included in the bottom:

    select x.logday, count(x.srcip) as ips_per_day from (select srcip, logday from accounting where raw_in_pktcount > 0 and raw_out_pktcount > 0 and (srcip 
Children
No Data