From: "Tomasz Chilinski" <chilek@chilan.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] Is ESFQ working?
Date: Sun, 11 Feb 2007 14:20:49 +0000 [thread overview]
Message-ID: <20070211141806.M34664@chilan.com> (raw)
In-Reply-To: <200702111301.51685.alejandro_aero@yahoo.es>
On Sun, 11 Feb 2007 14:15:49 +0100, Alejandro Lorenzo Gallego wrote
> [cut]
>
> $IPTABLES -F POSTROUTING
>
> $ANADIR -p tcp --sport 443 -j CLASSIFY --set-class 1:100
> $ANADIR -p tcp --sport 22 -j CLASSIFY --set-class 1:100
> $ANADIR -p tcp --sport 53 -j CLASSIFY --set-class 1:100
> $ANADIR -p tcp --sport 8080 -j CLASSIFY --set-class 1:100
> $ANADIR -p tcp --sport 587 -j CLASSIFY --set-class 1:200
> $ANADIR -p tcp --sport 6667 -j CLASSIFY --set-class 1:300
> $ANADIR -p tcp --sport 1863 -j CLASSIFY --set-class 1:300
> $ANADIR -p tcp --sport 123 -j CLASSIFY --set-class 1:200
> $ANADIR -p udp --sport 123 -j CLASSIFY --set-class 1:200
> $ANADIR -p tcp --sport 115 -j CLASSIFY --set-class 1:200
> $ANADIR -p tcp --sport 69 -j CLASSIFY --set-class 1:200
> $ANADIR -p tcp --sport 23 -j CLASSIFY --set-class 1:200
> $ANADIR -p tcp --sport 5223 -j CLASSIFY --set-class 1:300
> $ANADIR -p tcp --sport 10025 -j CLASSIFY --set-class 1:200
> $ANADIR -p tcp --sport 3690 -j CLASSIFY --set-class 1:200
> $ANADIR -p tcp --sport 3306 -j CLASSIFY --set-class 1:200
> $ANADIR -p tcp --sport 143 -j CLASSIFY --set-class 1:200
> $ANADIR -p tcp --sport 995 -j CLASSIFY --set-class 1:200
> $ANADIR -p tcp --sport 990 -j CLASSIFY --set-class 1:200
> $ANADIR -p tcp --sport 110 -j CLASSIFY --set-class 1:200
> $ANADIR -p tcp --sport 993 -j CLASSIFY --set-class 1:200
> $ANADIR -p tcp --sport 220 -j CLASSIFY --set-class 1:200
> #$ANADIR -d 192.168.20.49 -j CLASSIFY --set-class 1:700
>
> [cut]
Have u tried to replace CLASSIFY target by MARK target and then using
fw filter? I have got bad experience with CLASSIFY target.
Bests, Tomasz Chilinski.
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
next prev parent reply other threads:[~2007-02-11 14:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-11 12:01 [LARTC] Is ESFQ working? Alejandro Lorenzo Gallego
2007-02-11 12:28 ` Tomasz Chilinski
2007-02-11 13:15 ` Alejandro Lorenzo Gallego
2007-02-11 14:20 ` Tomasz Chilinski [this message]
2007-02-11 15:19 ` Alejandro Lorenzo Gallego
2007-02-11 15:48 ` Tomasz Chilinski
2007-02-11 15:59 ` Alejandro Lorenzo Gallego
2007-02-11 19:10 ` Corey Hickey
2007-02-11 21:49 ` Alejandro Lorenzo Gallego
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070211141806.M34664@chilan.com \
--to=chilek@chilan.com \
--cc=lartc@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.