[hlds_linux] iptables settings

2005-04-04 Thread admin
I saw a website that suggested adding this to your iptables... Any comments? Would this be good? iptables -A PREROUTING -t mangle -p tcp --dport 27005 -j TOS --set-tos Maximize-Throughput iptables -A PREROUTING -t mangle -p tcp --dport 27010 -j TOS --set-tos Maximize-Throughput iptables -A

Re: [hlds_linux] iptables settings

2005-04-04 Thread ScratchMonkey
--On Monday, April 04, 2005 1:55 PM -0400 [EMAIL PROTECTED] wrote: I saw a website that suggested adding this to your iptables... Any comments? Would this be good? No, because the rules are conflicting and poorly optimized. You can't have more than one TOS value for the same

Re: [hlds_linux] iptables settings

2005-04-04 Thread Mariusz ZieliƄski
ScratchMonkey wrote: So my rules: iptables -t mangle -A PREROUTING -p udp -j TOS --set-tos Minimize-Delay iptables -t mangle -A OUTPUT -p udp -j TOS --set-tos Minimize-Delay iptables -t mangle -A POSTROUTING -p udp -j TOS --set-tos Minimize-Delay Why setting same flag three times ? Setting it on

Re: [hlds_linux] iptables settings

2005-04-04 Thread ScratchMonkey
--On Monday, April 04, 2005 10:56 PM +0200 Mariusz Zieliski [EMAIL PROTECTED] wrote: ScratchMonkey wrote: So my rules: iptables -t mangle -A PREROUTING -p udp -j TOS --set-tos Minimize-Delay iptables -t mangle -A OUTPUT -p udp -j TOS --set-tos Minimize-Delay iptables -t mangle -A POSTROUTING -p