Why are SFTP connections to my Azure Storage Account showing private IP addresses?

0
10
Asked By CuriousCat87 On

I've set up an Azure Data Lake Gen2 storage account with SFTP service enabled, allowing public networking only from specific whitelisted IPs. We have also created a private endpoint for our virtual machines and resources within our private network. The vendor gave us an IP address which we whitelisted, but their SFTP connection attempts are failing. Our logs show that the attempted connections are coming from a private RFC 1918 IP, which is completely different from any of the address spaces we use. I find it confusing because the actual connecting IP is from their infrastructure in Azure, and there are no direct connections, peering, or VPNs between our networks. Can someone help me understand why this is happening?

4 Answers

Answered By SFTPPro14 On

Don't forget about service endpoints! They could be influencing how the connection is being routed.

Answered By NetworkWhiz17 On

Try running a traceroute back to their IP. It might help you see if there's an issue with the route tables along the path to the connection.

Answered By CloudGuru88 On

Could the problem be related to a route table? Maybe they're using a private network interface from their VM, which is messing things up.

Answered By TechieBear42 On

It looks like the vendor is trying to connect from a virtual network that’s in the same Azure region as your storage account, and they probably have a service endpoint for storage enabled. Azure does some strange things sometimes, which can lead to this kind of issue.

SnoopDog9000 -

Absolutely, I've experienced a similar issue before. I wasn't able to change anything on the vendor's side, so I had to redeploy the storage account to a different region. Just remember, you can't use the paired region either.

AzureNerd101 -

Interesting point! Now that you mention it, I remember running into something similar in our own subscription. Are there other quirks like this that I should keep an eye on?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.