Forum Discussion
Huseyin Bilgen
Apr 19, 2017Copper Contributor
Port Mapping on new Azure Portal
We needed to access to one of our VM via RDP protocol from a customer location where RDP ports are restricted on Firewall. I searched internet for a way to map default 3389 RDP port to 443 so I can a...
Ankit Dalal
Nov 15, 2018Copper Contributor
Can you not just set the DNAT rule on firewall ??
Configure a DNAT rule
- Open the RG-DNAT-Test, and click the FW-DNAT-test firewall. //example
- On the FW-DNAT-test page, under Settings, click Rules. //example
- Click Add DNAT rule collection.
- For Name, type RC-DNAT-01. //example
- For Priority, type 200. //example
- Under Rules, for Name, type RL-01. //example
- For Source Addresses, type *.
- For Destination Addresses type the firewall's public IP address.
- For Destination ports, type 443
- For Translated Address type the private IP address for the virtual machine.
- For Translated port, type 3389.
- Click Add.