VIP NAT
Hi,
I have to Source NAT two voip phones connected by a LAN (A_LAN) with a Fortinet 600D firewall port to speak with a Call Manager and viceversa. I have create a VIP definition and a policy for it. After NAT process the packets sent by phones will address some GRE tunnels. I would like to know if the syntax is ok or in the VIP definition I have to add "set nat-source-vip enable" in the VIP definition or further policies in the firewall policy or use IP pools
---------------
VIP definition
---------------
edit "A_VOIP_PHONE_1"
set uuid 329a7a02-a3db-51ea-a515-68fab7d1ce5f
set extip 10.1.180.171
set mappedip "10.18.1.171"
set extintf "any"
next
edit "A_VOIP_PHONE_2"
set uuid 329ad952-a3db-51ea-dea5-7de08db5ef41
set extip 10.1.180.172
set mappedip "10.18.1.172"
set extintf "any"
next
----------------
Policy Definition
----------------
edit 3
set name "A_AD_VOIP"
set srcintf "A_LAN"
set dstintf "GRE-AD-211" "GRE-AD-213"
set srcaddr "A_VOIP_PHONE_1" "A_VOIP_PHONE_2"
set dstaddr "A_CALL_MANAGER"
set action accept
set schedule "always"
set service "SIP" "A_RTP"
set nat enable
next
thanks