Skip to content

Commit a478e7d

Browse files
authored
Apply suggestions from code review
1 parent fb18077 commit a478e7d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pages/dedibox-ip-failover/how-to/configure-network-virtual-machine.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ To communicate on the internet, each of your virtual machines needs an IP addres
2626
<Macro id="requirements" />
2727

2828
- A Dedibox account logged into the [console](https://console.online.net)
29-
- A [Dedibox dedicated server](/dedibox/how-to/order-a-server/) with a hypervisor installed
30-
- An ordered [failover IP](/dedibox-ip-failover/concepts/#failover-ips)
31-
- A generated [virtual MAC address](/dedibox-ip-failover/concepts/#virtual-mac-address)
29+
- [Created](/dedibox/how-to/order-a-server/) a Dedibox dedicated server and installed a hypervisor on it
30+
- Ordered a [failover IP](/dedibox-ip-failover/concepts/#failover-ips)
31+
- Generated a [virtual MAC address](/dedibox-ip-failover/concepts/#virtual-mac-address)
3232

3333
Find below examples of network interface configurations on different distributions inside a virtual machine:
3434

@@ -84,7 +84,7 @@ Since the release of version 18.04 (Bionic Beaver), Ubuntu has used Netplan for
8484
sudo nano /etc/resolv.conf
8585
```
8686
5. Add the following DNS resolvers:
87-
```ini
87+
```plaintext
8888
nameserver 51.159.47.28
8989
nameserver 51.159.47.26
9090
```

pages/elastic-metal/how-to/configure-ipv6-hypervisor.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ This guide covers the steps for configuring the network interfaces on different
9191
sudo nano /etc/network/interfaces
9292
```
9393
2. Configure the network interface:
94-
```ini
94+
```plaintext
9595
auto ens18
9696
iface ens18 inet static
9797
address FLEXIBLE_IPv4
@@ -107,7 +107,7 @@ This guide covers the steps for configuring the network interfaces on different
107107
sudo nano /etc/resolv.conf
108108
```
109109
4. Add the following lines:
110-
```ini
110+
```plaintext
111111
nameserver 51.159.47.28
112112
nameserver 51.159.47.26
113113
```

0 commit comments

Comments
 (0)