Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Firewalld"
Jump to navigation
Jump to search
Threesixes (talk | contribs) m (more details) |
Threesixes (talk | contribs) m (more details) |
||
Line 25: | Line 25: | ||
probably required: | probably required: | ||
{{console|rc-update add consolekit | {{console|body=###i## rc-update add consolekit | ||
rc-update add dbus}} | ###i## rc-update add dbus}} | ||
=== External Resources === | === External Resources === | ||
* https://fedoraproject.org/wiki/FirewallD | * https://fedoraproject.org/wiki/FirewallD | ||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 10:26, April 29, 2015
Firewalld
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Firewalld is from our fedora friends. firewalld comes with a gui if the use flag is activated for it. firewalld is an alternative to iptables & nftables.
Warning
firewalld is very buggy under gentoo & funtoo, the init process refuses to stop among other things. it's really bad, pre alpha quality. go to nftables, or iptables now.
net-firewall/nftables
net-firewall/iptables
Installation
root # emerge net-firewall/firewalld
gui
If the gui is merged in, to load it:
root # firewall-applet
init
to start:
root # /etc/init.d/firewalld start
to stop:
root # pkill -9 firewalld && /etc/init.d/firewalld stop
probably required:
root # rc-update add consolekit root # rc-update add dbus
External Resources