Skip to content

Commit e4a4571

Browse files
jfankamjfankam
authored andcommitted
minor fix
1 parent 44e44c4 commit e4a4571

File tree

9 files changed

+51
-51
lines changed

9 files changed

+51
-51
lines changed

pages/bare_metal_cloud/dedicated_servers/vrack_configuring_on_dedicated_server/guide.en-asia.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Configuring the vRack on your dedicated servers'
33
excerpt: 'Find out how to configure the vRack on two or more dedicated servers'
4-
updated: 2025-03-17
4+
updated: 2025-03-20
55
---
66

77
## Objective
@@ -99,7 +99,7 @@ Add the following lines to the existing configuration after the line `version: 2
9999
- IP_ADDRESS/PREFIX
100100
```
101101
102-
**Example**
102+
**Example:**
103103
104104
![netplan config](images/netplan_configuration.png){.thumbnail}
105105
@@ -232,7 +232,7 @@ Restart the networking service to apply the changes:
232232
sudo systemctl restart networking
233233
```
234234

235-
On **CentOS 8, AlmaLinux and RockyLinux** use this command:
235+
On **CentOS 8, AlmaLinux and RockyLinux**, use this command:
236236

237237
```bash
238238
sudo systemctl restart NetworkManager.service
@@ -253,9 +253,9 @@ lo loopback connected (externally) lo
253253
eno2 ethernet disconnected --
254254
```
255255

256-
If the `STATE` of the `DEVICE` appears as `disconnected`, it must be connected in before configuring the IP.
256+
If the `STATE` of the `DEVICE` appears as `disconnected`, it must be connected before configuring the IP.
257257

258-
When adding an **ethernet** connection, we have to create a configuration profile which we then assigned to a device.
258+
When adding an **ethernet** connection, we have to create a configuration profile which we then assign to a device.
259259

260260
Run the following command, replacing `INTERFACE_NAME` and `CONNECTION_NAME` with your own values.
261261

@@ -265,7 +265,7 @@ In our example, we named our configuration profile `private-interface`.
265265
nmcli connection add type ethernet con-name CONNECTION_NAME ifname INTERFACE_NAME
266266
```
267267

268-
**example**
268+
**Example:**
269269

270270
```bash
271271
nmcli connection add type ethernet con-name private-interface ifname eno2

pages/bare_metal_cloud/dedicated_servers/vrack_configuring_on_dedicated_server/guide.en-au.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Configuring the vRack on your dedicated servers'
33
excerpt: 'Find out how to configure the vRack on two or more dedicated servers'
4-
updated: 2025-03-17
4+
updated: 2025-03-20
55
---
66

77
## Objective
@@ -99,7 +99,7 @@ Add the following lines to the existing configuration after the line `version: 2
9999
- IP_ADDRESS/PREFIX
100100
```
101101
102-
**Example**
102+
**Example:**
103103
104104
![netplan config](images/netplan_configuration.png){.thumbnail}
105105
@@ -232,7 +232,7 @@ Restart the networking service to apply the changes:
232232
sudo systemctl restart networking
233233
```
234234

235-
On **CentOS 8, AlmaLinux and RockyLinux** use this command:
235+
On **CentOS 8, AlmaLinux and RockyLinux**, use this command:
236236

237237
```bash
238238
sudo systemctl restart NetworkManager.service
@@ -253,9 +253,9 @@ lo loopback connected (externally) lo
253253
eno2 ethernet disconnected --
254254
```
255255

256-
If the `STATE` of the `DEVICE` appears as `disconnected`, it must be connected in before configuring the IP.
256+
If the `STATE` of the `DEVICE` appears as `disconnected`, it must be connected before configuring the IP.
257257

258-
When adding an **ethernet** connection, we have to create a configuration profile which we then assigned to a device.
258+
When adding an **ethernet** connection, we have to create a configuration profile which we then assign to a device.
259259

260260
Run the following command, replacing `INTERFACE_NAME` and `CONNECTION_NAME` with your own values.
261261

@@ -265,7 +265,7 @@ In our example, we named our configuration profile `private-interface`.
265265
nmcli connection add type ethernet con-name CONNECTION_NAME ifname INTERFACE_NAME
266266
```
267267

268-
**example**
268+
**Example:**
269269

270270
```bash
271271
nmcli connection add type ethernet con-name private-interface ifname eno2

