Question 769 of 1,000
Firewall Policies and NATmediumMultiple SelectObjective-mapped

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?

Question 1mediummulti select
Read the full NAT/PAT explanation →

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.

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.

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 →

How Courseiva writes practice questions · Editorial policy

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

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.

Loading comments…

Sign in to join the discussion.

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.