Need public static IP through Azure

RD 41 Reputation points
2022-10-15T08:31:11.243+00:00

I am living in a Rental accomodation and using owner's wifi for internet and have setup my own SSID and Vlan network using WifiExtender and SophosWifi router.

The goal is to have static IP so that I can get into home network from outside and just wondering if it possible to get it using Azure.. If I RDP from outer network using Static IP from Azure, request gets forward to my Sophos router.

I do not want to try Dynamic DNS services.

Do let me know the Steps and Procedure if this is possible, I will owe you Starbucks Coffee :)

Azure DNS
Azure DNS
An Azure service that enables hosting Domain Name System (DNS) domains in Azure.
718 questions
Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
867 questions
Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
951 questions
Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,044 questions
0 comments No comments
{count} votes

Accepted answer
  1. KapilAnanth-MSFT 48,486 Reputation points Microsoft Employee
    2022-10-17T08:58:51.117+00:00

    Hi @RD ,

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
    I understand that you would like to assign a static IP address from Azure to a Sophos Router (which has no fixed IP) at your Home.

    As stated by , @JimmySalian-2011 , I am afraid this is not a feasible scenario.
    An Azure Public IP can be only associated to resources that are in Azure, not to an OnPrem resource (in our case, your Home network).

    While there are multiple ways to connect a remote Client to Azure, and from there to OnPrem, the connection between OnPrem and Azure would require a static IP from the OnPrem end.

    There is one possible solution here,

    • You can use Azure VPN gateway and configure P2S
    • You have to make sure all the machines in your home network are connecting to the VPN using P2S
    • Once you are outside, you can use your machine to connect to Azure VPN via P2S
    • Now, all the machines in the home network along with your remote machine are part of the same network and can communicate with each other.

    However, I am not sure if this would meet your requirements. I have provided the design for your understanding.
    P.S : You can also use a Third party NVA in Azure to achieve this

    These documents may come handy,

    Cheers,
    Kapil

    ----------------------------------------------------------------------------------------------------------------

    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.


1 additional answer

Sort by: Most helpful
  1. JimmySalian-2011 42,221 Reputation points
    2022-10-15T08:54:32.11+00:00

    Hi,

    Unfortunately this is not possible, you can only use Azure Virtual Machines with Public Static IP. Also the scenario you mentioned is not correct and does not work in that way,

    In Azure Resource Manager, a public IP address is a resource that has its own properties. Some of the resources you can associate a public IP address resource with:

    Virtual machine network interfaces
    Virtual machine scale sets
    Public Load Balancers
    Virtual Network Gateways (VPN/ER)
    NAT gateways
    Application Gateways
    Azure Firewall
    Bastion Host
    Route Server

    Hope this helps.
    JS

    ==
    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.