Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Great tut, I get a bunch of these after installing and restarting?
iptables: Resource temporarily unavailable.
@kevin.koekemoer: Can you run <pre>iptables -L</pre> or does it error out?
I should also mention that I’m not finding artillery to be especially light on memory, while it’s light on CPU. I’m using between 100-200 MB of memory on average. Then again, “light” is a relative term.
I’ve also read in a few places that the iptables: Resource temporarily unavailable. error is usually related to a lack of memory.
Just something to note- the “/var/log/reset-bans.py” command is no longer there; it has been replaced by “/var/log/remove_ban.py”.
I get the error: “Checking Artillery… Process dead but pidfile exists”
When checking “service artillery status”.
I rebooted the system and restarted the service.
The honeypot reports ports like 21 as open. Am I correct in my assumption that i have to remove port 21 from the honeypot-config if i want to run an ftp server?
FWIW: You have “To add ports 1024, and 139 you would change the following line” in the tutorial, but you never actually added port 139 in the example.