You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To connect to Azure Stack One Node via VPN, first locate the NAT address of the target installation.
26
26
If you specified static IP of the NAT when deploying Azure Stack One Node, then use it in the connection example below.
27
27
If you did not specify static IP then NAT was configured with DHCP. In that case, obtain NAT IP as follows using IP address of the Azure Stack One Node host (which should be known to you after deployment).
28
28
29
+
```powershell
30
+
$hostIp = "<Azure Stack host address>"
31
+
```
32
+
29
33
Since the command below needs to access the Azure Stack One Node host computer and Azure Stack CA, they need to be trusted hosts in PowerShell. Run PowerShell as administrator and modify TrustedHosts as follows.
30
34
31
35
```powershell
32
36
# Add Azure Stack One Node host to the trusted hosts on your client computer
0 commit comments