Hey guys


I have an issue that Same configuration on one server gives a "prefix
already exist" error, and on the other one works perfect

both of them running kea version 1.2.0

the one that work was installed half a year ago.



                { "subnet": "10.0.0.0/24",

                        "id": 3001,

                        "pools": [ {

                                "pool": "10.0.0.10 -  10.0.0.99"

                        }] ,

                        "relay": { "ip-address": "10.0.0.1" },

                        "option-data": [ { "name": "routers", "data":
"10.0.0.1"  } ],

                        "client-class": "phones"

                },

                { "subnet": "10.0.0.0/24",

                        "id": 3003,

                        "pools": [ {

                                "pool": "10.0.0.250 -  10.0.0.255"

                        }] ,

                        "relay": { "ip-address": "10.0.0.1" },

                        "option-data": [ { "name": "routers", "data":
"10.0.0.254"  } ],

                        "client-class": "other"

                }
i was trying to give each pool a different class.

Any thoughts how can I fix it ?
_______________________________________________
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to