Difference between revisions of "Package:Firewalld"

From Funtoo
Jump to navigation Jump to search
m (more details)
m (more details)
Line 4: Line 4:
|Homepage=https://fedorahosted.org/firewalld/
|Homepage=https://fedorahosted.org/firewalld/
}}
}}
Firewalld is from our fedora friends.  firewalld comes with a gui if the use flag is activated for it.
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|this firewall is very buggy, the init process refuses to stop}}
{{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.}}
 
== {{package|net-firewall/nftables}} ==
== {{package|net-firewall/iptables}} ==


=== Installation ===
=== Installation ===
Line 14: Line 17:
If the gui is merged in, to load it:
If the gui is merged in, to load it:
{{console|body=###i## firewall-applet}}
{{console|body=###i## firewall-applet}}
=== init ===
to start:
{{console|body=###i## /etc/init.d/firewalld start}}
to stop:
{{console|body=###i## pkill -9 firewalld && /etc/init.d/firewalld stop}}
probably required:
{{console|rc-update add consolekit
rc-update add dbus}}
=== External Resources ===
* 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:

{{{body}}}

External Resources