Hello everybody,<br><br>I'm new to this mailing list, but I've searched everywhere for an answer for my problem but I couldn't find any.<br><br>I got dhcpd 4.2.2, which is working perfectly for allocating ipv6 addresses from range6, my problem I'm using option 18 "dhcp6.interface-id", which is similar to option 82 back in ipv4 to allocated fixed ipv6 addresses, I tried using class method but it seems it doesn't work, I tried replacing the duid method with option 18 also fruitless.<br>
<br>host user {<br>host-identifier option dhcp6.interface-id "hostname.X.Y";<br>fixed-address6 XX.XX.XX.XX::XX;<br>}<br><br>me topology, goes like this: i got modems behind DSLAM, the dslam supports ipv6, the dslam is adding option 18 on every dhcpv6 forward-messages, "by wiresharking I can see message being received correctly on the server side", and the dslam forward the traffic to cisco router that relay the dhcp messages to external dhcpd 4.2.2.<br>
<br>by using the above conf I always ended with this error<br>Sep 28 19:05:59 stock dhcpd: Unable to pick client address: no IPv6 pools on this shared network<br><br><br>I'm missing something somewhere, thanks for your help.<br>
<br>regards<br>Bash<br>