ongoing additions, changes, and fixes

This commit is contained in:
Yuri Slobodyanyuk
2020-09-23 07:36:21 +00:00
parent c17ac5baaa
commit dc5ed9b678
2 changed files with 630 additions and 225 deletions

View File

@@ -3,7 +3,7 @@ Yuri Slobodyanyuk <admin@yurisk.info>
v1.0, 2020-09-01
:homepage: https://yurisk.info
== Firewalld management (Red Hat based distributions)
== Firewalld daemon management (Red Hat based distributions)
.firewall-cmd commands
[cols=2, options="header"]
|===
@@ -66,3 +66,22 @@ v1.0, 2020-09-01
|===
== PF (Packet Filter) management for FreeBSD & OpenBSD
[cols=2, options="header"]
|===
|Command
|Description
|*pfct; -d*
|Disable PF in place, does not survive reboot.
|*pfctl -ef /etc/pf.conf*
|Enable PF and load the rule set from file `/etc/pf.conf` in one go.
|*pfctl -nf /etc/pf.conf*
|Parse security rules soterd in a file without installing them (dry run).
|===

File diff suppressed because it is too large Load Diff