Common Causes of IP Pool Bypass in FortiGate NAT
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?
Quick Answer
The answer is that the IP pool may be bypassed if the pool’s source filter does not include 10.0.1.50, or if a higher-priority firewall policy matches the traffic first. This occurs because FortiGate NAT with an IP pool of type Overload applies only when the traffic matches both the policy’s source criteria and the pool’s configured source filter; if the filter excludes the host, the traffic falls back to the interface IP address instead. Additionally, FortiGate evaluates policies top-down, so a preceding policy with NAT disabled or a different pool can intercept the traffic before reaching the intended rule. On the Fortinet NSE 4 Network Security Professional exam, this tests your understanding of policy ordering and IP pool configuration—a common trap is assuming that enabling NAT on a policy automatically applies the pool, when in fact the pool’s source filter must explicitly include the internal host. Memory tip: “Filter first, then order—if the source isn’t in the pool, the traffic breaks the rule.”
⚠ Common exam trap
The trap here is that candidates often overlook the sequential policy matching order and the source filter requirement, assuming that enabling NAT on a policy with an IP pool guarantees its use for all matching traffic.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
A policy with a lower policy ID matches the traffic and has NAT enabled with a different IP pool or no pool
FortiGate processes firewall policies in sequential order based on policy ID. If a policy with a lower ID matches the traffic and has NAT enabled with a different IP pool (or no pool), that policy will be applied first, causing the traffic to bypass the intended IP pool. Option E is correct because an IP pool of type Overload uses a source filter to determine which source addresses are eligible for NAT; if 10.0.1.50 is not included in that filter, the traffic will not use the pool.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
The firewall policy's NAT setting is set to 'disable'
Why it's wrong here
The admin stated NAT is enabled.
- ✗
The IP pool is configured for one-to-one NAT
Why it's wrong here
One-to-one NAT does not prevent the pool from being used; it's a different type.
- ✗
The internal host is using a non-standard source port
Why it's wrong here
Source port does not affect IP pool matching.
- ✓
A policy with a lower policy ID matches the traffic and has NAT enabled with a different IP pool or no pool
Why this is correct
Policy matching stops at the first match; if a higher-priority policy matches, the intended policy is not evaluated.
- ✓
The IP pool is configured with a source filter that does not include 10.0.1.50
Why this is correct
If the IP pool has a source filter, only traffic matching that filter uses the pool.
Visual reference
Go deeper
Related to this question
About these practice questions
One of 282 original NSE4 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on NSE4
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A FortiGate admin is troubleshooting an issue where traffic from VLAN 10 to the internet is not being NATed even though a policy-based NAT rule is configured. The admin verifies that the firewall policy uses the correct IP Pool. Which THREE steps should the admin take to diagnose the problem? (Choose three.)
hard- A.Reboot the FortiGate to clear any session table issues
- ✓ B.Examine the IP Pool configuration for correct interface binding or port exhaustion
- ✓ C.Verify that the firewall policy is being hit using 'diagnose firewall fwpolicy list' or logs
- ✓ D.Check the session table using 'diagnose sys session list' to see if NAT is applied
- E.Disable all other firewall policies to isolate the issue
Why B: Policy-based NAT requires the IP Pool to be bound to the correct outgoing interface (the one the traffic egresses on). If the interface binding is wrong or the pool has exhausted its port range (e.g., all PAT ports are used), NAT will fail silently. Examining the IP Pool configuration directly reveals these misconfigurations.
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This NSE4 practice question is part of Courseiva's free Fortinet certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the NSE4 exam.