Difference between pages "Package:Firewalld" and "Translations:Funtoo:Metro/122/en"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
m (more details)
 
(Importing a new version from external source)
 
Line 1: Line 1:
{{Ebuild
On my AMD Jaguar build server, on Feb 20, 2015, this lists all the builds that {{c|buildrepo}} has been configured to manage. The first number on each line is a '''failcount''', which is the number of consecutive times that the build has failed. A zero value indicates that everything's okay. The failcount is an important feature of the advanced repository management features. Here are a number of behaviors that are implemented based on failcount:
|Summary=A firewall daemon with D-BUS interface providing a dynamic firewall
|CatPkg=net-firewall/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 a daemon that is on top of iptables, ebtables, & nftables.  Firewalld inserts rules dynamically with out having to restart the kernel layer firewalls, and has interfaces to insert manual iptables, ip6tables, ebtables, and nftables rules.  {{package|app-admin/sshguard}} can be used along side firewalld to dynamically block attackers. Firewalld is very tightly integrated with {{package|net-misc/networkmanager}}.
 
{{warning|firewalld-0.2.x 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.  or use the firewalld-0.3.x series.}}
 
== {{package|net-firewall/nftables}} ==
== {{package|net-firewall/iptables}} ==
 
=== Installation ===
If you would like an application to configure firewalld, set the gui use flag.
{{console|body=###i## emerge net-firewall/firewalld}}
 
=== init ===
{{console|body=###i## rc-update add consolekit
###i## rc-update add dbus
###i## rc-update add iptables
###i## rc-update add ip6tables
###i## rc-update add ebtables
###i## rc-update add nftables
###i## rc-update add firewalld
###i## rc}}
 
{{note|you may need to run rc-service {ip,eb,nf}tables save to enable these services to start}}
 
=== Binaries ===
;firewall-applet  (gui systray icon)
;firewall-config  (gui configuration menus)
;firewall-offline-cmd -h  (many command line options
;firewall-cmd -h  (command line back end to firewall-config)
;firewalld  (command line firewall daemon control)
 
=== gui ===
If the gui is merged in, to load it:
{{console|body=###i## firewall-applet}}
 
=== External Resources ===
* https://fedoraproject.org/wiki/FirewallD
{{EbuildFooter}}

Revision as of 17:31, July 12, 2015

On my AMD Jaguar build server, on Feb 20, 2015, this lists all the builds that buildrepo has been configured to manage. The first number on each line is a failcount, which is the number of consecutive times that the build has failed. A zero value indicates that everything's okay. The failcount is an important feature of the advanced repository management features. Here are a number of behaviors that are implemented based on failcount: