<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Possibly. However, the subject of this thread is exactly the goal
I'm trying to accomplish.<br>
<br>
<div class="moz-cite-prefix">On 04/04/2013 05:14 PM, Steven Carr
wrote:<br>
</div>
<blockquote
cite="mid:CALMep04yTBSweoyKEk1mg=oBGz-chp-_do-XqPWKuGZH7SkHNQ@mail.gmail.com"
type="cite">
<div dir="ltr">Your issue is not the same by any means Cory, you
have DHCPv6 working, Augusto doesn't.<br>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On 4 April 2013 21:53, Cory Coager <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:ccoager@gmail.com" target="_blank">ccoager@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF"> Augusto,<br>
<br>
I asked a similar question about a week ago on the mailing
list. I can get an ipv6 address from DHCP but static
reservations don't seem to work. I'm considering opening
a bug on this unless someone out there can help.
<div>
<div class="h5"><br>
<br>
<div>On 04/04/2013 08:29 AM, Augusto Sousa wrote:<br>
</div>
</div>
</div>
<blockquote type="cite">
<div>
<div class="h5">
<div dir="ltr">
<div>Dears,</div>
<div>i'm trying to set a dhcpv6 with
fixed-addres6, with isc dhcp 4.2.5</div>
<div><br>
</div>
<div>although i set the optons "hardware
ethernet" or dhcp6.client-id.</div>
<div>But, didn't get any ip.</div>
<div><br>
</div>
<div>Bellow my configuration.</div>
<div><br>
</div>
<div><br>
</div>
<div>Im using eth1 for dhcp with
2804:49c:c1aa:1119::2 ip.</div>
<div><br>
</div>
<div><br>
</div>
<div>dhcpd6.conf</div>
<div><br>
</div>
<div>default-lease-time 600;</div>
<div>max-lease-time 7200; </div>
<div>log-facility local7;</div>
<div><br>
</div>
<div>option dhcp6.macaddr code 193 = string;</div>
<div>option dhcp6.leased-address code 194 =
string;</div>
<div>option dhcp6.macaddr = binary-to-ascii(16, 8,
":", suffix(option dhcp6.client-id, 6));</div>
<div>option dhcp6.leased-address =
binary-to-ascii(16,16, ":",
substring(suffix(option dhcp6.ia-na, 24),0,16));</div>
<div>log (info, concat ("Lease for ",config-option
dhcp6.leased-address, " leased to ",
config-option dhcp6.macaddr));</div>
<div><br>
</div>
<div><br>
</div>
<div>subnet6 2804:49c:c1aa:1119::/64 {</div>
<div> # Range for clients</div>
<div> #range6 2804:49c:c1aa:1119::110
2804:49c:c1aa:1119::254;</div>
<div> # Additional options</div>
<div> option dhcp6.name-servers
fec0:0:0:1::1;</div>
<div> option dhcp6.domain-search
"domain.example";</div>
<div> host specialclient {</div>
<div> hardware ethernet
00:0c:29:d6:55:a6;</div>
<div> fixed-address6
2804:49c:c1aa:1119::113;</div>
<div> fixed-prefix6
2804:49c:c1aa:1190::/64;</div>
<div><br>
</div>
<div> }</div>
<div>}</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>after sniffing eth1</div>
<div>i got this messages</div>
<div><br>
</div>
<div>tcpdump -n -i eth1 ip6</div>
<div>tcpdump: WARNING: eth1: no IPv4 address
assigned</div>
<div>tcpdump: verbose output suppressed, use -v or
-vv for full protocol decode</div>
<div>listening on eth1, link-type EN10MB
(Ethernet), capture size 65535 bytes</div>
<div>08:09:36.460437 IP6 :: > ff02::16: HBH
ICMP6, multicast listener report v2, 1 group
record(s), length 28</div>
<div>08:09:36.569802 IP6 :: >
ff02::1:ffd6:55a6: ICMP6, neighbor solicitation,
who has fe80::20c:29ff:fed6:55a6, length 24</div>
<div>08:09:37.570301 IP6 fe80::20c:29ff:fed6:55a6
> ff02::2: ICMP6, router solicitation, length
16</div>
<div>08:09:41.570127 IP6 fe80::20c:29ff:fed6:55a6
> ff02::2: ICMP6, router solicitation, length
16</div>
<div>08:09:44.980781 IP6 fe80::20c:29ff:fed6:55a6
> ff02::16: HBH ICMP6, multicast listener
report v2, 1 group record(s), length 28</div>
<div>08:09:45.570255 IP6 fe80::20c:29ff:fed6:55a6
> ff02::2: ICMP6, router solicitation, length
16</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>who anyone know to fix this?</div>
<div><br>
</div>
<div><br>
</div>
<div> Thanks</div>
<div><br>
</div>
<div><br>
</div>
<div>[]'s</div>
<div><br>
</div>
<div><br>
</div>
<div>Augusto</div>
</div>
<div><br>
</div>
</div>
<br>
<fieldset></fieldset>
<br>
</div>
</div>
<div class="im">
<pre>_______________________________________________
dhcp-users mailing list
<a moz-do-not-send="true" href="mailto:dhcp-users@lists.isc.org" target="_blank">dhcp-users@lists.isc.org</a>
<a moz-do-not-send="true" href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a></pre>
</div>
</blockquote>
<br>
</div>
<br>
_______________________________________________<br>
dhcp-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
<a moz-do-not-send="true"
href="https://lists.isc.org/mailman/listinfo/dhcp-users"
target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
dhcp-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a></pre>
</blockquote>
<br>
</body>
</html>