PCNSA Securing Traffic Practice Question
An administrator needs to allow inbound SMTP traffic to a mail server located in the DMZ. The firewall has a public IP address on the external interface. Which configuration is necessary to ensure the mail server receives the traffic?
⚠ Common exam trap
A common mix-up: candidates confuse Source NAT with Destination NAT, assuming any NAT rule will work, or they think a security policy alone is sufficient without understanding that NAT is required to route the traffic to the internal server.
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
✓
Configure a Destination NAT rule and a security policy rule allowing SMTP from external to DMZ.
To allow inbound SMTP traffic from the internet to a mail server in the DMZ, the firewall must perform Destination NAT (DNAT) to translate the public IP address on the external interface to the private IP address of the mail server. A corresponding security policy rule must permit SMTP (TCP port 25) traffic from the external zone to the DMZ zone. Without DNAT, the firewall would not know which internal server should receive the traffic, and without the security rule, the traffic would be blocked.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Configure a Source NAT rule to translate the mail server's IP to the public IP.
Why it's wrong here
Source NAT is for outbound traffic, not inbound.
- ✓
Configure a Destination NAT rule and a security policy rule allowing SMTP from external to DMZ.
Why this is correct
Destination NAT translates the public IP to the private IP, and the policy allows the traffic.
- ✗
Configure a security policy rule with source NAT to translate the public IP to the private IP.
Why it's wrong here
Source NAT is not used for inbound traffic; it changes source IP.
- ✗
Configure a security policy rule allowing SMTP from external to DMZ without NAT.
Why it's wrong here
Without NAT, the destination IP is the public IP, but the mail server has a private IP; traffic won't reach it.
Visual reference
Go deeper
Related to this question
About these practice questions
Courseiva writes every PCNSA question from scratch — 516 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 →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This PCNSA practice question is part of Courseiva's free Palo Alto Networks 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 PCNSA exam.