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
Copy file name to clipboardExpand all lines: Connect/README.md
+4-16Lines changed: 4 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,17 +24,13 @@ This allows your client computer to become part of the Azure Stack PoC network s
24
24
The tool will also download root certificate of the targeted Azure Stack PoC instance locally to your client computer.
25
25
This will ensure that SSL sites of the target Azure Stack installation are trusted by your client when accessed from the browser or from the command-line tools.
26
26
27
-
To connect to Azure Stack PoC via VPN, first locate the external BGP-NAT01 address of the target installation.
28
-
If you specified a static IP for the BGP-NAT during deployment of the Azure Stack PoC, then use it in the connection example below.
27
+
To connect to Azure Stack PoC via VPN, first locate the host IP address of the target installation.
29
28
30
-
If you did not specify a static IP then the BGP-NAT was configured with DHCP. In that case, **read the below section** to obtain your BGP-NAT VM IP by using the IP address of the Azure Stack PoC host (which should be known to you after deployment).
31
-
32
-
The commands below need to access the Azure Stack PoC host computer and Azure Stack CA, so they need to be trusted hosts in PowerShell. Run PowerShell as administrator and modify TrustedHosts as follows.
29
+
The commands below need to access the Azure Stack PoC host computer, so it needs to be a trusted host in PowerShell. Run PowerShell as administrator and modify TrustedHosts as follows.
33
30
34
31
```powershell
35
32
# Add Azure Stack PoC host to the trusted hosts on your client computer
Add-AzureStackVpnConnection -ServerAddress <Host IP Address> -Password $Password
51
47
52
48
# Connect to the Azure Stack instance. This command can be used multiple times.
53
49
Connect-AzureStackVpn -Password $Password
54
50
```
55
51
56
-
## Obtain the NAT IP address with the Azure Stack PoC host address
57
-
58
-
This command is helpful if you do not immediately know the NAT IP of the Azure Stack PoC you are trying to connect to. You must know the host address of your Azure Stack PoC.
0 commit comments