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 list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to