<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body 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.<br>
    <br>
    <div class="moz-cite-prefix">On 04/04/2013 08:29 AM, Augusto Sousa
      wrote:<br>
    </div>
    <blockquote
cite="mid:CA+OZtWyG80BRpyqaF2WcZCbnGLList+34_k+pVjgVyj3XOe85g@mail.gmail.com"
      type="cite">
      <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 style="">
          <div>who anyone know to fix this?</div>
          <div><br>
          </div>
          <div><br>
          </div>
          <div style="">
            Thanks</div>
          <div style=""><br>
          </div>
          <div style=""><br>
          </div>
          <div style="">[]'s</div>
          <div style=""><br>
          </div>
          <div style=""><br>
          </div>
          <div style="">Augusto</div>
        </div>
        <div><br>
        </div>
      </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>