Skip to content

Commit 36fc997

Browse files
nerda-codesRoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent e646b30 commit 36fc997

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pages/dedibox-ipv6/how-to/configure-ipv6-linux.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ It replaces the classical network configuration with new configuration files, wr
127127
128128
This expands the tutorial on [dhcpcd](/tutorials/dhcpcd-dedibox/).
129129
130-
On certain Linux distributions like Debian Trixie, you may also find `dhcpcd` alongside `ifup` (`dhcpcd-base` must be installed).
130+
On certain Linux distributions like Debian Trixie, you may find `dhcpcd` alongside `ifup` (`dhcpcd-base` must be installed).
131131
132-
If your server supports SLAAC, you must enable it in your dashboard. If it is not provided to your Dedibox, just skip to the dhcpcd configuration.
132+
If your server supports SLAAC, you must enable it in your dashboard. If it is not provided for your Dedibox, you can skip to the dhcpcd configuration.
133133
Then make sure the interface and firewall allows IPv6 routing advertisements.
134134
135135
For instance, if your interface is named `eno1`, as root, you can set it using:
@@ -141,7 +141,7 @@ echo 1 > /proc/sys/net/ipv6/conf/eno1/accept_ra
141141
Then configure `dhcpcd`.
142142
143143
You must first copy DUID into `/var/lib/dhcpcd/duid`. This file is auto-generated the first time by `dhcpcd`.
144-
While there is a `duid <uuid>` option in the configuration, Scaleway one is not in the correct format, resulting in the client using the generated one.
144+
While there is a `duid <uuid>` option in the configuration, the Scaleway one is not in the correct format, resulting in the client using the generated one.
145145
146146
Finally update the configuration of `/etc/dhcpcd.conf` with the following:
147147
@@ -166,7 +166,7 @@ On Debian, you can restart `networking` which relies on `ifup`:
166166
sudo systemctl restart networking
167167
```
168168
169-
Or if you use a distribution that has `dhcpcd` standalone:
169+
Or if you use a distribution that has standalone `dhcpcd`:
170170
171171
```
172172
sudo systemctl restart dhcpcd@eno1

0 commit comments

Comments
 (0)