]> git.proxmox.com Git - pve-firewall.git/blobdiff - example/cluster.fw
fix README
[pve-firewall.git] / example / cluster.fw
index 30009853468a599590ed1aaf4f8ff77f883eb6c6..e9a57eae1e8a5e03adc51b7480f23d8bcc663700 100644 (file)
@@ -1,7 +1,12 @@
 [OPTIONS]
 
+# enable firewall (cluster wide setting, default is disabled) 
 enable: 1
 
+# default policy for host rules
+policy_in: DROP
+policy_out: ACCEPT
+
 [RULES]
 
 IN  SSH(ACCEPT) vmbr0
@@ -25,5 +30,5 @@ IN  ACCEPT +mynetgroup
 192.168.0.1 #mycomment
 172.16.0.10
 192.168.0.0/24
-! 10.0.0.0/8  #nomatch
+! 10.0.0.0/8  #nomatch - needs kernel 3.7 or newer