Blogs

DUID

 
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 configured, you'll need to create a new SystemD service. Create the following file, adapting the interface name (eno0) and the DUID /etc/systemd/system/dhclient.service:

Submitted by radio on

Pages

Subscribe to RSS - blogs