Quantcast
Channel: Azure Networking (DNS, Traffic Manager, VPN, VNET) forum
Viewing all articles
Browse latest Browse all 6513

Questions about NAT rules

$
0
0

https://azure.microsoft.com/en-us/documentation/articles/load-balancer-get-started-internet-arm-ps/

From the article above, we know that there are two web servers, however we created the NAT rule below, so my question is if there is a request on port 3441 on load balancer , it would forward the request to which web server on port 3389? web1 or web2? As the following command doesn't specify the web server name. so how do we known the request would be forward to which web servers?

“a NAT rule to translate all incoming traffic on port 3441 to port 3389

$inboundNATRule1= New-AzureRmLoadBalancerInboundNatRuleConfig -Name RDP1 -FrontendIpConfiguration $frontendIP -Protocol TCP -FrontendPort 3441 -BackendPort 3389”





Viewing all articles
Browse latest Browse all 6513

Trending Articles