Managing Inbound Traffic

Linux Advanced Routing and Traffic Control

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

 



hi,
i have added just these iptables command to handle in & out traffice 
thru the same imq0
markOut="$ipt -A FORWARD -t mangle -o eth0 -j MARK -s "
markIn="$ipt -A FORWARD -t mangle -o eth1 -j MARK -d "

$markOut 192.168.1.20 --set-mark 1
$markIn 192.168.1.20 --set-mark 1

$ipt -A POSTROUTING -t mangle -j IMQ

rest of the htb & imq rules are same like you  :)

A.H

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux