From Fedora Project Wiki

No edit summary
No edit summary
Line 10: Line 10:
==Usefull==
==Usefull==
To know if '''Firewalld''' is running, type:
To know if '''Firewalld''' is running, type:
<pre># systemctl status firewalld</pre>
<pre>$ systemctl status firewalld</pre>
or alternatively:
or alternatively:
<pre># firewall-cmd --state</pre>
<pre>$ firewall-cmd --state</pre>
{{admon/note|Note!|
{{admon/note|Note!|
If '''Firewalld''' is not running, the command displays <code>not running</code>.}}
If '''Firewalld''' is not running, the command displays <code>not running</code>.}}
[[Category:Security]]
[[Category:Security]]

Revision as of 02:08, 27 October 2015

FirewallD

Idea.png
Tip!
If you have a X interface use firewall-config.

Must see

Usefull

To know if Firewalld is running, type:

$ systemctl status firewalld

or alternatively:

$ firewall-cmd --state
Note.png
Note!
If Firewalld is not running, the command displays not running.