<div dir="ltr">Hello all,<div><br></div><div>I have a Ubuntu 14.04 with 2 Ethernet adapters(eth0 and eth1), eth0 is connected to an homeware device, I need set up DHCP IPv6 service against eth0(I set the IPv6 address for eth0 as 2007::7/64 in Ubuntu), and I want the homeware to obtain a fixed IPv6 address(2001::10), so I did it in following way, now the problem is the homeware always cannot get IPv6, I can see message "<font color="#0000ff">Unable to pick client prefix: no IPv6 pools on this shared network</font>" from dhcpd service, I guess the dhcpd6.conf have some problem, can you please help figure out?</div><div><br></div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">root@reed-Lenovo:/etc/dhcp# <b>cat dhcpd6.conf<br></b>default-lease-time 600;<br>max-lease-time 7200; <br>log-facility local7; <br>subnet6 2001::/64 {<br>        # Range for clients<br>        range6 2001::10 2001::10;<br>        # Additional options<br>        option dhcp6.name-servers 2001::7;<br>        option dhcp6.domain-search "<a href="http://test.example.com">test.example.com</a>";<br>        # Prefix range for delegation to sub-routers<br>        # prefix6 2001:db8:0:100:: 2001:db8:0:f00:: /56;<br>        # Example for a fixed host address<br>        # host specialclient {<br>        #    host-identifier option dhcp6.client-id 00:01:00:01:4a:1f:ba:e3:60:b9:1f:01:23:45;<br>        #    fixed-address6 2001:db8:0:1::127;<br>        #} <br>} <br>root@reed-Lenovo:/etc/dhcp#<b> /root/dhcp-4.3.4/server/dhcpd -6 -d -cf /etc/dhcp/dhcpd6.conf eth0<br></b>Internet Systems Consortium DHCP Server 4.3.4<br>Copyright 2004-2016 Internet Systems Consortium.<br>All rights reserved.<br>For info, please visit <a href="https://www.isc.org/software/dhcp/">https://www.isc.org/software/dhcp/</a><br>Config file: /etc/dhcp/dhcpd6.conf<br>Database file: /var/db/dhcpd6.leases<br>PID file: /var/run/dhcpd6.pid<br>Wrote 0 NA, 0 TA, 0 PD leases to lease file.<br>Bound to *:547<br>Listening on Socket/5/eth0/2001::/64<br>Sending on   Socket/5/eth0/2001::/64<br>Server starting service.<br>Solicit message from fe80::3291:8fff:fe05:bf86 port 546, transaction ID 0x12222A00<br><font color="#0000ff">Unable to pick client prefix: no IPv6 pools on this shared network</font><br>Sending Advertise to fe80::3291:8fff:fe05:bf86 port 546<br>Information-request message from fe80::3291:8fff:fe05:bf86 port 546, transaction ID 0x402D6C00<br>Sending Reply to fe80::3291:8fff:fe05:bf86 port 546</blockquote><div><br></div><div><br></div></div><div><div>Thanks,</div></div><div>Reed</div><div>
</div></div>