<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-family:"Calibri","sans-serif";}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hello,<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I am new to this list but have read the archives and hope I did not miss a topic about this.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>I am currently in progress to move my network to IPv6 (at least the DMZ for now). As the router (Fritz!Box 7390) I was required to use by my ISP is not providing DHCPv6 I plan to use a computer in the DMZ running Linux to do so using ISC DHCP.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Since the router is not providing DHCPv6 there is no prefix delegation for my internal router nor DHCP configuration for the Linux box available, the latter bein configured by stateless auto configuration.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Now toward my question:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>As the prefix delegated by the ISP will change over time I need a way for the DHCP server to take this into account. And so far I did not find one. So before I go into the source code looking if I could implement something I wanted to ask the question first.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>What I was looking for would be to associate a subnet 6 to an interface and taking the prefix from there and change the lease in accordance with the prefix when this changes. Something like:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>subnet6 interface eth0/64 {…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>or<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>subnet6 [eth0]/64 {…<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Also regarding prefix delegation it should then be possible to use a variable prefix like <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Prefix6 [eth0]/56:10 [eth0]/56:1f /64<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>This would be using 56 bits from the eth0 prefix filling up with 10 to 1f for delegating 64 bit prefix <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Anything like this possible today ? planned ?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>