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