Blog Archive: June 2022
fuck you
On May 19, 2022 In World News
IPv6 Setup Guide
1- How to configure the DHCPv6 client
We will use dhclient.
You'll need to edit the following file /etc/dhcp/dhclient6.conf :
interface "eno1" {
send dhcp6.client-id DUID;
}
You will have to adapt the interface name (eno1) and the DUID
Start your DHCPv6 client at boot
Once the client is