tgangte / bonesi

Automatically exported from code.google.com/p/bonesi
Apache License 2.0
1 stars 0 forks source link

run aborted with "Can't send IP packet" #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Bonesi compiled in a Fedora 15 (64bit)
2. Run with "bonesi -i 50k-bots -d eth0 -l oneDayURL-urlfile.txt -p tcp 
www.example.org:80"

After some time (seconds) I get:

Can't send IP packet: libnet_write_raw_ipv4(): -1 bytes written (Operation not 
permitted)

I'm running as root.

What version of the product are you using? On what operating system?
Bonesi version 1.1 or 2.0 

Linux dos1 2.6.41.1-1.fc15.x86_64 #1 SMP Fri Nov 11 21:36:28 UTC 2011 x86_64 
x86_64 x86_64 GNU/Linux

Original issue reported on code.google.com by klaub...@gmail.com on 6 Feb 2012 at 10:21

GoogleCodeExporter commented 9 years ago
I found the cause of this issue, is the "nf_conntrack: table full, dropping 
packet", iptables are with no rules (default setup) but conntrack is loaded, so 
the connection limit of conntrack is enforced.
The solution is to "rmmod" all iptables/conntrack modules.

Klaubert

Original comment by klaub...@gmail.com on 9 Feb 2012 at 9:46