<div dir="ltr">Hello.<div><br></div><div>There are some strange moments.</div><div>When I tried to run a server like this, Kea listens 2001:db8:1::1 (my address on the eth0), but when I ran ISC-dhcpdv6 it listens UDP :::547.<br></div><div>So, when Kea has run I don't see any packets to address <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">2001:db8:1::1. </span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">Could you explain why Kea working differently?</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-05-17 18:01 GMT+01:00 Joelson Vendramin <span dir="ltr"><<a href="mailto:jtvendramin@yahoo.com.br" target="_blank">jtvendramin@yahoo.com.br</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:courier new,courier,monaco,monospace,sans-serif;font-size:16px"><div><div>Hello Anton,<br><div><div><br><div><div>Try to put the IPv6 address of your interface after eth0.<br>This way:<br></div><div><br>...<br></div></div></div><span>  "interfaces-config": {<br>    "interfaces": [ "eth0/2001:db8:<...address...><wbr>" ]<br></span><div><span>  },<br>...<br></span></div><div><span></span><br></div><span><br></span>Regards,<br></div></div><div class="m_9222542864398324033ydpb423a7d9signature"><div style="font-size:16px"><div>--</div><div>Joelson Vendramin</div></div></div></div>
            <div><br></div><div><br></div>
            
            <div id="m_9222542864398324033ydp7a05a0cayahoo_quoted_7540982536" class="m_9222542864398324033ydp7a05a0cayahoo_quoted">
                <div style="font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:13px;color:#26282a"><div><div class="h5">
                    
                    <div>
                        Em quinta-feira, 17 de maio de 2018 13:32:12 BRT, Anton Kiryushkin <<a href="mailto:swood@fotofor.biz" target="_blank">swood@fotofor.biz</a>> escreveu:
                    </div>
                    <div><br></div>
                    <div><br></div>
                    </div></div><div><div><div class="h5"><div id="m_9222542864398324033ydp7a05a0cayiv7796469143"><div dir="ltr">Hello.<div><br></div><div>I have a simple configuration file:</div><div><br></div><div><div>{</div><div>"Dhcp6": {</div><div>    "interfaces-config": {</div><div>        "interfaces": [ "eth0" ]</div><div>    },</div><div>    "control-socket": {</div><div>        "socket-type": "unix",</div><div>        "socket-name": "/tmp/kea-dhcp6-ctrl.sock"</div><div>    },</div><div>    "lease-database": {</div><div>        "type": "memfile",</div><div>        "lfc-interval": 3600</div><div>    },</div><div>    "expired-leases-processing": {</div><div>        "reclaim-timer-wait-time": 10,</div><div>        "flush-reclaimed-timer-wait-<wbr>time": 25,</div><div>        "hold-reclaimed-time": 3600,</div><div>        "max-reclaim-leases": 100,</div><div>        "max-reclaim-time": 250,</div><div>        "unwarned-reclaim-cycles": 5</div><div>    },</div><div>    "renew-timer": 1000,</div><div>    "rebind-timer": 2000,</div><div>    "preferred-lifetime": 3000,</div><div>    "valid-lifetime": 4000,</div><div>    "option-data": [</div><div>        {</div><div>            "name": "dns-servers",</div><div>            "data": "2001:db8:1::3"</div><div>        }</div><div>    ],</div><div>    "subnet6": [</div><div>        {</div><div>            "subnet": "2001:db8:1::/64",</div><div>            "pools": [ { "pool": "<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-color:initial;float:none;display:inline">2001:db8:1::/64</span>" } ]</div><div>        }</div><div>    ]</div><div>},</div><div>"Logging":</div><div>{</div><div>  "loggers": [</div><div>    {</div><div>        "name": "kea-dhcp6",</div><div>        "output_options": [</div><div>            {</div><div>                "output": "/var/log/kea/dhcp6.log"</div><div>            }</div><div>        ],</div><div>        "severity": "DEBUG",</div><div>        "debuglevel": 20</div><div>    }</div><div>  ]</div><div>}</div><div>}</div><div><br></div><div>But.</div><div>When I tried to start it I saw the text below:</div><div><br></div><div><div>2018-05-17 16:22:39.970 INFO  [kea-dhcp6.dhcp6/32344] DHCP6_STARTING Kea DHCPv6 server version 1.3.0 starting</div><div>2018-05-17 16:22:39.971 INFO  [kea-dhcp6.dhcpsrv/32344] DHCPSRV_CFGMGR_ADD_IFACE listening on interface eth0</div><div>2018-05-17 16:22:39.972 INFO  [kea-dhcp6.dhcpsrv/32344] DHCPSRV_CFGMGR_NEW_SUBNET4 a new subnet has been added to configuration: <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-color:initial;float:none;display:inline">2001:db8:1::</span>/64 with params t1=1000, t2=2000, preferred-lifetime=3000, valid-lifetime=4000, rapid-commit is disabled</div><div>2018-05-17 16:22:39.972 INFO  [kea-dhcp6.dhcp6/32344] DHCP6_CONFIG_COMPLETE DHCPv6 server has completed configuration: added IPv6 subnets: 1; DDNS: disabled</div><div>2018-05-17 16:22:39.973 INFO  [kea-dhcp6.dhcpsrv/32344] DHCPSRV_MEMFILE_DB opening memory file lease database: lfc-interval=3600 type=memfile universe=6</div><div>2018-05-17 16:22:39.973 INFO  [kea-dhcp6.dhcpsrv/32344] DHCPSRV_MEMFILE_LEASE_FILE_<wbr>LOAD loading leases from file /var/kea/kea-leases6.csv</div><div>2018-05-17 16:22:39.973 INFO  [kea-dhcp6.dhcpsrv/32344] DHCPSRV_MEMFILE_LFC_SETUP setting up the Lease File Cleanup interval to 3600 sec</div><div>2018-05-17 16:22:39.973 INFO  [kea-dhcp6.dhcp6/32344] DHCP6_USING_SERVERID server is using server-id 00:01:00:01:22:90:5e:e1:00:50:<wbr>56:af:e9:80 and stores in the file /var/kea/kea-dhcp6-serverid</div><div>2018-05-17 16:22:39.973 WARN  [kea-dhcp6.dhcpsrv/32344] DHCPSRV_NO_SOCKETS_OPEN no interface configured to listen to DHCP traffic</div></div><div><br></div><div><br></div><div>Why it wrote about <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-color:initial;float:none;display:inline">DHCPSRV_NO_SOCKETS_OPEN except for DHCP6?</span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-color:initial;float:none;display:inline">Why didn't open any socket for DHCP6?</span></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-color:initial;float:none;display:inline">Of course, I have an address from the subnet <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:small;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-color:initial;float:none;display:inline">2001:db8:1 on eth0.</span></span></div><div><br></div>-- <br><div class="m_9222542864398324033ydp7a05a0cayiv7796469143gmail_signature"><div dir="ltr"><div><div>Best regards,</div>Anton Kiryushkin<br><br></div></div></div>
</div></div></div></div></div>______________________________<wbr>_________________<br>Kea-users mailing list<br><a href="mailto:Kea-users@lists.isc.org" rel="nofollow" target="_blank">Kea-users@lists.isc.org</a><br><a href="https://lists.isc.org/mailman/listinfo/kea-users" rel="nofollow" target="_blank">https://lists.isc.org/mailman/<wbr>listinfo/kea-users</a><br></div>
                </div>
            </div></div></div><br>______________________________<wbr>_________________<br>
Kea-users mailing list<br>
<a href="mailto:Kea-users@lists.isc.org">Kea-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/kea-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/<wbr>listinfo/kea-users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div>Best regards,</div>Anton Kiryushkin<br><br></div></div></div>
</div>