]> git.proxmox.com Git - pve-docs.git/blobdiff - pve-firewall.adoc
include bibliography before Appendix
[pve-docs.git] / pve-firewall.adoc
index d6b0e5b796efcddd2fe14098a149a9f58f07a2c1..7393e1205fe8e1ea23cfe506f75b7fdf0d6d4cc8 100644 (file)
@@ -93,8 +93,11 @@ The configuration can contain the following sections:
 
 This is used to set cluster wide firewall options.
 
 
 This is used to set cluster wide firewall options.
 
+include::pve-firewall-cluster-opts.adoc[]
+
 NOTE: The firewall is completely disabled by default, so you need to
 set the enable option here:
 NOTE: The firewall is completely disabled by default, so you need to
 set the enable option here:
+
 ----
 [OPTIONS]
 # enable firewall (cluster wide setting, default is disabled)
 ----
 [OPTIONS]
 # enable firewall (cluster wide setting, default is disabled)
@@ -126,7 +129,17 @@ Host related configuration is read from:
 
 This is useful if you want to overwrite rules from 'cluster.fw'
 config. You can also increase log verbosity, and set netfilter related
 
 This is useful if you want to overwrite rules from 'cluster.fw'
 config. You can also increase log verbosity, and set netfilter related
-options.
+options. The configuration can contain the following sections:
+
+'[OPTIONS]'::
+
+This is used to set host related firewall options.
+
+include::pve-firewall-host-opts.adoc[]
+
+'[RULES]'::
+
+This sections contains host specific firewall rules.
 
 
 VM/Container configuration
 
 
 VM/Container configuration
@@ -138,10 +151,23 @@ VM firewall configuration is read from:
 
 and contains the following data:
 
 
 and contains the following data:
 
-* IP set definitions
-* Alias definitions
-* Firewall rules for this VM
-* VM specific options
+'[OPTIONS]'::
+
+This is used to set VM/Container related firewall options.
+
+include::pve-firewall-vm-opts.adoc[]
+
+'[RULES]'::
+
+This sections contains VM/Container firewall rules.
+
+'[IPSET <name>]'::
+
+IP set definitions.
+
+'[ALIASES]'::
+
+IP Alias definitions.
 
 
 Enabling the Firewall for VMs and Containers
 
 
 Enabling the Firewall for VMs and Containers