A Cloud Administrator is troubleshooting connectivity issues for a vSphere Namespace named finance-prod. Workloads within this namespace are unable to connect to an external Oracle database located at 10.50.1.200.
Review the following NSX Logical Router configuration output for the Tier-1 Gateway associated with the namespace:
nsx-cli> get logical-router interface
...
Interface : 928374-uuid-downlink
Type : downlink
IP/Mask : 10.244.0.1/28 (Pod CIDR Gateway)
...
nsx-cli> get nat rules
...
Rule ID : 1001
Action : SNAT
Source : 10.244.0.0/28
Translated : 192.168.100.5
Status : Enabled
...
# External Firewall Logs (Corporate Firewall)
Drop: Src 192.168.100.5 Dst 10.50.1.200 Proto TCP Port 1521 (Rule: Default Deny) Based on the data, what is the root cause of the connectivity failure? (Choose 2.)