Skip to content

Commit fbcfc8d

Browse files
author
Enrique Sanchez Vela
committed
clear the score again
1 parent a9c5826 commit fbcfc8d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ping -S 10.1.0.5 outlook.com
109109
```
110110

111111
> [!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.
113113
114114
</details>
115115

@@ -224,7 +224,7 @@ ping -I 10.1.0.5 outlook.com
224224
```
225225
226226
> [!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.
228228

229229
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:
230230

@@ -301,7 +301,7 @@ Starting on 18.04, **`netplan`** is used in Ubuntu for network management. We re
301301
```
302302
303303
> [!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.
305305

306306
7. Assuming no issues with **`netplan try`**, apply the configuration changes:
307307

@@ -341,7 +341,7 @@ ping -I 10.1.0.5 outlook.com
341341
>[!NOTE]
342342
>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.
343343

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:
345345

346346
```bash
347347
echo 150 custom >> /etc/iproute2/rt_tables
@@ -366,7 +366,7 @@ ip route add default via 10.1.0.1 dev eth2 table custom
366366
<summary>Expand</summary>
367367

368368
>[!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.
370370
371371
1. Open a terminal window.
372372
@@ -477,9 +477,9 @@ To ensure you're able to connect to the internet from your secondary IP configur
477477
ping -I 10.0.0.5 outlook.com
478478
```
479479
>[!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.
481481

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:
483483

484484
```bash
485485
echo 150 custom >> /etc/iproute2/rt_tables
@@ -559,7 +559,7 @@ We recommend looking at the latest documentation for your Linux distribution.
559559
:wq
560560
```
561561

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:
563563

564564
```bash
565565
systemctl restart networking
@@ -600,7 +600,7 @@ ping -I 10.1.0.5 outlook.com
600600
```
601601
602602
> [!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.
604604

605605
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:
606606

0 commit comments

Comments
 (0)