Palo Alto Networks Certified Network Security Engineer (PCNSE) — Question 465

A firewall engineer creates a source NAT rule to allow the company’s internal private network 10.0.0.0/23 to access the internet. However, for security reasons, one server in that subnet (10.0.0.10/32) should not be allowed to access the internet, and therefore should not be translated with the NAT rule.

Which set of steps should the engineer take to accomplish this objective?

Answer options

Correct answer: C

Explanation

The correct answer is C because it effectively creates a NAT rule for the entire subnet while ensuring that the specific server (10.0.0.10) remains unaffected by the NAT translation by placing its rule above the general one. Options A and B do not correctly address the requirement to keep the server from being translated, and option D incorrectly prioritizes the broader NAT rule over the specific exclusion, which would lead to the server being translated.