Question
NAT overload
Greetings. I am fairly new to Fortigate, but I have an extensive Cisco background, so hopefully someone can help me with some crossover translation. I am trying to figure out if it' s even possible on a Fortigate to hide certain IP ranges behind a particular address. It seems that using Virtual IP, I can create a range and hide it behind another range (e.g., hiding 10.1.1.1-10.1.1.15 behind 172.16.1.1-172.16.1.15). However, I want to hide 10.1.1.0/28 behind 172.16.1.1. I know the Fortigate maps everything behind the external interface' s address, but that' s not granular enough for my purposes. On a Cisco firewall this is very easy, and it is called NAT overload, aka PAT, and is done with the following commands (pre-version 8.2): nat (inside) 1 10.1.1.0 255.255.255.240 nat (inside) 2 10.1.1.16 255.255.255.240 global (outside) 1 172.16.1.1 global (outside) 2 172.16.1.2 The above would hide 10.1.1.0/28 behind 172.16.1.1 and 10.1.1.16/28 behind 172.16.1.2. Checkpoint allows this too, as do most other firewalls. Please tell me that Fortigate allows it, but it' s just not obvious where (but if it doesn' t allow it, tell me that too!) :) Thanks, Matt
