<div dir="ltr"><div><div>Hi everyone,<br><br></div>Is there any way I can configure dhcpd to answer only some kinds of DHCPv6 messages and drop all the others ?<br></div>For instance, I'm trying to setup a DHCPv6 server that should be compliant with RFC 3736 (Stateless DHCP Server), so says the RFC, topic 6:<br>

<br><pre><span style="font-family:courier new,monospace">A DHCP server that is only able to provide stateless configuration
   information through an Information-request/Reply message exchange
   discards any other DHCP messages it receives.  Specifically, the
   server discards any messages other than Information-Request or
   Relay-forward it receives, and the server does not participate in any
   stateful address configuration message exchanges.  If there are other
   DHCP servers that are configured to provide stateful address
   assignment, one of those servers will provide the address assignment.</span><br><br></pre><pre>The <span style="font-family:arial,helvetica,sans-serif">problem</span> is that the server is answering the Solicit requests with an Advertise containing status code NoAddrAvail,<br>

and according to the RFC it needs to be silent about it. The Information-Request messages are answered normally.<br></pre><pre>Config I'm using:<br><br></pre><pre>subnet6 2000::/64 {<br>  option dhcp6.name-servers 2000::1;<br>

}<br><br></pre><pre>Best regards<br></pre><br></div>