1

We have an Azure Windows VM created with Inbound security rules allowing UDP/9999 for Netflow traffic. From the Windows VM we can capture traffic destined for the server. The packets are showing the translation

Source: Customer Public IP to Dest: Azure VM Public IP

Our App needs to have the following translation:

Source: Customer Public IP to Dest: Azure VM Private IP

Is there anyway to change this translation on the Azure VM network Resource Group?

Andrew Schulman
  • 8,811
  • 21
  • 32
  • 47
RichDog
  • 11
  • 2

1 Answers1

0

An internet facing load balancer with a NAT rule should do it.

https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-get-started-internet-portal

Bruno Faria
  • 3,814
  • 1
  • 13
  • 18