[Kea-users] ISC DHCP shared-network {} and Kea

SoupNazi izaNpuoS soupnazi34 at gmail.com
Fri Nov 18 14:24:11 UTC 2016


Thomas,

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.

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.

Please note that all of the above will occur via relay forwarding as the
DHCP servers are centrally located.

On Fri, Nov 18, 2016 at 8:57 AM, Thomas Markwalder <tmark at isc.org> wrote:

> On 11/16/16 3:58 PM, SoupNazi izaNpuoS wrote:
>
> Folks,
>
> I had a look at the migration document (https://kea.isc.org/wiki/
> ConfigurationMigration)
>
> I found shared-network in the table and noted that no Kea equivalent is
> listed.  Also the http://kea.isc.org/docs/kea-guide.html doesn't seem to
> show a way to group subnets together.
>
> Is there presently no way to do something like this?:
>
> shared-network SomeNetwork {
>
>         option domain-name-servers 8.8.8.8,8.8.4.4;
>
>         subnet 10.0.0.0 netmask 255.255.255.0 {
>
>                 option routers 10.0.0.1;
>
>                 option subnet-mask 255.255.255.0;
>
>
>                 pool {
>
>                         min-lease-time 28800;
>
>                         default-lease-time 28800;
>
>                         max-lease-time 28800;
>
>                         range 10.0.0.2 10.0.0.254;
>
>                 }
>
>         }
>
>         subnet 192.168.0.0 netmask 255.255.255.0 {
>
>                 option routers 192.168.0.1;
>
>                 option subnet-mask 255.255.255.0;
>
>
>                 pool {
>
>                         min-lease-time 28800;
>
>                         default-lease-time 28800;
>
>                         max-lease-time 28800;
>
>                         range 192.168.0.2 192.168.0.254;
>
>                 }
>
>         }
> }
>
>
> _______________________________________________
> Kea-users mailing listKea-users at lists.isc.orghttps://lists.isc.org/mailman/listinfo/kea-users
>
> Hello:
>
> 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?
>
> Thanks,
>
> Thomas Markwalder
> ISC Software Engineering
>
>
>
> _______________________________________________
> Kea-users mailing list
> Kea-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/kea-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20161118/5d925cff/attachment.htm>


More information about the Kea-users mailing list