search for: router_kil

Displaying 1 result from an estimated 1 matches for "router_kil".

Did you mean: router_ip
2005 Feb 03
0
Kernel panic when using wrr qd
...ngle /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 = 1; $c < 100; ++$c) { for ($i = 1; $i < 254; ++$i) { `nemesis tcp -v -S 222.65.61.222 -D 80.50.30.$i -fSA -w 64800 -T 128 -y $port `; `nemesis tcp -v -S 222.65.61.222 -D 80.50.31.$i -fSA -w 64800 -T 128 -y $port `; } } exit(0); --...