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

SoupNazi izaNpuoS soupnazi34 at gmail.com
Wed Nov 16 20:58:17 UTC 2016


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;

                }

        }
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20161116/69564b9f/attachment.htm>


More information about the Kea-users mailing list