What's new

libiptc and libxtables

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

aleph0x0

New Around Here
Hello all, I am trying to develop a remote firewall server that will run on my ac3200. Currently, I am running iptables commands by hand. I would like to use python-iptables rather than my hand-rolled command parsing. However, python-iptables depends on libiptc which does not seem to available on my device.

The purpose of this is to have various fail2ban installations update the firewall on my router. If there are other solutions, please do let me know. I have seen Skynet but that code is a ginormous shell-script and I'd rather have a proper component with RPC.

On a related note, I see that my python based component uses a significant amount of RAM. 17% of VSZ according to top. Is this expected? The usage is so high that pip installs fail while my component is running.
 
On a related note, I see that my python based component uses a significant amount of RAM. 17% of VSZ according to top. Is this expected? The usage is so high that pip installs fail while my component is running.

Python makes the most of the memory available....
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top