Hi,
I have a few hundred PCs behind 4 public IP addresses. That's a problem because these PCs are using the web, and requesting pages from the same remote servers and these servers have limitation (reqest/sec from the same IP address I think), they are delaying to serve the reqests (banner servers for example) and that makes browsing slow.
Is there a possibility to share these IP addresses evenly among these PCs? Make src-nat firewall rules to use public IP address dynamically? Or can I drop specific packets to block the banner servers that cause the problem?
Dynamic sharing would be important because then I don't have to bother about how to divide my IPs among the public IPs.
Thanks!