Home Page › Forums › Network Management › ZeroShell › QoS Issue – Web Interface Slow When downloading › Reply To: QoS Issue – Web Interface Slow When downloading
February 15, 2010 at 3:54 pm
#49697
Member
Let me re-phrase my question:
Can I create a chain or rule that will cause ZeroShell’s shaping ruleset to ignore internal LAN traffic to and from Zeroshell. I’ve seen this been done before with the opensource Mastershaper(scroll to the bottom of the page). The chain from Mastershaper would look like this:
######### chain LAN
/sbin/tc filter add dev eth1 parent 1:1 protocol all prio 2 u32 match ip src 10.0.0.0/24 match ip dst 10.0.0.0/24 flowid 1:11.
How can I implement this in ZeroShell?
Thanks.