pages/bare_metal_cloud/dedicated_servers/vrack_configuring_on_dedicated_server/guide.en-ca.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Configuring the vRack on your dedicated servers'
33
excerpt: 'Find out how to configure the vRack on two or more dedicated servers'
4-
updated: 2025-03-17
4+
updated: 2025-03-20
55
---
66

77
## Objective
@@ -99,7 +99,7 @@ Add the following lines to the existing configuration after the line `version: 2
9999
- IP_ADDRESS/PREFIX
100100
```
101101
102-
**Example**
102+
**Example:**
103103
104104
![netplan config](images/netplan_configuration.png){.thumbnail}
105105
@@ -232,7 +232,7 @@ Restart the networking service to apply the changes:
232232
sudo systemctl restart networking
233233
```
234234

235-
On **CentOS 8, AlmaLinux and RockyLinux** use this command:
235+
On **CentOS 8, AlmaLinux and RockyLinux**, use this command:
236236

237237
```bash
238238
sudo systemctl restart NetworkManager.service
@@ -253,9 +253,9 @@ lo loopback connected (externally) lo
253253
eno2 ethernet disconnected --
254254
```
255255

256-
If the `STATE` of the `DEVICE` appears as `disconnected`, it must be connected in before configuring the IP.
256+
If the `STATE` of the `DEVICE` appears as `disconnected`, it must be connected before configuring the IP.
257257

258-
When adding an **ethernet** connection, we have to create a configuration profile which we then assigned to a device.
258+
When adding an **ethernet** connection, we have to create a configuration profile which we then assign to a device.
259259

260260
Run the following command, replacing `INTERFACE_NAME` and `CONNECTION_NAME` with your own values.
261261

@@ -265,7 +265,7 @@ In our example, we named our configuration profile `private-interface`.
265265
nmcli connection add type ethernet con-name CONNECTION_NAME ifname INTERFACE_NAME
266266
```
267267

268-
**example**
268+
**Example:**
269269

270270
```bash
271271
nmcli connection add type ethernet con-name private-interface ifname eno2

pages/bare_metal_cloud/dedicated_servers/vrack_configuring_on_dedicated_server/guide.en-gb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Configuring the vRack on your dedicated servers'
33
excerpt: 'Find out how to configure the vRack on two or more dedicated servers'
4-
updated: 2025-03-17
4+
updated: 2025-03-20
55
---
66

77
## Objective

pages/bare_metal_cloud/dedicated_servers/vrack_configuring_on_dedicated_server/guide.en-ie.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Configuring the vRack on your dedicated servers'
33
excerpt: 'Find out how to configure the vRack on two or more dedicated servers'
4-
updated: 2025-03-17
4+
updated: 2025-03-20
55
---
66

77
## Objective
@@ -99,7 +99,7 @@ Add the following lines to the existing configuration after the line `version: 2
9999
- IP_ADDRESS/PREFIX
100100
```
101101
102-
**Example**
102+
**Example:**
103103
104104
![netplan config](images/netplan_configuration.png){.thumbnail}
105105
@@ -232,7 +232,7 @@ Restart the networking service to apply the changes:
232232
sudo systemctl restart networking
233233
```
234234

235-
On **CentOS 8, AlmaLinux and RockyLinux** use this command:
235+
On **CentOS 8, AlmaLinux and RockyLinux**, use this command:
236236

237237
```bash
238238
sudo systemctl restart NetworkManager.service
@@ -253,9 +253,9 @@ lo loopback connected (externally) lo
253253
eno2 ethernet disconnected --
254254
```
255255

256-
If the `STATE` of the `DEVICE` appears as `disconnected`, it must be connected in before configuring the IP.
256+
If the `STATE` of the `DEVICE` appears as `disconnected`, it must be connected before configuring the IP.
257257

258-
When adding an **ethernet** connection, we have to create a configuration profile which we then assigned to a device.
258+
When adding an **ethernet** connection, we have to create a configuration profile which we then assign to a device.
259259

260260
Run the following command, replacing `INTERFACE_NAME` and `CONNECTION_NAME` with your own values.
261261

@@ -265,7 +265,7 @@ In our example, we named our configuration profile `private-interface`.
265265
nmcli connection add type ethernet con-name CONNECTION_NAME ifname INTERFACE_NAME
266266
```
267267

268-
**example**
268+
**Example:**
269269

270270
```bash
271271
nmcli connection add type ethernet con-name private-interface ifname eno2

