Difference between revisions of "Firewall"

From GhostBSD Wiki
Jump to: navigation, search
(Introduction)
(Introduction)
Line 1: Line 1:
 
{{welcome}}
 
{{welcome}}
 
==Introduction==
 
==Introduction==
IPFW or ipfirewall is an Internet-Protocol-Firewall written for FreeBSD. But on GhostBSD ipfw is managed by [[OpenRC]].  
+
IPFW or ipfirewall is an internet-protocol-firewall written for FreeBSD. But on GhostBSD ipfw is managed by [[OpenRC]].  
  
 
{|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000"  
 
{|class="wikitable" style="width:96.5%;background:#FFFFFF; border:2px solid #008000"  

Revision as of 03:56, 10 October 2020

Welcome to Icon Disti GhostBSD.png Firewall.

Introduction

IPFW or ipfirewall is an internet-protocol-firewall written for FreeBSD. But on GhostBSD ipfw is managed by OpenRC.

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

IPFW on GhostBSD

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



Back to the Icon Disti GhostBSD.pngWiki