<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 11/16/16 3:58 PM, SoupNazi izaNpuoS
wrote:<br>
</div>
<blockquote
cite="mid:CADv1s43npbxhZucJ-UD4ivExh4qeRu7NFAS2EATDpn6ptgJpmQ@mail.gmail.com"
type="cite">
<meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
<div dir="ltr">Folks,
<div><br>
</div>
<div>I had a look at the migration document (<a
moz-do-not-send="true"
href="https://kea.isc.org/wiki/ConfigurationMigration">https://kea.isc.org/wiki/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 moz-do-not-send="true"
href="http://kea.isc.org/docs/kea-guide.html">http://kea.isc.org/docs/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="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Kea-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Kea-users@lists.isc.org">Kea-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/kea-users">https://lists.isc.org/mailman/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>
</body>
</html>