Re: FTP connection track

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, 2004-09-16 at 16:07, Krystian wrote:
> hi
> 
> i have a problem and would like to ask how you would do it.
> i have a linux router box. behind is my computer.
> I would like to track FTP connections so I can priotize them i my QoS.
> what rules should be applied to my box?
> 
> Krystian

  iptables -t mangle -A PREROUTING -m helper --helper ftp \
    -j MARK --set-mark 1

queue based on that mark (or the lack thereof).  setting up queuing is
beyond the scope of this list.  more info at:

        http://lartc.org/howto/index.html

-j

-- 
Jason Opperisano <opie@xxxxxxxxxxx>



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux