search for: bin_ipt

Displaying 2 results from an estimated 2 matches for "bin_ipt".

Did you mean: bcn_int
2005 Nov 25
2
FAIR NAT: this is correct ?
on Fair NAT: ------------- [...] # Correcting TOS for large packets with Minimize-Delay-TOS $BIN_IPT -t mangle -A $FN_CHK_TOS -p tcp -m length --length 0:512 -j RETURN $BIN_IPT -t mangle -A $FN_CHK_TOS -p udp -m length --length 0:1024 -j RETURN $BIN_IPT -t mangle -A $FN_CHK_TOS -j TOS --set-tos Maximize-Throughput $BIN_IPT -t mangle -A $FN_CHK_TOS -j RETURN [...] I think that best is: [...] #...
2004 Jun 28
0
fairnat with squid + Squid with ZPH
...d kernel with: - netfilter connmark patch - netfilter ttl patch - htb "HYSTERISYS =0" - "sfq DEPTH = 16" - "PSCHED CPU" - and last HTB patch. and... modified fairnat script with: -------------------------------------- [...snip...] function iptables { $BIN_IPT -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 3128 $BIN_IPT -t mangle -A PREROUTING -p tcp -d 192.69.221.130 -j TOS --set-tos Minimize-Delay $BIN_IPT -t mangle -A PREROUTING -p tcp -s 192.69.221.130 -j TOS --set-tos Minimize-Delay [...snip...] } [...snip...] function p...