Skip to content

Commit 8269038

Browse files
chore(ddx): review bare metal docs (#4332)
* chore(ddx): review bare metal docs * Apply suggestions from code review * Update pages/dedibox-ip-failover/how-to/configure-reverse-dns.mdx * Update pages/elastic-metal/how-to/configure-ipv6-hypervisor.mdx Co-authored-by: Jessica <[email protected]> --------- Co-authored-by: Jessica <[email protected]>
1 parent 455302c commit 8269038

15 files changed

+130
-126
lines changed

pages/apple-silicon/how-to/access-remote-desktop-mac-mini.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn how to access a Mac mini using remote desktop clients on macOS, Windows, and Linux.
88
tags: apple-silicon, connection, mac-mini, mac-mini
99
dates:
10-
validation: 2024-07-22
10+
validation: 2025-01-30
1111
posted: 2021-05-26
1212
categories:
1313
- bare-metal

pages/apple-silicon/how-to/connect-to-mac-mini-ssh.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to connect to a Scaleway Mac mini using SSH, providing step-by-step instructions and necessary requirements.
88
tags: apple-silicon, connection, mac-mini, mac-mini-m1
99
dates:
10-
validation: 2024-07-22
10+
validation: 2025-01-30
1111
posted: 2021-05-26
1212
categories:
1313
- bare-metal

pages/apple-silicon/how-to/install-package-manager-mac-mini.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to install the Homebrew package manager to a Scaleway Mac mini.
88
tags: apple-silicon, connection, mac-mini, mac-mini-m1
99
dates:
10-
validation: 2024-07-22
10+
validation: 2025-01-30
1111
posted: 2021-05-26
1212
categories:
1313
- bare-metal

pages/apple-silicon/how-to/shutdown-mac-mini.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content:
88
paragraph: This guide provides instructions on how to properly shutdown a Scaleway Mac mini.
99
tags: mac-mini, mac-mini-m1, apple-silicon, shutdown
1010
dates:
11-
validation: 2024-07-22
11+
validation: 2025-01-30
1212
posted: 2021-05-26
1313
categories:
1414
- bare-metal

pages/apple-silicon/how-to/update-os-mac-mini.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to update the operating system of a Scaleway Mac mini.
88
tags: apple-silicon, connection, mac-mini, mac-mini-m1
99
dates:
10-
validation: 2024-07-22
10+
validation: 2025-01-30
1111
posted: 2021-05-26
1212
categories:
1313
- bare-metal

pages/apple-silicon/how-to/upgrade-macos-to-beta.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to upgrade the macOS of a Scaleway Mac mini to a beta version.
88
tags: apple-silicon mac-mini beta macos
99
dates:
10-
validation: 2024-07-30
10+
validation: 2025-01-30
1111
posted: 2024-07-30
1212
categories:
1313
- bare-metal

pages/apple-silicon/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page shows you how to get started with Scaleway's Apple silicon.
88
tags: apple-silicon mac-mini- mac mini mac-mini ios
99
dates:
10-
validation: 2024-07-25
10+
validation: 2025-01-30
1111
posted: 2021-05-26
1212
categories:
1313
- bare-metal

pages/dedibox-ip-failover/how-to/assign-failover-ip.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to assign a failover IP for Scaleway Dedibox servers.
88
tags: dedibox failover failover-ip
99
dates:
10-
validation: 2024-07-22
10+
validation: 2025-01-30
1111
posted: 2021-07-29
1212
categories:
1313
- dedibox-network

pages/dedibox-ip-failover/how-to/configure-debian-ubuntu.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains how to configure a Dedibox failover IP on Debian or Ubuntu Linux.
88
tags: failover-failover IP ip debian ubuntu dedibox linux
99
dates:
10-
validation: 2024-07-22
10+
validation: 2025-01-30
1111
posted: 2021-07-29
1212
categories:
1313
- dedibox-network

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

Lines changed: 62 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Learn how to configure network settings for virtual machines on various operating systems, including Ubuntu, Debian, CentOS, and Windows Server.
88
tags: dedibox network virtual-machine virtual machine ubuntu debian centOS windows-server
99
dates:
10-
validation: 2024-07-22
10+
validation: 2025-01-30
1111
posted: 2021-07-29
1212
categories:
1313
- dedibox-network
@@ -36,74 +36,75 @@ Find below examples of network interface configurations on different distributio
3636

3737
Since the release of version 18.04 (Bionic Beaver), Ubuntu has used Netplan for configuring network interfaces. For older releases, refer to the Debian configuration.
3838

39-
1. Log into your virtual machine and open the network configuration file `/etc/netplan/01-netcfg.yaml` in a text editor of your choice, for example `nano`:
40-
```
39+
1. Log into your virtual machine and open the network configuration file `/etc/netplan/01-netcfg.yaml` in a text editor of your choice:
40+
```sh
4141
sudo nano /etc/netplan/01-netcfg.yaml
4242
```
43-
2. Create a network configuration as follows. Replace `fail.over.ip.address` with your failover IP address:
43+
2. Create a network configuration as follows. Replace `<failover_IP>` with your failover IP address:
4444
```yaml
4545
network:
46-
ethernets:
46+
version: 2
47+
ethernets:
4748
ens18:
48-
addresses:
49-
- [ "fail.over.ip.address/32" ]
50-
nameservers:
51-
addresses: [ "51.159.47.28", "51.159.47.26" ] # Replace the IP of the DNS cache server with the one located in the same physical location as your machine for optimal performances (https://www.scaleway.com/en/docs/account/reference-content/scaleway-network-information/#dns-cache-servers)
52-
routes:
53-
- to: default
54-
via: 62.210.0.1
55-
- to: 62.210.0.1/32
56-
via: fail.over.ip.address
57-
scope: link
58-
version: 2
49+
addresses:
50+
- <failover_IP>/32
51+
nameservers:
52+
addresses: [ "51.159.47.28", "51.159.47.26" ]
53+
routes:
54+
- to: default
55+
via: 62.210.0.1
56+
- to: 62.210.0.1/32
57+
via: <failover_IP>
58+
scope: link
5959
```
6060
3. Save the file and exit the text editor.
6161
4. Apply the new configuration:
62-
```
62+
```sh
6363
sudo netplan apply
6464
```
6565

6666
## Debian
6767

68-
1. Log into the virtual machine and edit the file `/etc/network/interfaces` with a text editor of your choice, for example, `nano`:
69-
```
68+
1. Log into the virtual machine and edit the network configuration file:
69+
```sh
7070
sudo nano /etc/network/interfaces
7171
```
72-
2. Configure the network interface as follows. Replace `fail.over.ip.address` with your failover IP address:
73-
```
72+
2. Configure the network interface as follows. Replace `<failover_IP>` with your failover IP address:
73+
```ini
7474
auto eth0
75-
iface eth0 inet static
76-
address fail.over.ip.address
75+
iface eth0 inet static
76+
address <failover_IP>
7777
netmask 255.255.255.255
7878
pointopoint 62.210.0.1
7979
gateway 62.210.0.1
8080
```
8181
3. Save the file and exit the text editor.
82-
4. Set the DNS server information by editing the file `/etc/resolv.conf`:
83-
```
82+
4. Set the DNS server information:
83+
```sh
8484
sudo nano /etc/resolv.conf
8585
```
86-
5. Set the DNS resolver by adding the following lines to the file. Then save it and exit the text editor:
87-
```
86+
5. Add the following DNS resolvers:
87+
```plaintext
8888
nameserver 51.159.47.28
8989
nameserver 51.159.47.26
9090
```
91-
<Message type="tip">
92-
Replace the IP of the DNS cache server with the one located in the same physical location as your machine for optimal performance. [Check the IPs for each data center](/account/reference-content/scaleway-network-information/#dns-cache-servers)
93-
</Message>
94-
6. Activate the network on your virtual machine by running:
95-
```
91+
6. Activate the network on your virtual machine:
92+
```sh
9693
sudo ifup eth0
9794
```
95+
*Alternatively, you can restart networking with:*
96+
```sh
97+
sudo systemctl restart networking
98+
```
9899

99100
## CentOS
100101

101-
1. Log into the virtual machine and edit the file `/etc/sysconfig/network-scripts/ifcfg-eth0` with a text editor of your choice, for example, `nano`:
102-
```
102+
1. Log into the virtual machine and edit the network configuration file:
103+
```sh
103104
sudo nano /etc/sysconfig/network-scripts/ifcfg-eth0
104105
```
105-
2. Configure the network interface as follows. Replace `fail.over.ip.address` with your failover IP address and `virtual:mac:address` with the virtual MAC of the VM:
106-
```
106+
2. Configure the network interface as follows. Replace `<failover_IP>` with your failover IP address and `<virtual_MAC>` with the virtual MAC of the VM:
107+
```ini
107108
DEVICE=eth0
108109
BOOTPROTO=none
109110
ONBOOT=yes
@@ -112,34 +113,41 @@ Since the release of version 18.04 (Bionic Beaver), Ubuntu has used Netplan for
112113
PEERDNS=yes
113114
TYPE=Ethernet
114115
NETMASK=255.255.255.255
115-
IPADDR=fail.over.ip.address
116+
IPADDR=<failover_IP>
116117
GATEWAY=62.210.0.1
117-
DNS1=51.159.47.28 # Replace the IP of the DNS cache server with the one located in the same physical location as your machine for optimal performances (https://www.scaleway.com/en/docs/account/reference-content/scaleway-network-information/#dns-cache-servers)
118+
DNS1=51.159.47.28
118119
DNS2=51.159.47.26
119120
ARP=yes
120-
HWADDR=virtual:mac:address
121+
HWADDR=<virtual_MAC>
121122
```
122-
3. Save the file and close the text editor.
123-
4. Edit the file `/etc/sysconfig/network-scripts/route-eth0` as follows, then save and exit the text editor:
123+
3. Save and close the text editor.
124+
4. Create or edit the routing configuration file:
125+
```sh
126+
sudo nano /etc/sysconfig/network-scripts/route-eth0
124127
```
128+
Add the following lines:
129+
```ini
125130
62.210.0.1 dev eth0
126131
default via 62.210.0.1 dev eth0
127132
```
128-
5. Run the following command to bring the network interface up:
129-
```
133+
5. Activate the network interface:
134+
```sh
130135
sudo ifup eth0
131136
```
132137

133138
## Windows Server
134139

135-
1. Connect to the desktop of your VM in the virtual console, then open the network settings of your server.
136-
2. Enter the following information in the network adapter configuration:
137-
* Address: failover IP
138-
* Subnetmask: `255.255.255.255`
139-
* Gateway: `62.210.0.1`
140-
* DNS 1: `51.159.47.28`
141-
* DNS 2: `51.159.47.26`
142-
143-
<Message type="tip">
144-
Replace the IP of the DNS cache server with the one located in the same physical location as your machine for optimal performance. [Check the IPs for each data center](/account/reference-content/scaleway-network-information/#dns-cache-servers)
145-
</Message>
140+
1. Open the network settings on your VM by navigating to:
141+
```
142+
Control Panel → Network & Internet → Change Adapter Options
143+
```
144+
2. Select your network adapter and enter the following details:
145+
- **IP Address**: `<failover_IP>`
146+
- **Subnet Mask**: `255.255.255.255`
147+
- **Gateway**: `62.210.0.1`
148+
- **DNS 1**: `51.159.47.28`
149+
- **DNS 2**: `51.159.47.26`
150+
151+
<Message type="tip">
152+
Replace the IP of the DNS cache server with the one located in the same physical location as your machine for optimal performance. [Check the IPs for each data center](/account/reference-content/scaleway-network-information/#dns-cache-servers)
153+
</Message>

0 commit comments

Comments
 (0)