<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Ciao!</p>
    <p>How are you?</p>
    <p>This is weird! I got IP4 DHCP, it works. But with IPV6 not
      working.</p>
    <p>Do you know what it could be?<br>
    </p>
    <p><b>Settings:</b></p>
    <p><b>INTERFACE<br>
      </b></p>
    <p>allow-hotplug enp2s0<br>
      iface enp2s0 inet static<br>
          metric 10<br>
          address 192.168.78.20<br>
          netmask 255.255.255.0<br>
          broadcast 192.168.78.255        <br>
          gateway    192.168.78.1<br>
      <br>
      iface enp2s0 inet6 static<br>
          metric 10<br>
          address 2001:470:1f1a:5b3::2<br>
          netmask 64<br>
          gateway 2001:470:1f1a:5b3::1<br>
      <br>
      auto he-ipv6<br>
      iface he-ipv6 inet6 v4tunnel<br>
              address 2001:470:1f1a:5b3::2<br>
              netmask 64<br>
              endpoint 216.66.87.14<br>
              local 192.168.78.20<br>
              ttl 255<br>
              gateway 2001:470:1f1a:5b3::1<br>
      <br>
      allow-hotplug enp1s0<br>
      iface enp1s0 inet dhcp<br>
          metric 30<br>
          post-up ip route add 192.168.81.0/24 dev enp1s0 src
      192.168.81.20 table rt2<br>
          post-up ip route add default via 192.168.81.1 dev enp1s0 table
      rt2<br>
          post-up    ip rule add from 192.168.81.20/32 table rt2<br>
          post-up ip rule add to 192.168.81.20/32 table rt2</p>
    <p><br>
    </p>
    <p><b>DHCPD6</b></p>
    <p>subnet6 2001:470:1f1b:5b3::/64 {<br>
              range6 2001:470:1f1b:5b3::50 2001:470:1f1b:5b3::ffff;<br>
              range6 2001:470:1f1b:5b3::/64 temporary;<br>
             option dhcp6.name-servers 2001:470:1f1a:5b3::2;<br>
             option dhcp6.domain-search "patrikx3.tk";<br>
      } <br>
    </p>
    <p><b>SERVER</b></p>
    <p><b>root@server:~# dhcpd -6 -d -cf /etc/dhcp/dhcpd6.conf enp2s0</b><br>
      Internet Systems Consortium DHCP Server 4.3.5<br>
      Copyright 2004-2016 Internet Systems Consortium.<br>
      All rights reserved.<br>
      For info, please visit <a class="moz-txt-link-freetext" href="https://www.isc.org/software/dhcp/">https://www.isc.org/software/dhcp/</a><br>
      Config file: /etc/dhcp/dhcpd6.conf<br>
      Database file: /var/lib/dhcp/dhcpd6.leases<br>
      PID file: /var/run/dhcpd6.pid<br>
      Wrote 0 NA, 0 TA, 0 PD leases to lease file.<br>
      <br>
      No subnet6 declaration for enp2s0 (2001:470:1f1a:5b3::2).<br>
      ** Ignoring requests on enp2s0.  If this is not what<br>
         you want, please write a subnet6 declaration<br>
         in your dhcpd.conf file for the network segment<br>
         to which interface enp2s0 is attached. **<br>
      <br>
      <br>
      Not configured to listen on any interfaces!<br>
      <br>
      If you think you have received this message due to a bug rather<br>
      than a configuration issue please read the section on submitting<br>
      bugs on either our web page at <a class="moz-txt-link-abbreviated" href="http://www.isc.org">www.isc.org</a> or in the README file<br>
      before submitting a bug.  These pages explain the proper<br>
      process and the information we find helpful for debugging..<br>
      <br>
      exiting.<br>
      <br>
    </p>
  </body>
</html>