Displaying 2 results from an estimated 2 matches for "padam".
Did you mean:
adam
2005 Feb 18
2
Complex Traffic shaping setup
...the user
filter are never sent to the Box level classes, making the box level
rate for a particular protocol exceed the required for all users put
together.
Is there a solutions to this issue? I am unable to really find a
solution since filters can only be applied to the root!
Thanks in advance!
Padam Singh.
2007 Apr 15
2
iptables marks
Hi all!!
I was trying to figure out how iptables marks work. I thought that a packet
could just be marked once into a chain (if the packet matchs the criteria,
then it the action is applied, and that''s all for the packet into this
chain), but I was wrong: I did
iptables -t mangle -A INPUT -i eth0 -j MARK --set-mark 7
iptables -t mangle -A INPUT -i eth0 -j MARK --set-mark 8
and then