Skip to content

Commit fed9e41

Browse files
authored
public repo edits
1 parent d2e8c15 commit fed9e41

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ ping -S 10.0.0.5 hotmail.com
4747
>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.
4848
4949
### Linux (Ubuntu 14/16)
50-
We recommend looking at the latest the documentation for your Linux distribution.
50+
51+
We recommend looking at the latest documentation for your Linux distribution.
5152

5253
1. Open a terminal window.
5354
2. Make sure you are the root user. If you are not, enter the following command:
@@ -107,7 +108,8 @@ We recommend looking at the latest the documentation for your Linux distribution
107108
You should see the IP address you added as part of the list.
108109

109110
### Linux (Ubuntu 18.04+)
110-
Ubuntu 18.04 and above have changed to `netplan` for OS network management. We recommend looking at the latest the documentation for your Linux distribution.
111+
112+
Ubuntu 18.04 and above have changed to `netplan` for OS network management. We recommend looking at the latest documentation for your Linux distribution.
111113

112114
1. Open a terminal window.
113115
2. Make sure you are the root user. If you are not, enter the following command:
@@ -145,8 +147,8 @@ Ubuntu 18.04 and above have changed to `netplan` for OS network management. We r
145147
netplan try
146148
```
147149

148-
>[!NOTE]
149-
>`netplan try` will apply the changes temporarily, and will roll them back after 120 seconds. If there is a loss of connectivity, please wait 120 seconds then re-connect. At that time, the changes will have been rolled back.
150+
> [!NOTE]
151+
> `netplan try` will apply the changes temporarily and roll the changes back after 120 seconds. If there is a loss of connectivity, please wait 120 seconds, and then reconnect. At that time, the changes will have been rolled back.
150152

151153
7. Assuming no issues with `netplan try`, apply the configuration changes:
152154

0 commit comments

Comments
 (0)