<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 11/16/2010 09:59 AM, Guo, Fei wrote:
<blockquote
cite="mid:52CF90264091A14888078A031D780F4307872775@ism-mail03.corp.ad.wrs.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta content="MSHTML 6.00.2900.6036" name="GENERATOR">
<div><font face="Arial" size="2"><span class="666505708-16112010">does
anyone give me an example about how to configure prefix
delegation with ISC, thank you very much.</span></font></div>
<div> </div>
<div align="left">
<div align="left"><span style="font-size: 10pt; color: red;
font-family: Arial;"><strong>WIND RIVER </strong><font
color="#808080">| China Development Center</font></span></div>
<div align="left"><span style="font-size: 10pt; color: red;
font-family: Arial;"><font color="#808080">Tel:
86-10-8477-8665 | </font></span><span style="font-size:
10pt; color: red; font-family: Arial;"><font color="#808080">Fax:
86-10-64790367</font></span></div>
</div>
<br>
</blockquote>
On server side:<br>
- see doc/examples/dhcpd-dhcpv6.conf<br>
e.g.<br>
subnet6 3ffe:501:ffff:100::/64 {<br>
# Some /64 prefixes available for Prefix Delegation (RFC 3633)<br>
prefix6 3ffe:501:ffff:100:: 3ffe:501:ffff:111:: /64;<br>
}<br>
<br>
On client side:<br>
dhclient -6 -P<br>
<br>
<br>
Jiri Popelka<br>
Red Hat, inc.<br>
</body>
</html>