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
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.
145
145
146
146
Finally update the configuration of `/etc/dhcpcd.conf` with the following:
147
147
@@ -166,7 +166,7 @@ On Debian, you can restart `networking` which relies on `ifup`:
166
166
sudo systemctl restart networking
167
167
```
168
168
169
-
Or if you use a distribution that has `dhcpcd` standalone:
169
+
Or if you use a distribution that has standalone `dhcpcd`:
0 commit comments