Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Due to its modern nature and active maintenance, [`netplan` is a favorable optio
You can check whether your Debian Bullseye Instance is concerned by running the following command, where `UUID` is the identifier of your Instance:

```sh
scw -o json Instance server get UUID | jq '.routed_ip_enabled and ([.public_ips[] | select(.family != "inet6")] == [])'
scw -o json instance server get UUID | jq '.routed_ip_enabled and ([.public_ips[] | select(.family != "inet6")] == [])'
```

<Message type="tip">
Expand Down Expand Up @@ -86,7 +86,7 @@ In this situation, proceed with the next section to install `netplan` before app
All steps below require super-user (`root`) privileges.
</Message>

1. *(optional)** If, **and only if**, your Instance is already booted using a routed IPv6-only setup, you need to temporarily configure your DNS resolver so that it can reach the Debian repositories, in order to install `netplan`. The following uses Google's DNS server:
1. *(optional)* If, **and only if**, your Instance is already booted using a routed IPv6-only setup, you need to temporarily configure your DNS resolver so that it can reach the Debian repositories, in order to install `netplan`. The following uses Google's DNS server:
```sh
> /etc/resolv.conf cat <<EOF
nameserver 2001:4860:4860::8888
Expand Down