- 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.
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.”
NSE4 Firewall Policies and NAT Practice Question
This NSE4 practice question tests your understanding of firewall policies and nat. The scenario asks you to isolate a root cause — eliminate options that address a different problem before choosing. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
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?
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
Traffic may bypass the IP pool if a higher-priority policy matches first (policy ordering) or if the IP pool is incorrectly configured (e.g., the pool's source filter does not include the internal host).
Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
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.
Related concept
Static NAT maps one inside address to one outside address.
- ✓
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.
Related concept
Static NAT maps one inside address to one outside address.
Common exam traps
Common exam trap: NAT rules depend on direction and matching traffic
NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.
Detailed technical explanation
How to think about this question
NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.
KKey Concepts to Remember
- Static NAT maps one inside address to one outside address.
- PAT allows many inside hosts to share one public address using ports.
- Inside local and inside global describe the private and translated addresses.
- NAT ACLs identify traffic for translation, not always security filtering.
TExam Day Tips
- Identify inside and outside interfaces first.
- Check whether the scenario needs static NAT, dynamic NAT or PAT.
- Do not confuse NAT matching ACLs with normal packet-filtering intent.
Key takeaway
NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Real-world example
How this comes up in practice
A small business has 20 workstations on the 192.168.1.0/24 network and one public IP from its ISP. The router uses PAT (NAT overload) so all 20 devices share one public address using different source ports. NAT questions test whether you understand the four address terms and which direction each translation applies.
What to study next
Got this wrong? Here's your next step.
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related NSE4 NAT questions on configuration and troubleshooting.
- →
Firewall Policies and NAT — study guide chapter
Learn the concepts, then practise the questions
- →
Firewall Policies and NAT practice questions
Targeted practice on this topic area only
- →
All NSE4 questions
1,000 questions across all exam domains
- →
Fortinet NSE 4 Network Security Professional NSE4 study guide
Full concept coverage aligned to exam objectives
- →
NSE4 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related NSE4 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
System and Network Administration practice questions
Practise NSE4 questions linked to System and Network Administration.
Firewall Policies and NAT practice questions
Practise NSE4 questions linked to Firewall Policies and NAT.
Authentication and VPN practice questions
Practise NSE4 questions linked to Authentication and VPN.
Security Profiles practice questions
Practise NSE4 questions linked to Security Profiles.
High Availability and Diagnostics practice questions
Practise NSE4 questions linked to High Availability and Diagnostics.
NSE4 fundamentals practice questions
Practise NSE4 questions linked to NSE4 fundamentals.
NSE4 scenario practice questions
Practise NSE4 questions linked to NSE4 scenario.
NSE4 troubleshooting practice questions
Practise NSE4 questions linked to NSE4 troubleshooting.
Practice this exam
Start a free NSE4 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this NSE4 question test?
Firewall Policies and NAT — This question tests Firewall Policies and NAT — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: A policy with a lower policy ID matches the traffic and has NAT enabled with a different IP pool or no pool — Traffic may bypass the IP pool if a higher-priority policy matches first (policy ordering) or if the IP pool is incorrectly configured (e.g., the pool's source filter does not include the internal host).
What should I do if I get this NSE4 question wrong?
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related NSE4 NAT questions on configuration and troubleshooting.
What is the key concept behind this question?
Static NAT maps one inside address to one outside address.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more ways 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: Option B is correct because 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.
Last reviewed: Jun 21, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.