This is a discussion on Re: HTB/CBQ and iptables MARK problem within the Linux Networking forums, part of the Linux Forums category; On Sun, 06 Jul 2003 23:50:16 +0300, Imitheos wrote: > >> After marking, the next rule in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Sun, 06 Jul 2003 23:50:16 +0300, Imitheos wrote:
> >> After marking, the next rule in the mangle table will process the packet. >> You need: >> iptables -t mangle -A PREROUTING -p tcp --sport 80 -j MARK --set-mark 3 >> >> iptables -t mangle -A PREROUTING -p tcp --sport 80 -j ACCEPT >> > > Thank you my friend for replying. > > I didn't know that i should put -j ACCEPT also. > Will this "-j ACCEPT" interfere with the filter table ? > I mean if i have this rule "iptables -t mangle -A PREROUTING -p tcp > --sport 80 -j ACCEPT" then it will stop proccessing and accept the > packet as it would with "iptables -A PREROUTING -p tcp --sport 80 -j > ACCEPT" ? > > Thank you again. Don't know. Try it, and we'll both know more :) x-- 100 Proof News - http://www.100ProofNews.com x-- 3,500+ Binary NewsGroups, and over 90,000 other groups x-- Access to over 800 Gigs/Day - $8.95/Month x-- UNLIMITED DOWNLOAD |