<div dir="ltr">Thomas,<div><br></div><div>That is exactly what I mean ... a group of subnets on a single interface.  In some instances, we also will deny unknown-clients from some of the subnets forcing unknown-clients into a certain subnet.</div><div><br></div><div>This also applies to DHCPv6 moving forward.  We need to be able to have multiple subnets grouped together on a remote interface.  We may deny unknown-clients from some subnets forcing them to other subnets.</div><div><br></div><div>Please note that all of the above will occur via relay forwarding as the DHCP servers are centrally located.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Nov 18, 2016 at 8:57 AM, Thomas Markwalder <span dir="ltr"><<a href="mailto:tmark@isc.org" target="_blank">tmark@isc.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><div><div class="h5">
    <div class="m_2797027792620041738moz-cite-prefix">On 11/16/16 3:58 PM, SoupNazi izaNpuoS
      wrote:<br>
    </div>
    </div></div><blockquote type="cite"><div><div class="h5">
      
      <div dir="ltr">Folks,
        <div><br>
        </div>
        <div>I had a look at the migration document (<a href="https://kea.isc.org/wiki/ConfigurationMigration" target="_blank">https://kea.isc.org/wiki/<wbr>ConfigurationMigration</a>)</div>
        <div><br>
        </div>
        <div>I found shared-network in the table and noted that no Kea
          equivalent is listed.  Also the <a href="http://kea.isc.org/docs/kea-guide.html" target="_blank">http://kea.isc.org/docs/<wbr>kea-guide.html</a>
          doesn't seem to show a way to group subnets together.</div>
        <div><br>
        </div>
        <div>Is there presently no way to do something like this?:</div>
        <div><br>
        </div>
        <div>
          <p><span>shared-network SomeNetwork {</span></p>
          <p><span>        option domain-name-servers 8.8.8.8,8.8.4.4;</span></p>
          <p><span>        subnet 10.0.0.0 netmask 255.255.255.0 {</span></p>
          <p><span>                option routers 10.0.0.1;</span></p>
          <p><span>                option subnet-mask 255.255.255.0;</span></p>
          <p><span></span><br>
          </p>
          <p><span>                pool {</span></p>
          <p><span>                        min-lease-time 28800;</span></p>
          <p><span>                        default-lease-time 28800;</span></p>
          <p><span>                        max-lease-time 28800;</span></p>
          <p><span>                        range 10.0.0.2 10.0.0.254;</span></p>
          <p><span>                }</span></p>
          <p><span>        }</span></p>
          <p><span>        subnet 192.168.0.0 netmask 255.255.255.0 {</span></p>
          <p><span>                option routers 192.168.0.1;</span></p>
          <p><span>                option subnet-mask 255.255.255.0;</span></p>
          <p><span></span><br>
          </p>
          <p><span>                pool {</span></p>
          <p>                        min-lease-time 28800;<br>
          </p>
          <p><span>                        default-lease-time 28800;</span></p>
          <p><span>                        max-lease-time 28800;</span></p>
          <p><span>                        range 192.168.0.2
              192.168.0.254;</span></p>
          <p><span>                }</span></p>
          <p><span>        }</span></p>
        </div>
        <div><span>}</span></div>
      </div>
      <br>
      <fieldset class="m_2797027792620041738mimeAttachmentHeader"></fieldset>
      <br>
      </div></div><pre>______________________________<wbr>_________________
Kea-users mailing list
<a class="m_2797027792620041738moz-txt-link-abbreviated" href="mailto:Kea-users@lists.isc.org" target="_blank">Kea-users@lists.isc.org</a>
<a class="m_2797027792620041738moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/kea-users" target="_blank">https://lists.isc.org/mailman/<wbr>listinfo/kea-users</a>
</pre>
    </blockquote>
    <tt>Hello:<br>
      <br>
      It depends on what you are using the shared-network feature to
      accomplish.  For ISC DHCP, a shared-network implies that the
      subnets therein are the same physical interface. It is also true
      that the subnets inherit any statements (such as options) from the
      shared-network.  Could you expand on your needs?<br>
      <br>
      Thanks,<br>
      <br>
      Thomas Markwalder<br>
      ISC Software Engineering<br>
    </tt><tt></tt>
    <p><tt><br>
      </tt></p>
  </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></div>