Skip to content

Commit 20f30f3

Browse files
authored
Merge pull request #291753 from aimee-littleton/patch-526594
Update faq.yml
2 parents 3d62355 + aaefeb7 commit 20f30f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/nat-gateway/faq.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ sections:
9494
- question: What does it mean when I see an IP being used to connect outbound that's different from my NAT gateway public IP?
9595
answer: |
9696
There are a few possible reasons for why you could be seeing a different IP being used to connect outbound than the one associated to your NAT gateway. To help troubleshoot, refer to the [Azure NAT Gateway connectivity troubleshooting guide](/azure/nat-gateway/troubleshoot-nat-connectivity#nat-gateway-public-ip-isnt-used-to-connect-outbound).
97+
98+
- question: Does NAT Gateway work with active FTP mode?
99+
answer: |
100+
No, NAT Gateway isn't compatible with active FTP mode. When NAT gateway is configured, the client channel and data channel for active FTP mode will use different IPs, so the FTP server will see the connection as invalid. For more information, see the NAT Gateway connectivity troubleshooting guide on [connection failures for FTP active or passive mode](/azure/nat-gateway/troubleshoot-nat-connectivity#connection-failures-at-ftp-server-for-active-or-passive-mode).
101+
102+
- question: Does NAT Gateway work with Passive FTP mode?
103+
answer: |
104+
NAT Gateway can be used with passive FTP mode, but only when one public IP address is configured to the NAT gateway. FTP passive mode doesn't work with a NAT Gateway configured with either a public IP prefix or multiple public IP addresses. When a NAT gateway with multiple public IP addresses sends traffic outbound, it randomly selects one of its public IP addresses for the source IP address. FTP passive mode fails when data and control channels use different source IP addresses. For more information, see the NAT Gateway connectivity troubleshooting guide on [connection failures for FTP active or passive mode](/azure/nat-gateway/troubleshoot-nat-connectivity#connection-failures-at-ftp-server-for-active-or-passive-mode).
97105
98106
- name: Traffic routes
99107
questions:

0 commit comments

Comments
 (0)