[Kea-users] Multiple Subnets on same VLAN

Kris Emsoff kris at ucs.net
Mon Oct 31 19:28:58 UTC 2022


We have a lingering issue that we are trying to work through and seem to be at a standstill each time we try and resolve our issue.

The issue is solely with VLAN's that have more than 1 subnet.

We have tried adding into "Shared Networks" which solves the issue with one single VLAN, the issue is we have multiple VLAN's that use more than one subnet.  When adding an additional VLAN and subnet to the "shared network" category we start getting IP issues with handouts and trying to handout from subnets that are not part of that node. I have tried using the relay function as well and have not managed to find a work around.

All of our other VLAN's with a single subnet are functioning as intended

Below is a snip of the configuration.  With the other nodes commented out this performs as expected.  But when I comment them back in we start seeing issues.

Should we scrap the shared networks and move them back to individual networks and just add the relay to each? Or am I missing something here?

Any help would be appreciated


        "shared-networks": [
          {
            "name": "SharedPop",
            "relay": { "ip-addresses": ["X.X.X.1"] },
          "subnet4": [
//            {
//                // VLAN 1116 -  Node
//                "subnet": "X.X.X.0/22",
//                "pools": [ { "pool": "X.X.X.4 - X.X.X.254" } ],
//                "option-data": [ { "name": "routers", "data": "X.X.X.1" } ],
//                "client-class": "HA_dhcp-1"
//            },
//            {
//                // VLAN 1116 - Node 2nd Subnet
//                "subnet": "X.X.X.0/23",
//                "pools": [ { "pool": "X.X.X.4 - X.X.X.254" } ],
//                "option-data": [ { "name": "routers", "data": "X.X.X.1" } ],
//                "client-class": "HA_dhcp-1"
//            },
//            {
//                // VLAN 1204 -  Node
//                "subnet": "X.X.X.0/23",
//                "pools": [ { "pool": "X.X.X.4 - X.X.X.254" } ],
//                "option-data": [ { "name": "routers", "data": "X.X.X.1" } ],
//                "client-class": "HA_dhcp-1"
//            },
//            {
//                // VLAN 1204 -  2nd Subnet
//                "subnet": "X.X.X.0/23",
//                "pools": [ { "pool": "X.X.X.4 - X.X.X.254" } ],
//                "option-data": [ { "name": "routers", "data": "X.X.X.1" } ],
//                "client-class": "HA_dhcp-1"
//            },
            {
                // VLAN 1113 -  Node
                "subnet": "X.X.X.0/24",
                "pools": [ { "pool": "X.X.X.4 - X.X.X.254" } ],
                "option-data": [ { "name": "routers", "data": "X.X.X.1" } ],
                "client-class": "HA_dhcp-1"
            },
            {
                // VLAN 1113 - Node 2nd Subnet
                "subnet": "X.X.X.0/24",
                "pools": [ { "pool": "X.X.X.4 - X.X.X.254" } ],
                "option-data": [ { "name": "routers", "data": "X.X.X.1" } ],
                "client-class": "HA_dhcp-1"
            }
           ]
         }
       ],






CONFIDENTIALITY NOTICE: This electronic communication (including any attachment) contains information that (a) is or may be LEGALLY PRIVILEGED, CONFIDENTIAL, PROPRIETARY IN NATURE, OR OTHERWISE PROTECTED BY LAW FROM DISCLOSURE, and (b) is intended only for the use of the addressee(s) named herein. If you are not an intended recipient, you are hereby notified that reading, using, copying, or distributing any part of this communication is strictly prohibited. If you have received this electronic communication in error, please notify the sender immediately by reply email, delete the communication completely from your computer system, and destroy all printed copies.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/kea-users/attachments/20221031/56fe9dbc/attachment-0001.htm>


More information about the Kea-users mailing list