Configure FQDN-based VIPs
In public cloud environments, sometimes it is necessary to map a VIP to an FQDN address.
To configure an FQDN-based VIP in the GUI:
-
Go to Policy & Objects > Virtual IPs and select the Virtual IP tab.
-
Click Create new.
-
Enter a name for the VIP.
-
Select an interface.
-
For Type, select FQDN.
-
For External, select IP and enter the external IP address.
-
For Mapped address, select an FQDN address.
-
Click OK.
To configure an FQDN-based VIP in the CLI:
config firewall vip edit "FQDN-vip-1" set type fqdn set extip 10.2.2.199 set extintf "any" set mapped-addr "destination" next end