FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
akushwaha
Staff
Staff
Article Id 329948
Description This article describes the case when a VIP Object is not appearing in Destination while creating a Firewall Policy.
Scope FortiGate.
Solution

While creating a Firewall Policy in the destination field VIP is not visible even though it is configured.

 

notshowing.png

 

This is because the VIP might be associated with a particular interface, and it will be visible only for the policy having the source interface the same as the associated interface.

Verify the associated interface in VIP on GUI.

 

In the below example VIP is associated with port5 hence the VIP will be only visible in the policy having source interface as port5.

port5.png
When the source interface of the Firewall Policy is Port5, it can be possible to add the VIP in the firewall policy:

policy-port5.png

 

To add the VIP in other policies, change the interface of VIP to any and post that it will be visible.

 

ANY-2.png

 

Same can be verified through the CLI.

 

config firewall vip
    edit "VIP-Profile"
        set uuid c9ee930a-c688-51ef-38e4-11505dcf36df
        set extip 172.16.1.10
        set mappedip "10.1.1.1"
        set extintf "port5"  <-- port5 is binded.
    next
end

 

To change the interface binding run the below commands.

 

config firewall vip
    edit VIP-Profile
        set extintf any

end

 

Note: To change the interface to ANY make sure that there is no reference to the VIP.