Reputation: 21
I´m using RD-Client on my Android/Huawei phone for remoting to the Azure virtual machine. Mobile phones have no static/fixed IP address, so in my VM config, I need to add the new IP that my phone gets. How can I get a "fixed" IP on my phone or solve this in another legit way?
Upvotes: 0
Views: 1205
Reputation: 366
You could implement a point to site VPN gateway this way your phone could establish a secure connection to the virtual network even though it has a dynamic IP. I'm not sure how much you are trying to do on the desktop, but you can also set up Azure Bastion and get to the Virtual Machine through the Azure Portal. It uses a browser, so it's not as easy to navigate the desktop as using the RDP client, but it'll do the job in a pinch.
Upvotes: 1