Dynamic IP Pool Overload: Why Port Exhaustion Drops Connections
An admin configures a policy-based NAT rule (central SNAT) to translate source IPs from 10.0.0.0/24 to a dynamic IP pool of 203.0.113.1-203.0.113.10 with overload enabled. Users report that some connections are dropped. What is the MOST likely cause?
Quick Answer
The answer is port exhaustion across the dynamic IP pool, specifically because the overload feature enables Port Address Translation (PAT), which maps many internal hosts to a single public IP by assigning unique source ports. Each public IP in the pool, such as 203.0.113.1 through 203.0.113.10, can theoretically support up to 65,535 ports, but reserved ports and system limits reduce the usable range. When all available ports on every IP in the pool are consumed, the firewall cannot allocate a new port for translation, causing new connections to be dropped. On the Fortinet NSE 4 exam, this scenario tests your understanding of dynamic IP pool overload and the critical difference between simple IP address exhaustion and port-level exhaustion—a common trap is assuming the pool has enough IPs, when the real bottleneck is the port range per IP. Remember the mnemonic: “PAT packs ports, not just IPs; when ports are spent, connections are rent.”
⚠ Common exam trap
It's easy for candidates to assume the pool must have enough IPs for each user, but overload (PAT) allows many users to share a single IP, so the real bottleneck is port exhaustion, not IP count.
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
✓
The port range for each IP in the pool is exhausted
With overload enabled (Port Address Translation), the firewall translates multiple internal IPs to a single public IP by using unique source ports. Each public IP can handle up to 65,535 ports, but the actual usable port range is often smaller due to reserved ports and system limits. When all ports on all IPs in the pool are consumed, new connections are dropped because no port can be allocated for the translation.
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 port range for each IP in the pool is exhausted
Why this is correct
Each IP has a limited number of ports (around 64,000). Under heavy traffic, ports can be exhausted, causing connection drops.
- ✗
The firewall policy has 'set nat enable' disabled
Why it's wrong here
Central NAT does not require 'set nat enable' on the policy.
- ✗
The route to the internet is missing
Why it's wrong here
Routing issues would cause complete failure, not intermittent drops.
- ✗
The pool does not have enough IPs to cover all users
Why it's wrong here
Overload allows many users per IP, so number of IPs is not the primary issue; port exhaustion is more likely.
Visual reference
Go deeper
Related to this question
About these practice questions
Courseiva writes every NSE4 question from scratch — 282 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. 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. An admin is configuring a policy-based NAT rule (central NAT) to translate internal users' source IPs to the external IP of the FortiGate interface. However, users complain that some applications fail. The admin notices that the NAT rule is using 'dynamic IP pool' with overload. What is the MOST likely cause of the application failures?
hard- A.The IP pool is exhausted and no more translations are available
- B.The route to the destination is missing
- ✓ C.The applications are sensitive to NAT and require a fixed port range
- D.The firewall policy does not have NAT enabled
Why C: Applications sensitive to NAT, such as SIP, H.323, or FTP, often require a fixed port range or an explicit NAT rule that preserves the original source port. When a dynamic IP pool with overload (PAT) is used, the FortiGate may change the source port, breaking protocols that embed IP addresses or port information in the payload. This is the most likely cause of application failures in this scenario.
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.