View previous topic :: View next topic |
Author |
Message |
Corona688 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/164511503041338d913f8fb.gif)
Joined: 10 Jan 2004 Posts: 1204
|
Posted: Thu Jan 29, 2009 8:34 pm Post subject: [SOLVED] 2.6.27 and TOS matching |
|
|
I've done a big kernel upgrade, from 2.6.19 to 2.6.27. I've got most everything working now but I have found that 2.6.27 iptables either doesn't have "TOS match" or calls it something different now. I use that with squid and htb to not impose bandwidth limits on things already cached, when I boot with the old kernel it works, when I boot with the new kernel everything downloads from squid at the same limited rate. How do I get tos matching working in 2.6.27? _________________ Petition for Better 64-bit ATI Drivers - Sign Here
http://www.petitiononline.com/atipet/petition.html
Last edited by Corona688 on Tue Feb 10, 2009 4:07 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
user Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 08 Feb 2004 Posts: 216
|
Posted: Thu Jan 29, 2009 10:25 pm Post subject: |
|
|
Hi Corona688,
i search and found it also.
Code: | [*] Network packet filtering framework (Netfilter) --->
Core Netfilter Configuration --->
[*] Network packet filtering framework (Netfilter) --->
Core Netfilter Configuration --->
[*] "dscp" and "tos" match support
|
tested with
Code: | $IPTABLES -t mangle -A TEST_TABLE -m tos --tos Minimize-Delay -j ACCEPT
eend $? "No TOS match support"
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Corona688 Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/164511503041338d913f8fb.gif)
Joined: 10 Jan 2004 Posts: 1204
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|