Skip to content

Commit eeaf408

Browse files
committed
fixes
1 parent 5ef2023 commit eeaf408

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

includes/virtual-network-multiple-ip-addresses-os-config.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -66,37 +66,37 @@ For more information about private IP addresses, see [Private IP address](../art
6666

6767
16. Verify the primary and secondary private IP addresses have been added to the configuration.
6868

69-
```powershell
70-
PS C:\Users\azureuser> ipconfig /all
71-
72-
Windows IP Configuration
73-
74-
Host Name . . . . . . . . . . . . : myVM
75-
Primary Dns Suffix . . . . . . . :
76-
Node Type . . . . . . . . . . . . : Hybrid
77-
IP Routing Enabled. . . . . . . . : No
78-
WINS Proxy Enabled. . . . . . . . : No
79-
80-
Ethernet adapter Ethernet:
81-
82-
Connection-specific DNS Suffix . :
83-
Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter
84-
Physical Address. . . . . . . . . : 00-0D-3A-E6-CE-A3
85-
DHCP Enabled. . . . . . . . . . . : No
86-
Autoconfiguration Enabled . . . . : Yes
87-
Link-local IPv6 Address . . . . . : fe80::a8d1:11d5:3ab2:6a51%5(Preferred)
88-
IPv4 Address. . . . . . . . . . . : 10.1.0.4(Preferred)
89-
Subnet Mask . . . . . . . . . . . : 255.255.255.0
90-
IPv4 Address. . . . . . . . . . . : 10.1.0.5(Preferred)
91-
Subnet Mask . . . . . . . . . . . : 255.255.255.0
92-
IPv4 Address. . . . . . . . . . . : 10.1.0.6(Preferred)
93-
Subnet Mask . . . . . . . . . . . : 255.255.255.0
94-
Default Gateway . . . . . . . . . : 10.1.0.1
95-
DHCPv6 IAID . . . . . . . . . . . : 100666682
96-
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-2A-A8-26-B1-00-0D-3A-E6-CE-A3
97-
DNS Servers . . . . . . . . . . . : 168.63.129.16
98-
NetBIOS over Tcpip. . . . . . . . : Enabled
99-
```
69+
```powershell
70+
PS C:\Users\azureuser> ipconfig /all
71+
72+
Windows IP Configuration
73+
74+
Host Name . . . . . . . . . . . . : myVM
75+
Primary Dns Suffix . . . . . . . :
76+
Node Type . . . . . . . . . . . . : Hybrid
77+
IP Routing Enabled. . . . . . . . : No
78+
WINS Proxy Enabled. . . . . . . . : No
79+
80+
Ethernet adapter Ethernet:
81+
82+
Connection-specific DNS Suffix . :
83+
Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter
84+
Physical Address. . . . . . . . . : 00-0D-3A-E6-CE-A3
85+
DHCP Enabled. . . . . . . . . . . : No
86+
Autoconfiguration Enabled . . . . : Yes
87+
Link-local IPv6 Address . . . . . : fe80::a8d1:11d5:3ab2:6a51%5(Preferred)
88+
IPv4 Address. . . . . . . . . . . : 10.1.0.4(Preferred)
89+
Subnet Mask . . . . . . . . . . . : 255.255.255.0
90+
IPv4 Address. . . . . . . . . . . : 10.1.0.5(Preferred)
91+
Subnet Mask . . . . . . . . . . . : 255.255.255.0
92+
IPv4 Address. . . . . . . . . . . : 10.1.0.6(Preferred)
93+
Subnet Mask . . . . . . . . . . . : 255.255.255.0
94+
Default Gateway . . . . . . . . . : 10.1.0.1
95+
DHCPv6 IAID . . . . . . . . . . . : 100666682
96+
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-2A-A8-26-B1-00-0D-3A-E6-CE-A3
97+
DNS Servers . . . . . . . . . . . : 168.63.129.16
98+
NetBIOS over Tcpip. . . . . . . . : Enabled
99+
```
100100
101101
17. Ensure the primary private IP address used in windows is the same as the primary IP address of the Azure VM network interface. For more information, see [No Internet access from Azure Windows VM that has multiple IP addresses](https://support.microsoft.com/help/4040882/no-internet-access-from-azure-windows-vm-that-has-multiple-ip-addresse).
102102

0 commit comments

Comments
 (0)