Editing Firewall

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
{{welcome}}
 
{{welcome}}
 
==Introduction==
 
==Introduction==
[https://www.freebsd.org/cgi/man.cgi?query=ipfw&sektion=8&manpath=freebsd-release-ports IPFW] or ipfirewall is an internet-protocol-firewall  written for FreeBSD.  
+
IPFW or ipfirewall is an internet-protocol-firewall  written for FreeBSD.  
 
The ipfw system facility allows filtering, redirecting, and other operations on IP packets travelling through network interfaces.
 
The ipfw system facility allows filtering, redirecting, and other operations on IP packets travelling through network interfaces.
 
A firewall configuration, or ruleset, is made of a list of rules numbered    from 1 to 65535.  Packets are passed to the firewall from a number of    different places in the protocol stack (depending on the source and destination of the packet, it is possible for the firewall to be invoked    multiple times on the same packet).  The packet passed to the firewall is    compared against each of the rules in the ruleset, in rule-number order    (multiple rules with the same number are permitted, in which case they    are processed in order of insertion).  When a match is found, the action    corresponding to the matching rule is performed.
 
A firewall configuration, or ruleset, is made of a list of rules numbered    from 1 to 65535.  Packets are passed to the firewall from a number of    different places in the protocol stack (depending on the source and destination of the packet, it is possible for the firewall to be invoked    multiple times on the same packet).  The packet passed to the firewall is    compared against each of the rules in the ruleset, in rule-number order    (multiple rules with the same number are permitted, in which case they    are processed in order of insertion).  When a match is found, the action    corresponding to the matching rule is performed.

Please note that all contributions to GhostBSD Wiki are considered to be released under the Creative Commons Attribution (see GhostBSD Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Template used on this page: