PSE-PRISMACLOUD · Question #76
An administrator deploys a VM-Series firewall into Amazon Web Services. Which attribute must be disabled on the data-plane elastic network interface for the instance to handle traffic that is not…
The correct answer is D. source/destination checking. Source/destination checking (D) must be disabled because AWS enforces it by default - it drops any packet where the source or destination IP doesn't match the interface's own IP. A firewall acting as a transit device (routing traffic between other hosts) must forward packets…
Question
An administrator deploys a VM-Series firewall into Amazon Web Services. Which attribute must be disabled on the data-plane elastic network interface for the instance to handle traffic that is not destined to its own IP address?
Options
- Asecurity group
- Btags
- Celastic ip address
- Dsource/destination checking
How the community answered
(58 responses)- A5% (3)
- B2% (1)
- C2% (1)
- D91% (53)
Explanation
Source/destination checking (D) must be disabled because AWS enforces it by default - it drops any packet where the source or destination IP doesn't match the interface's own IP. A firewall acting as a transit device (routing traffic between other hosts) must forward packets destined for other IPs, so this check would block all transiting traffic.
Why the distractors are wrong:
- A (Security group): Security groups control which traffic is allowed to reach the interface; they don't prevent the firewall from forwarding traffic to other destinations.
- B (Tags): Tags are metadata labels for organization/billing; they have zero impact on packet forwarding behavior.
- C (Elastic IP): An EIP is a static public IPv4 address assignment; removing it affects reachability to the firewall itself, not its ability to forward transit traffic.
Memory tip: Think of it as the "nosy neighbor" check - AWS normally asks every interface "is this packet addressed to you?" and drops it if not. A firewall needs to say "none of your business, forward it anyway," which requires turning that check off.
Topics
Community Discussion
No community discussion yet for this question.