pages/bare_metal_cloud/dedicated_servers/vrack_configuring_on_dedicated_server/guide.en-sg.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Configuring the vRack on your dedicated servers'
33
excerpt: 'Find out how to configure the vRack on two or more dedicated servers'
4-
updated: 2025-03-17
4+
updated: 2025-03-20
55
---
66

77
## Objective
@@ -99,7 +99,7 @@ Add the following lines to the existing configuration after the line `version: 2
9999
- IP_ADDRESS/PREFIX
100100
```
101101
102-
**Example**
102+
**Example:**
103103
104104
![netplan config](images/netplan_configuration.png){.thumbnail}
105105
@@ -232,7 +232,7 @@ Restart the networking service to apply the changes:
232232
sudo systemctl restart networking
233233
```
234234

235-
On **CentOS 8, AlmaLinux and RockyLinux** use this command:
235+
On **CentOS 8, AlmaLinux and RockyLinux**, use this command:
236236

237237
```bash
238238
sudo systemctl restart NetworkManager.service
@@ -253,9 +253,9 @@ lo loopback connected (externally) lo
253253
eno2 ethernet disconnected --
254254
```
255255

256-
If the `STATE` of the `DEVICE` appears as `disconnected`, it must be connected in before configuring the IP.
256+
If the `STATE` of the `DEVICE` appears as `disconnected`, it must be connected before configuring the IP.
257257

258-
When adding an **ethernet** connection, we have to create a configuration profile which we then assigned to a device.
258+
When adding an **ethernet** connection, we have to create a configuration profile which we then assign to a device.
259259

260260
Run the following command, replacing `INTERFACE_NAME` and `CONNECTION_NAME` with your own values.
261261

@@ -265,7 +265,7 @@ In our example, we named our configuration profile `private-interface`.
265265
nmcli connection add type ethernet con-name CONNECTION_NAME ifname INTERFACE_NAME
266266
```
267267

268-
**example**
268+
**Example:**
269269

270270
```bash
271271
nmcli connection add type ethernet con-name private-interface ifname eno2

pages/bare_metal_cloud/dedicated_servers/vrack_configuring_on_dedicated_server/guide.en-us.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Configuring the vRack on your dedicated servers'
33
excerpt: 'Find out how to configure the vRack on two or more dedicated servers'
4-
updated: 2025-03-17
4+
updated: 2025-03-20
55
---
66

77
## Objective
@@ -99,7 +99,7 @@ Add the following lines to the existing configuration after the line `version: 2
9999
- IP_ADDRESS/PREFIX
100100
```
101101
102-
**Example**
102+
**Example:**
103103
104104
![netplan config](images/netplan_configuration.png){.thumbnail}
105105
@@ -232,7 +232,7 @@ Restart the networking service to apply the changes:
232232
sudo systemctl restart networking
233233
```
234234

235-
On **CentOS 8, AlmaLinux and RockyLinux** use this command:
235+
On **CentOS 8, AlmaLinux and RockyLinux**, use this command:
236236

237237
```bash
238238
sudo systemctl restart NetworkManager.service
@@ -253,9 +253,9 @@ lo loopback connected (externally) lo
253253
eno2 ethernet disconnected --
254254
```
255255

256-
If the `STATE` of the `DEVICE` appears as `disconnected`, it must be connected in before configuring the IP.
256+
If the `STATE` of the `DEVICE` appears as `disconnected`, it must be connected before configuring the IP.
257257

258-
When adding an **ethernet** connection, we have to create a configuration profile which we then assigned to a device.
258+
When adding an **ethernet** connection, we have to create a configuration profile which we then assign to a device.
259259

260260
Run the following command, replacing `INTERFACE_NAME` and `CONNECTION_NAME` with your own values.
261261

@@ -265,7 +265,7 @@ In our example, we named our configuration profile `private-interface`.
265265
nmcli connection add type ethernet con-name CONNECTION_NAME ifname INTERFACE_NAME
266266
```
267267

268-
**example**
268+
**Example:**
269269

270270
```bash
271271
nmcli connection add type ethernet con-name private-interface ifname eno2

0 commit comments

Comments
 (0)