• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help! Need a sample project/code for firewall development in python/java.

nnj1008

Junior Member
Has to build a FIREWALL project in PYTHON.
Don't know how to start. Where to look for codes. Whether this could be implemented in python or else I should switch to JAVA.
If any person who could help or has codes or a sample/complete project based on firewall implementation, Please SEND it to "nnj.india@gmail.com"
Your help is respected. I would be obliged if I could be of any assistance to the helper.
 
Even though you spammed the forums (and elsewhere) I'll give you the benefit of the doubt.

What is this for?
Why aren't you using a pre baked solution?
Is IPTables good enough?
 
We need a lot more context. A firewall is essentially a networked computer with a specialized operating system and software. There are several open source firewall projects that you can look at. Just Google a bit. If this is for a school/demonstration project then the basics should be achievable, otherwise it's a non-trivial pursuit.
 
If you even have to ask the language this should be written in says this is not something you may be capable of tackling....I am just saying but I could be wrong.
 
Assuming this is for school, I'd write a small tool in any language that simply manipulates iptables on linux. It would be trivial to do and could make a nice little fun project. Build a little web page that runs locally that lets you add/edit/modify rules, restart the services, and possibly a wizard for building the rules.
 
Back
Top