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
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,8 @@ ping -S 10.0.0.5 hotmail.com
47
47
>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.
48
48
49
49
### 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.
51
52
52
53
1. Open a terminal window.
53
54
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
107
108
You should see the IP address you added as part of the list.
108
109
109
110
### 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.
111
113
112
114
1. Open a terminal window.
113
115
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
145
147
netplan try
146
148
```
147
149
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 secondsthenre-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 thenreconnect. At that time, the changes will have been rolled back.
150
152
151
153
7. Assuming no issues with `netplan try`, apply the configuration changes:
0 commit comments