Hi
I am new to kea DHCP services and I am  trying add multiple pools in the
subnet config section  but it is throwing syntax error for me, I tried in
different ways like:
------------------------------------------------------------------
1)  "subnet4": [
        {
                    "pools": [ { "pool":  "192.168.2.174 - 192.168.2.174" },
                                   { "pool":  "192.168.2.175 -
192.168.2.176" } ],
                 "subnet": "192.168.0.1/24"

        }
    ]
2)"subnet4": [
        {
                    "pools": [ { "pool":  "192.168.2.174 -
192.168.2.174,192.168.2.175 - 192.168.2.176" } ],
                 "subnet": "192.168.0.1/24"

        }
    ]
I didn't see any related stuff of muliple pools concept for kea in
internet. Does kea supports muliple pools for subnet?
Thanks in advance and Any reference links can also be appreciated
Thank you
surya
_______________________________________________
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to