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,
- About Point-to-Site VPN
- Configure point-to-site VPN clients - certificate authentication
- Configure an Always On VPN device tunnel
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.