I have this situation:
client -> url-filtering -> squid -> internet
The squid proxy sees all clients as a single IP ( of url filtering) so I have a lot of connections from a single IP. Squid is the cache upstream proxy.
In production, with a lot of connections (2000), randomly the client has to refresh the page to see a site ( not a specific site). It seems the proxy denies the connection randomly.
If I cut out the url-filtering, leading to this situation:
client -> proxy->internet
I haven't had the problem, but the proxy sees all IP clients and the connection is for each IP.
In url filtering I see the log file and there is a lot of items with proxy not respond.
In squid.conf
I haven't set maxconn
or any other limitation from ip connection.
Is there a default limitation for a connection from single IP?
Is there some DDoS prevention from single IP that reject some packet?
In proxy server there isn't a firewall at the moment.