Displaying 1 result from an estimated 1 matches for "201743".
Did you mean:
20143
2004 Aug 04
10
htb and fw problems
...owid 1:30
tc filter add dev eth1 parent 1:0 protocol ip handle 40 fw classid 1:40
tc filter add dev eth1 protocol ip parent 1:0 handle 80 fw flowid 1:80
Here''s my iptables rules*mangle
:PREROUTING ACCEPT [1061:863210]
:INPUT ACCEPT [1022:857788]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [947:201743]
:POSTROUTING ACCEPT [947:201743]
-N personal
-N others
-N personal1
#-A OUTPUT -p tcp -m tcp --sport 3128 -j MARK --set-mark 0x2
-A OUTPUT -p tcp -m tcp --sport 3128 --destination 192.168.1.145 -j personal
#-A OUTPUT -p tcp -m tcp --dport 80 -j MARK --set-mark 20
-A OUTPUT -p tcp -m tcp --dport 80...