Convert ASA Static NAT to Fortigate DNAT VIP
hi,
i need some help with ASA to FGT conversion. i used forticonverter but not confident of the output so i did this manually.
can someone confirm if below config conversion is correct? this is just a NAT between two internal networks.
!! ASA
interface Port-channel20.61
nameif outside
security-level 0
ip address 172.16.248.78 255.255.255.248
interface Port-channel20.60
nameif inside
security-level 100
ip address 172.16.248.70 255.255.255.248
object network obj-172.18.7.7
host 172.18.7.7
nat (outside,inside) static 172.29.13.1
route outside 172.18.7.0 255.255.255.0 172.16.248.77 1
route inside 172.29.0.0 255.255.0.0 172.16.248.69 1
-----
!! FGT
config firewall vip
edit "vip-172.29.13.1"
set extip 172.18.7.7
set mappedip "172.29.13.1"
set extintf "po20.60"
next
config firewall policy
edit 1
set srcintf "po20.61"
set dstintf "po20.60"
set srcaddr "all"
set dstaddr "vip-172.29.13.1"
set service "ALL"
set schedule "always"
set status enable
set action accept
set nat disable
