PCNSE · Question #131
A network security engineer has a requirement to allow an external server to access an internal web server. The internal web server must also initiate connections with the external server. What can…
The correct answer is C. Create a new Source NAT Policy rule that matches the existing traffic and enable the Bi-. To simplify a NAT policy allowing both external-to-internal and internal-to-external initiated connections between specific servers, a bi-directional Source NAT policy rule can be used.
Question
A network security engineer has a requirement to allow an external server to access an internal web server. The internal web server must also initiate connections with the external server. What can be done to simplify the NAT policy?
Options
- AConfigure ECMP to handle matching NAT traffic
- BConfigure a NAT Policy rule with Dynamic IP and Port
- CCreate a new Source NAT Policy rule that matches the existing traffic and enable the Bi-
- DCreate a new Destination NAT Policy rule that marches the existing traffic and enable the Bi-
How the community answered
(51 responses)- A8% (4)
- B16% (8)
- C75% (38)
- D2% (1)
Why each option
To simplify a NAT policy allowing both external-to-internal and internal-to-external initiated connections between specific servers, a bi-directional Source NAT policy rule can be used.
ECMP (Equal-Cost Multi-Path) is a routing technique for load balancing traffic across multiple paths, not a NAT policy simplification method.
Dynamic IP and Port (DIPP) is a common form of Source NAT, but it typically applies to outgoing connections from an internal network to the internet and doesn't inherently simplify the specific bi-directional communication requirement between two specific servers.
When both the external server needs to access the internal server and the internal server needs to initiate connections back to the external server, a bi-directional Source NAT rule can simplify this setup. A bi-directional Source NAT rule handles the source translation for outgoing connections while also implicitly creating the necessary return paths and allowing the internal host to initiate connections to the external server, consolidating related NAT requirements into a single rule.
Destination NAT (DNAT) is for incoming connections from external to internal hosts, and while necessary, enabling 'Bi-directional' on a DNAT rule is not the correct mechanism for handling the internal server initiating *new* connections *outward* to the external server.
Concept tested: Palo Alto Networks bi-directional Source NAT
Source: https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-admin/nat/configure-nat/configure-source-nat#id89811568-18c7-4340-9a3d-4c382a452efc
Topics
Community Discussion
No community discussion yet for this question.