<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3199" name=GENERATOR></HEAD>
<BODY><P>
<DIV><FONT face=Arial size=2><SPAN class=590383605-17112007>I'm running dhcp
4.0.0b2 in two linux PC's, each with three NIC's. The following shows
the information on the server.</SPAN></FONT></DIV>
<DIV><FONT size=2><SPAN class=590383605-17112007></SPAN></FONT> </DIV>
<DIV><FONT size=2><FONT face="Courier New"><SPAN class=590383605-17112007>>
</SPAN>uname -rm<BR>2.6.22.9-61.fc6 i686</FONT></FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>> /usr/local/sbin/dhcpd
--version<BR>isc-dhcpd-4.0.0b2</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><SPAN class=590383605-17112007><FONT face="Courier New" size=2>>
ifconfig</FONT></SPAN></DIV>
<DIV><FONT face="Courier New"><FONT size=2>eth0
Link encap:Ethernet HWaddr
00:90:27:1C:BC:70<BR> inet
addr:172.22.3.212 Bcast:172.22.63.255
Mask:255.255.192.0<BR>
inet6 addr: fe80::290:27ff:fe1c:bc70/64 Scope:Link<BR><SPAN
class=590383605-17112007>:</SPAN></FONT></FONT></DIV>
<DIV><FONT face="Courier New"><FONT size=2>eth1
Link encap:Ethernet HWaddr
00:11:25:4F:9E:7B<BR> inet
addr:192.168.99.99 Bcast:192.168.99.255
Mask:255.255.255.0<BR>
inet6 addr: fe80::211:25ff:fe4f:9e7b/64 Scope:Link<BR><SPAN
class=590383605-17112007><FONT face=Arial>:</FONT></SPAN></FONT></FONT></DIV>
<DIV><FONT face="Courier New"><FONT size=2>eth2
Link encap:Ethernet HWaddr
00:19:5B:71:38:50<BR> inet
addr:192.168.144.212 Bcast:192.168.144.255
Mask:255.255.255.0<BR>
inet6 addr: fe80::219:5bff:fe71:3850/64 Scope:Link<BR><SPAN
class=590383605-17112007><FONT face=Arial>:</FONT></SPAN></FONT></FONT></DIV>
<DIV><FONT face="Courier New"><FONT face=Arial size=2><SPAN
class=590383605-17112007></SPAN></FONT></FONT> </DIV>
<DIV><FONT face="Courier New"><FONT face=Arial size=2><SPAN
class=590383605-17112007>I'm using the following configuration
file</SPAN></FONT></FONT></DIV>
<DIV><BR><FONT face=Courier size=2>subnet6 fec0:aaaa:bbbb:cccc::/64
{<BR> range6 fec0:aaaa:bbbb:cccc::1<SPAN
class=590383605-17112007>0</SPAN>
fec0:aaaa:bbbb:cccc::fd;<BR> preferred-lifetime
360;<BR>}</FONT></DIV>
<DIV><FONT face=Courier size=2></FONT> </DIV>
<DIV><FONT face=Courier size=2>subnet6 fe80::290:27ff:fe1c:bc70/128
{<BR>}</FONT></DIV>
<DIV><FONT face=Courier size=2></FONT> </DIV>
<DIV><FONT face=Courier size=2>subnet6 fe80::211:25ff:fe4f:9e7b/128
{<BR>}</FONT></DIV>
<DIV><FONT face=Courier size=2></FONT> </DIV>
<DIV><FONT size=2><FONT face=Courier>subnet6 fe80::219:5bff:fe71:3850/128
{<BR><SPAN class=590383605-17112007>}</SPAN></FONT></FONT></DIV>
<DIV><FONT size=2><FONT face=Courier><SPAN
class=590383605-17112007></SPAN></FONT></FONT> </DIV>
<DIV><FONT face=Arial size=2><SPAN class=590383605-17112007>And I'm getting the
following error.</SPAN></FONT></DIV>
<DIV><FONT face=Courier size=2><SPAN
class=590383605-17112007></SPAN></FONT> </DIV>
<DIV><FONT face=Courier size=2>> /usr/local/sbin/dhcpd -6 -f -d -cf
/usr/local/etc/dhcpd-6.conf eth2<BR>Internet Systems Consortium DHCP Server
4.0.0b2<BR>Copyright 2004-2007 Internet Systems Consortium.<BR>All rights
reserved.<BR>For info, please visit </FONT><A
href="http://www.isc.org/sw/dhcp/"><FONT face=Courier
size=2>http://www.isc.org/sw/dhcp/</FONT></A><BR><FONT face=Courier size=2>Wrote
0 leases to leases file.<BR>Listening on
Socket/eth2/fe80::219:5bff:fe71:3850/128<BR>Sending on
Socket/eth2/fe80::219:5bff:fe71:3850/128<BR>Solicit message from
fe80::219:5bff:fe71:3c0f port 546, transaction ID 0x23628000<BR>Unable to pick
client address: no IPv6 pools on this shared network<BR>Sending Advertise to
fe80::219:5bff:fe71:3c0f port 546<BR>Solicit message from
fe80::219:5bff:fe71:3c0f port 546, transaction ID 0x23628000<BR>Unable to pick
client address: no IPv6 pools on this shared network<BR>Sending Advertise to
fe80::219:5bff:fe71:3c0f port 546</FONT></DIV>
<DIV><SPAN class=590383605-17112007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=590383605-17112007><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=590383605-17112007><FONT face=Arial size=2>If I add an IPv6
address to eth2, I get the following error.</FONT></SPAN></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2><FONT face="Courier New">> ifconfig eth2 add
fec0:aaaa:bbbb:cccc::fe/64<BR>> /usr/local/sbin/dhcpd -6 -f -d -cf
/usr/local/etc/dhcpd-6.conf eth2<BR>Internet Systems Consortium DHCP Server
4.0.0b2<BR>Copyright 2004-2007 Internet Systems Consortium.<BR>All rights
reserved.<BR>For info, please visit </FONT><A
href="http://www.isc.org/sw/dhcp/"><FONT
face="Courier New">http://www.isc.org/sw/dhcp/</FONT></A><BR><FONT
face="Courier New">Wrote 0 leases to leases file.<BR>Interface eth2 matches
multiple shared networks</FONT><BR></FONT></DIV>
<DIV><FONT size=2><FONT face=Arial></FONT></FONT> </DIV>
<DIV><FONT><SPAN class=590383605-17112007><FONT face=Arial size=2>Any help on
how to configure dhcpd is appreciated.</FONT></SPAN></FONT></DIV>
<DIV><FONT><SPAN class=590383605-17112007><FONT face=Arial
size=2></FONT></SPAN></FONT> </DIV>
<DIV><FONT><SPAN class=590383605-17112007><FONT face=Arial
size=2>Thanks</FONT></SPAN></FONT></DIV>
<DIV><FONT><SPAN class=590383605-17112007><FONT face=Arial
size=2>Pauline</FONT></SPAN></DIV></FONT><SPAN class=590383605-17112007>
<DIV><FONT face=Arial><FONT size=2><FONT
face="Courier New"></FONT><BR></FONT></FONT> </DIV>
<DIV><FONT face=Courier></FONT></SPAN> </DIV></P>
<HR style="HEIGHT: 1px">
<DIV></DIV> - - - - - Appended by Scientific
Atlanta, a Cisco company - - - -
- <BR>This e-mail and any
attachments may contain information which is confidential, <BR>proprietary,
privileged or otherwise protected by law. The information is solely <BR>intended
for the named addressee (or a person responsible for delivering it to <BR>the
addressee). If you are not the intended recipient of this message, you are
<BR>not authorized to read, print, retain, copy or disseminate this message or
any <BR>part of it. If you have received this e-mail in error, please notify the
sender <BR>immediately by return e-mail and delete it from your computer.</BODY></HTML>