Networking Forums

Networking Forums > Computer Networking > Linux Networking > Re: HTB/CBQ and iptables MARK problem

Reply
Thread Tools Display Modes

Re: HTB/CBQ and iptables MARK problem

 
 
joseph philip
Guest
Posts: n/a

 
      07-08-2003, 06:00 PM
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

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"iptables mark with filter fw" vs "u32 match" =?ISO-8859-2?Q?Pawe=B3?= Staszewski Linux Networking 3 03-05-2005 09:23 PM
iptables mark qos moritz gartenmeister Linux Networking 0 08-20-2004 08:57 AM
iptables MARK and Routing Steve Wakelin Linux Networking 0 07-01-2004 12:06 AM
iptables --set-mark problem kris wolff Linux Networking 2 06-01-2004 07:31 AM
iptables --set-mark and htb Ryan Alder Linux Networking 0 09-29-2003 02:30 PM



1 2 3 4 5 6 7 8 9 10 11