Skip to content

Commit bd1a249

Browse files
authored
Merge pull request #12558 from jimdial/patch-56
2 parents 223f63a + 396e912 commit bd1a249

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To ensure you are able to connect to the internet from your secondary IP configu
3232
ping -S 10.0.0.5 hotmail.com
3333
```
3434
>[!NOTE]
35-
>You can only ping to the internet if the private IP address you are using above has a public IP associated with it.
35+
>For secondary IP configurations, you can only ping to the Internet if the configuration has a public IP address associated with it. For primary IP configurations, a public IP address is not required to ping to the Internet.
3636
3737
### Linux (Ubuntu)
3838

@@ -161,7 +161,7 @@ To ensure you are able to connect to the internet from your secondary IP configu
161161
ping -I 10.0.0.5 hotmail.com
162162
```
163163
>[!NOTE]
164-
>You can only ping to the internet if the private IP address you are using above has a public IP associated with it.
164+
>For secondary IP configurations, you can only ping to the Internet if the configuration has a public IP address associated with it. For primary IP configurations, a public IP address is not required to ping to the Internet.
165165
166166
For Linux VMs, when trying to validate outbound connectivity from a secondary NIC, you may need to add appropriate routes. There are many ways to do this. Please see appropriate documentation for your Linux distribution. The following is one method to accomplish this:
167167

0 commit comments

Comments
 (0)