A FortiGate admin is troubleshooting an issue where traffic from a specific internal host (10.0.1.50) to the internet is not being NATed as expected. The firewall policy has NAT enabled with an IP pool of type Overload. Which TWO conditions could cause the traffic to bypass the IP pool?
Trap 1: The firewall policy's NAT setting is set to 'disable'
The admin stated NAT is enabled.
Trap 2: The IP pool is configured for one-to-one NAT
One-to-one NAT does not prevent the pool from being used; it's a different type.
Trap 3: The internal host is using a non-standard source port
Source port does not affect IP pool matching.
- A
The firewall policy's NAT setting is set to 'disable'
Why wrong: The admin stated NAT is enabled.
- B
The IP pool is configured for one-to-one NAT
Why wrong: One-to-one NAT does not prevent the pool from being used; it's a different type.
- C
The internal host is using a non-standard source port
Why wrong: Source port does not affect IP pool matching.
- D
A policy with a lower policy ID matches the traffic and has NAT enabled with a different IP pool or no pool
Policy matching stops at the first match; if a higher-priority policy matches, the intended policy is not evaluated.
- E
The IP pool is configured with a source filter that does not include 10.0.1.50
If the IP pool has a source filter, only traffic matching that filter uses the pool.