Displaying 3 results from an estimated 3 matches for "dev_out".
Did you mean:
dev_net
2002 Nov 28
2
fw and u32 together...
...r marked packets...
2.
If u32 cannot filter marked packets is it possible to use fw and u32 together? I wanted to filter packets marked by iptables by fw, and packets depended on ip destination, src and others by u32, but something goes wrong :(
the filters configuration is:
$TC filter add dev $DEV_OUT parent 1: protocol ip prio 1 handle 2 fw flowid 1:10
$TC filter add dev $DEV_OUT parent 1: protocol ip prio 1 u32 \
match ip src 10.0.5.5 flowid 1:30
If I use one of them everything is ok, but they don''t want to work together:
"RTNETLINK answers: Invalid argument"
thanks.....
2005 Feb 03
0
Kernel panic when using wrr qd
...10k prio
tc qdisc add dev ${DEV_IN} parent 10:190 handle 190: wrr dest ip
$WRR_MAX_CLASSES 0
###tc qdisc add dev ${DEV_IN} parent 10:190 handle 190:0 esfq perturb 10
limit 64 depth 64 divisor 11
echo "IMQ dev 0 start"
/sbin/iptables -F -t mangle
/sbin/iptables -A PREROUTING -t mangle -i $DEV_OUT -j IMQ --todev 0
--
Runnig the above and testing it with random packets generated by Nemesis
(http://nemesis.sourceforge.net) results in Kernel Panic with random
process pid.
The packet generation script (destination adresses altered).
File router_killer:
--
#!/usr/bin/perl
$port=9898;
for ($c =...
2005 Oct 06
4
Problems with ipp2p
Hello every body:
I have RedHat fedora core 2 machine, using iptables and squid. I am having a
lot of problems with peer2peer traffic. (bittorrent, kazaa, etc.) so I have
installed ipp2p from rpm.
Every thing was ok until I use iptables rules. I get this error.
[root@router iptables]# iptables -A INPUT -p tcp -m ipp2p --ipp2p -j DROP
iptables: No chain/target/match by that name
sames