All of lore.kernel.org
 help / color / mirror / Atom feed
* How would this help my LAN / network
@ 2005-10-07 14:30 Brent Clark
  2005-10-07 15:16 ` Sorin Panca
  0 siblings, 1 reply; 10+ messages in thread
From: Brent Clark @ 2005-10-07 14:30 UTC (permalink / raw)
  To: iptables

HI all

I just came across one of the threads on the LARTC.
In the thread it had this.

So my question is, for the following rules, would these increase my browsing / traffic, and if so, how.

iptables -t mangle -A PREROUTING -p tcp -m tcp --tcp-flags SYN,RST,ACK ACK -m length --length 0:128 -j TOS --set-tos Minimize-Delay
iptables -t mangle -A PREROUTING -p tcp -m tcp --tcp-flags SYN,RST,ACK ACK -m length --length 128: -j TOS --set-tos Maximize-Throughput
iptables -t mangle -A PREROUTING -p tcp -m tcp --sport 20 -j TOS --set-tos Maximize-Throughput
iptables -t mangle -A PREROUTING -p tcp -m tcp --sport 21 -j TOS --set-tos Minimize-Delay
iptables -t mangle -A PREROUTING -p tcp -m tcp --sport 22 -j TOS --set-tos Minimize-Delay
iptables -t mangle -A PREROUTING -p udp -m udp --sport 53 -j TOS --set-tos Maximize-Throughput
iptables -t mangle -A PREROUTING -p tcp -m tcp --sport 80 -j TOS --set-tos Maximize-Throughput
iptables -t mangle -A PREROUTING -p udp -m udp --sport 123 -j TOS --set-tos Minimize-Delay

If someone would take the time to briefly explain this to me, I would be most grateful.

Kind Regards
Brent Clark


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-10-07 17:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-07 14:30 How would this help my LAN / network Brent Clark
2005-10-07 15:16 ` Sorin Panca
2005-10-07 16:08   ` Brent Clark
2005-10-07 16:21   ` Rob Sterenborg
2005-10-07 16:40     ` Sorin Panca
2005-10-07 16:45     ` Gregory G Carter
2005-10-07 17:12       ` John A. Sullivan III
2005-10-07 17:36         ` Sorin Panca
2005-10-07 16:36   ` Brent Clark
2005-10-07 17:21     ` Sorin Panca

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.