Re: [LARTC] u32 and iptables do not work together

2006-04-10 Thread Nataniel Klug
Thank you all for the answers... Andreas Klauer escreveu: On Sat, Apr 08, 2006 at 03:18:01PM +0200, Piotr Chytla wrote: On Sat, Apr 08, 2006 at 08:21:40AM -0300, Nataniel Klug wrote: I think it worked fine... This is my new script (below the text). I just dont know how can I know if th

Re: [LARTC] u32 and iptables do not work together

2006-04-08 Thread Andreas Klauer
On Sat, Apr 08, 2006 at 03:18:01PM +0200, Piotr Chytla wrote: > On Sat, Apr 08, 2006 at 08:21:40AM -0300, Nataniel Klug wrote: > > I think it worked fine... This is my new script (below the text). I just > > dont know how can I know if this traffic is relly going to the class I > > send it... heh

Re: [LARTC] u32 and iptables do not work together

2006-04-08 Thread Piotr Chytla
On Sat, Apr 08, 2006 at 08:21:40AM -0300, Nataniel Klug wrote: > I think it worked fine... This is my new script (below the text). I just > dont know how can I know if this traffic is relly going to the class I > send it... hehehehe... I am marking Skype packages using L7-Filter like > this: > I

Re: [LARTC] u32 and iptables do not work together

2006-04-08 Thread Nataniel Klug
Jody, I think it worked fine... This is my new script (below the text). I just dont know how can I know if this traffic is relly going to the class I send it... hehehehe... I am marking Skype packages using L7-Filter like this: $IPT -t mangle -A PREROUTING -m layer7 --l7proto skypetoskype -j

Re: [LARTC] u32 and iptables do not work together

2006-04-08 Thread Piotr Chytla
On Fri, Apr 07, 2006 at 03:26:00PM -0300, Nataniel Klug wrote: >Hello all, > Hello >I am trying to make a filter into my QoS rules and I founded that > when I try to use filters u32 and with fwmark they do not work together. > This is the filter I use, just and example, for u32: > > $T

Re: [LARTC] u32 and iptables do not work together

2006-04-07 Thread Jody Shumaker
On 4/7/06, Nataniel Klug <[EMAIL PROTECTED]> wrote: > Andreas, > > This is not the problem becouse if I disable the rules I am using, and > use other script just with rules using fwmark them the other script > works fine. > > Att, > > Nataniel Klug > > Andreas Klauer escreveu: > > On Fri, Apr 07, 2

Re: [LARTC] u32 and iptables do not work together

2006-04-07 Thread Evgeni Gechev
Nataniel Klug wrote: Andreas, This is not the problem becouse if I disable the rules I am using, and use other script just with rules using fwmark them the other script works fine. Att, Nataniel Klug Andreas Klauer escreveu: On Fri, Apr 07, 2006 at 03:26:00PM -0300, Nataniel Klug wrote:

Re: [LARTC] u32 and iptables do not work together

2006-04-07 Thread Nataniel Klug
Andreas, This is not the problem becouse if I disable the rules I am using, and use other script just with rules using fwmark them the other script works fine. Att, Nataniel Klug Andreas Klauer escreveu: On Fri, Apr 07, 2006 at 03:26:00PM -0300, Nataniel Klug wrote: RTNETLINK answers:

Re: [LARTC] u32 and iptables do not work together

2006-04-07 Thread Andreas Klauer
On Fri, Apr 07, 2006 at 03:26:00PM -0300, Nataniel Klug wrote: > RTNETLINK answers: Invalid argument > We have an error talking to the kernel This message usually translates to: 'tc understood your syntax just fine, and tried to tell the kernel about it, but the kernel did not understand, most l

[LARTC] u32 and iptables do not work together

2006-04-07 Thread Nataniel Klug
Hello all, I am trying to make a filter into my QoS rules and I founded that when I try to use filters u32 and with fwmark they do not work together. This is the filter I use, just and example, for u32: $TC filter add dev $DL parent 1:0 protocol ip prio 1 u32 match ip sport 22 0x f