Hi guys
Anyone know of a maintained porn site block list as well as a virus port list?
Thanks.
This sounds good but can I still then apply QoS (like bandwidth queues) for the users on my LANs?Hilton,
You can use Linux Squid proxy with Dansguardian in your network as a Parent proxy.
but does this allow you to enforce simple queues as well to manage bandwidth? I'm talking about users on a LAN here.Squid box can work on transparent bridge which passes the original input ip to output interface (so-called spoofing) using the tproxy method. We have few thousands of customers passing to the internet this way (LAN->SQUID->MT->INTERNET).
It's the transparent bridge, so you get on out interface exactly the same as you get on input (if don't include caching). The ip addresses from input interface on transparent bridge goes to the output interface unchanged (same ip), so the simple queue is possible.but does this allow you to enforce simple queues as well to manage bandwidth? I'm talking about users on a LAN here.Squid box can work on transparent bridge which passes the original input ip to output interface (so-called spoofing) using the tproxy method. We have few thousands of customers passing to the internet this way (LAN->SQUID->MT->INTERNET).
抱歉Dragonmen trying to get my head around this. This example of yours is exactly what I want to achieve but with squid authentication (so I can get reports on usage per user). I also want to be able to set bandwidth limits per user (like those using Internet banking to have higher throughput). To get this all to work, I need to use the internal proxy redirect because it uses the transparent bridge (confused about this, packet flow diagram is a bit tricky)?It's the transparent bridge, so you get on out interface exactly the same as you get on input (if don't include caching). The ip addresses from input interface on transparent bridge goes to the output interface unchanged (same ip), so the simple queue is possible.
Example, assume that squid saves 10% of total bandwidth and client is limited to 256kbit simple queue and the squid is in front:
CLIENT 1 -> SQUID -> MT -> INTERNET
281Kbit -> 256 Kbit -> 256kbit -> 256kbit
Thanks Dragonmen, I will try this and be rest assured, will then bug you when I come unstuck :-)Sorry, Hilton, you can't use proxy authentication in transparent mode.
For the bandwidth usage you can use some of the squid log analyzers to see how much traffic uses which ip address, if that satisfies you.
You can use mikrotik to auth the users and limit their bandwidth and squid just for caching.