-
Notifications
You must be signed in to change notification settings - Fork 15
consider including ufw in appliances?! #949
Description
[update] As noted below, on further investigation, I have concerns about potential conflict with Webmin firewall. @mitchellurgero has suggested a nice compromise: Provide a script to easily install and configure ufw. We could also have a confconsole plugin to leverage that script to make it super simple for users to install.
I recently stumbled across the work that @mitchellurgero has been doing (based on TurnKey).
I've invited him to come and work a bit more closely with us on future developments, so hopefully we may see him about a bit! 😄
One thing I did notice was that he's including ufw. On face value, I thought that it was more-or-less a redundant addition as we already leverage iptables and the webUI (in Webmin) works quite well.
After a brief google, my position is much softer. It's appears to be a very nice and quite intuitive commandline interface for iptables. Considering that it's in the Debian repos, is quite small (~800kb installed) and shouldn't require us to install any additional dependencies.
I'd like to hear more thoughts from others about pros and cons for adding ufw to v15.0!