Displaying 1 result from an estimated 1 matches for "52d8c0f2a04a462a9c9ac1a906446d85".
2016 Jul 27
0
How to convert /etc/machine-id into a default-duid for IPv6 static DHCP?
...vert $DUID to a default-duid. Example value of default-duid can be
found in /var/lib/NetworkManager/dhclient6-<string>-eth0.lease.
Will stick the pre-set default-duid in /etc/dhclient6.leases so it gets
picked up by NM once the VM is deployed and started.
So going from e.g.
/etc/machine-id 52d8c0f2a04a462a9c9ac1a906446d85
to
duid 00:04:a6:89:54:e8:bf:e2:13:71:82:3d:ea:33:4d:a5:2f:75
to
default-duid ???
example:
default-duid
"\000\004%\011\324\251\274\334\001c\304\366\275\314\220\357\255(";
So how does one create the default-duid from the duid? The default-duid
seems escaped octal with some chars here a...