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

Thomas Markwalder tmark at isc.org
Fri Nov 18 13:57:02 UTC 2016


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
> Kea-users at lists.isc.org
> 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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20161118/c4c1a065/attachment.htm>


More information about the Kea-users mailing list