From 91db550d36ad3b5cf65af7ae558a200059ecabe9 Mon Sep 17 00:00:00 2001 From: Emilian Mitocariu Date: Mon, 22 Aug 2022 14:54:23 +0300 Subject: [PATCH] Additional info about Virtual IPs of type Other (#411) add use-cases to other types. --- source/manual/firewall_vip.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/manual/firewall_vip.rst b/source/manual/firewall_vip.rst index 32a7759c..afb9b498 100644 --- a/source/manual/firewall_vip.rst +++ b/source/manual/firewall_vip.rst @@ -69,7 +69,8 @@ Other .................. The **other** type won't respond to ICMP ping messages or reply to ARP requests, it merely is a definition of an -address (or range) which can be used in NAT rules. +address (or range) which can be used in NAT rules. This is convenient when the firewall has a public IP block routed +to its WAN IP address, IP Alias, or a CARP VIP. --------------------