Access (point to site) Azure VPN from non-OS Windows

I am currently developing a solution for connecting smart devices hosted behind a router using NAT. Central Service, etc. Hosted on Azure. One idea is to integrate all Azure devices and components into a VPN using a point-to-point solution. Smart devices do not have a Windows-based operating system. The portal provides configuration for the standard Windows VPN client. Now I would like to find out if it is possible to connect to Azure VPN using other clients, and how to configure them (GateWay setup, client centitation binding, etc.).

+4
source share
1 answer

If your client architecture allows this, you can install a Windows (or Linux) machine with a gateway role on the client side. You also:

In any case, this architecture is more reliable. But it works only if it is possible from the point of view of your client architecture.

0
source

Source: https://habr.com/ru/post/1483739/


All Articles