From Fedora Project Wiki

(Created page with "{{lang|en|pt}} =FirewallD= {{admon/tip|Tip!| If you have a X interface use '''firewall-config'''.}} == Must see == * https://oracle-base.com/articles/linux/linux-firewal...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{lang|en|pt}}
{{lang|en|pt|page=User_talk:Migueljorgesousa}}
{{Infobox user
|REAL-NAME=Miguel Jorge Sousa
|birthday=May, 22
|location=Porto, Portugal
|fas-name=Migueljorgesousa
|email=migueljorgesousa@hotmail.com
|homepage=http://setiteamportugal.no.sapo.pt
}}
{{draft}}
=[[FirewallD]]=
=[[FirewallD]]=


Line 10: Line 19:
==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]]

Latest revision as of 02:43, 27 October 2015

Miguel Jorge Sousa
[[File:{{{image}}}|alt=]]
Personal information
Location: Porto, Portugal
Birthday: May, 22
Homepage: http://setiteamportugal.no.sapo.pt
E-mail: migueljorgesousa@hotmail.com


Fedora-specific information
FAS name: Migueljorgesousa
Fedora e-mail: Migueljorgesousa@fedoraproject.org
Fedora homepage: Migueljorgesousa.fedorapeople.org
 


Warning.png
This page is a draft only
It is still under construction and content may change. Do not rely on the information on this page.

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.