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: includes/virtual-network-multiple-ip-addresses-os-config.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ ping -S 10.1.0.5 outlook.com
109
109
```
110
110
111
111
> [!NOTE]
112
-
> For secondary IP configurations, you can 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.
112
+
> For secondary IP configurations, you can ping to the Internet if the configuration has a public IP address associated with it. For primary IP configurations, a public IP address isn't required to ping to the Internet.
113
113
114
114
</details>
115
115
@@ -224,7 +224,7 @@ ping -I 10.1.0.5 outlook.com
224
224
```
225
225
226
226
> [!NOTE]
227
-
> 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.
227
+
> 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 isn't required to ping to the Internet.
228
228
229
229
For Linux VMs, when attempting to validate outbound connectivity from a secondary NIC, you may need to add appropriate routes. See appropriate documentation for your Linux distribution. The following method to accomplish this goal:
230
230
@@ -301,7 +301,7 @@ Starting on 18.04, **`netplan`** is used in Ubuntu for network management. We re
301
301
```
302
302
303
303
> [!NOTE]
304
-
>`netplan try` will apply the changes temporarily and roll back the changes after 120 seconds. If there is a loss of connectivity, wait 2 minutes, and then reconnect. At that time, the changes will have been rolled back.
304
+
> `netplan try` will apply the changes temporarily and roll back the changes after 120 seconds. If there's a loss of connectivity, wait 2 minutes, and then reconnect. At that time, the changes will have been rolled back.
305
305
306
306
7. Assuming no issues with **`netplan try`**, apply the configuration changes:
307
307
@@ -341,7 +341,7 @@ ping -I 10.1.0.5 outlook.com
341
341
>[!NOTE]
342
342
>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 isn't required to ping to the Internet.
343
343
344
-
For Linux VMs, when trying to validate outbound connectivity from a secondary NIC, you may need to add appropriate routes. Follow the appropriate documentation for your Linux distribution. The following method is one way to accomplish this:
344
+
For Linux VMs, when trying to validate outbound connectivity from a secondary NIC, you may need to add appropriate routes. Follow the appropriate documentation for your Linux distribution. The following method is one way to accomplish this goal:
345
345
346
346
```bash
347
347
echo 150 custom >> /etc/iproute2/rt_tables
@@ -366,7 +366,7 @@ ip route add default via 10.1.0.1 dev eth2 table custom
366
366
<summary>Expand</summary>
367
367
368
368
>[!NOTE]
369
-
>To configure the extra IP addresses in RHEL10.x it's enough to restart NetworkManger with: `systemctl restart NetworkManger.service` or reboot the system. No other steps are required.
369
+
>To configure the extra IP addresses in RHEL10.x, it's enough to restart NetworkManger with: `systemctl restart NetworkManger.service` or reboot the system. No other steps are required.
370
370
371
371
1. Open a terminal window.
372
372
@@ -477,9 +477,9 @@ To ensure you're able to connect to the internet from your secondary IP configur
477
477
ping -I 10.0.0.5 outlook.com
478
478
```
479
479
>[!NOTE]
480
-
>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.
480
+
>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 isn't required to ping to the Internet.
481
481
482
-
For Linux VMs, when attempting to validate outbound connectivity from a secondary NIC, you may need to add appropriate routes. Please see appropriate documentation for your Linux distribution. The following method to accomplish this goal:
482
+
For Linux VMs, when attempting to validate outbound connectivity from a secondary NIC, you may need to add appropriate routes. See the appropriate documentation for your Linux distribution. The following method to accomplish this goal:
483
483
484
484
```bash
485
485
echo 150 custom >> /etc/iproute2/rt_tables
@@ -559,7 +559,7 @@ We recommend looking at the latest documentation for your Linux distribution.
559
559
:wq
560
560
```
561
561
562
-
7. Restart networking services for the changes to take effect. For Debian 8 and above, this can be done using below command :
562
+
7. Restart networking services for the changes to take effect. For Debian 8 and above, use:
563
563
564
564
```bash
565
565
systemctl restart networking
@@ -600,7 +600,7 @@ ping -I 10.1.0.5 outlook.com
600
600
```
601
601
602
602
> [!NOTE]
603
-
> 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.
603
+
> 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 isn't required to ping to the Internet.
604
604
605
605
For Linux VMs, when attempting to validate outbound connectivity from a secondary NIC, you may need to add appropriate routes. See appropriate documentation for your Linux distribution. The following method to accomplish this goal:
0 commit comments