Difference between revisions of "Firewall"

From GhostBSD Wiki
Jump to: navigation, search
Line 18: Line 18:
  
  
 +
{|class="wikitable" style="width:95%;background:#FFFFFF; border:2px solid #008000;text-align:center;padding: 10px"
 +
|'''Back to the''' [[image:Icon Disti GhostBSD.png|50px|link=GhostBSD Wiki]]'''Wiki'''
  
 +
|}
  
  
 
[[Category:Central Station Sysutils]]
 
[[Category:Central Station Sysutils]]

Revision as of 03:44, 10 October 2020

Welcome to Icon Disti GhostBSD.png Firewall.

IPFW is already setup to default: Set ipfw to default accept
If you run rc-update it shows all running services, ipfw included.

OpenRC manages how ipfw (/etc/init.d/ipfw) configuration is initialized.

The old way defined by TrueOS allows you to define the firewall rules via a /etc/ipfw.conf file. You have to create that file as it does not exist by default.

However, OpenRC (main branch) defines the firewall rules within the /etc/ipfw.conf file itself.

See: ipfw on OpenRC

Dialog-warning.png Attention: Do not use FreeBSD firewall guidance.


Back to the Icon Disti GhostBSD.pngWiki