SLASCONE does not require the licensed application to have permanent internet connectivity. However, internet connectivity is sporadically required, at least during the activation process. In order to circumvent potential firewall restrictions, it is recommended to define an outbound firewall rule, during the installation of the application. An IP based inbound firewall rule is not necessary. You may optionally further restrict the rule to the port used for https (443 by default).
WINDOWS FIREWALL
You can easily create such a firewall rule using powershell:
New-NetFirewallRule -DisplayName “Slascone-Client” -Direction Outbound -Program “PathToProgramm” -RemoteAddress “RemoteInboundIPAddress” -Action Allow
The RemoteInboundIPAddress can be easily found in the Azure Portal or by simply pinging your SLASCONE API Url. Your SLASCONE API IP address is static.
Comments
0 comments
Please sign in to leave a comment.