[feature-request] provide simple iptables/ip6tables native gui
It would be great to have a native simple iptables/ip6tables firewall gui application which at least have the following features:
- list all active rules
- add a rule
- delete a rule
- disable iptables (storing the rules but deleting them from iptables)
- enable iptables (reinsert the stored rules)
optionally it could be nice to configure an iptables log file and view the logfile within the app (for the blocked packets)
Any news here? :)
megalith ( 2016-02-15 20:41:52 +0200 )editI'm more or less working on a workaround in my sparetime... but it is not in a state that it is valuable for anyone else i think - does anyone else work on things like that too? My current ideas are based on a solution with two parts - a local running iptables service with authentication and minimal defined whitelisted interface and a pyotherside sfos app to connect to service/show/manage the rules...
kth ( 2016-10-18 19:00:28 +0200 )edit