Re: [squid-users] Counting unique devices connected to squid proxy

2023-01-27 Thread Matus UHLAR - fantomas
On 20/01/2023 9:16 am, Marcus Kool wrote: The squid log file contains the IP address of clients and could be a good field to use for counting users. But a NAT shows 1 IP for all users behind the NAT... On 19/01/2023 15:48, Ben Goz wrote: I have a certain task to count the number of unique

Re: [squid-users] Counting unique devices connected to squid proxy

2023-01-22 Thread Ben Goz
On 21/01/2023 14:59, Amos Jeffries wrote: On 20/01/2023 9:16 am, Marcus Kool wrote: The squid log file contains the IP address of clients and could be a good field to use for counting users. But a NAT shows 1 IP for all users behind the NAT... Marcus On 19/01/2023 15:48, Ben Goz wrote:

Re: [squid-users] Counting unique devices connected to squid proxy

2023-01-21 Thread Amos Jeffries
On 20/01/2023 9:16 am, Marcus Kool wrote: The squid log file contains the IP address of clients and could be a good field to use for counting users.  But a NAT shows 1 IP for all users behind the NAT... Marcus On 19/01/2023 15:48, Ben Goz wrote: By the help of God. Hello, I have a certain

Re: [squid-users] Counting unique devices connected to squid proxy

2023-01-19 Thread Marcus Kool
The squid log file contains the IP address of clients and could be a good field to use for counting users.  But a NAT shows 1 IP for all users behind the NAT... Marcus On 19/01/2023 15:48, Ben Goz wrote: By the help of God. Hello, I have a certain task to count the number of unique devices

[squid-users] Counting unique devices connected to squid proxy

2023-01-19 Thread Ben Goz
By the help of God. Hello, I have a certain task to count the number of unique devices connected (Could be also transparently) to squid proxy server. While the users can be on different networks and behind NAT. Is it possible? What is the best approach of implement it? Thanks. Ben