X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=pve-firewall-rules-opts.adoc;h=4e674af1c9a84c916bc9e4c8c373c7aefe1c811e;hb=79bb07940069bdc162600aa0c1aa4d903e0a1f66;hp=5d7ba4811de7f2911a30b57aa8ea018752ec099f;hpb=2489d6df4ac5e916ae18401310bfd1e69c993e55;p=pve-docs.git diff --git a/pve-firewall-rules-opts.adoc b/pve-firewall-rules-opts.adoc index 5d7ba48..4e674af 100644 --- a/pve-firewall-rules-opts.adoc +++ b/pve-firewall-rules-opts.adoc @@ -6,10 +6,18 @@ Restrict packet destination address. This can refer to a single IP address, an I Restrict TCP/UDP destination port. You can use service names or simple numbers (0-65535), as defined in '/etc/services'. Port ranges can be specified with '\d+:\d+', for example '80:85', and you can use comma separated list to match several ports or ranges. +`--icmp-type` `` :: + +Specify icmp-type. Only valid if proto equals 'icmp'. + `--iface` `` :: Network interface name. You have to use network configuration key names for VMs and containers ('net\d+'). Host related rules can use arbitrary strings. +`--log` `` :: + +Log level for firewall rule. + `--proto` `` :: IP protocol. You can use protocol names ('tcp'/'udp') or simple numbers, as defined in '/etc/protocols'.