Kris,
We're just using Kea in a lab setting, but we have all our vlans that do not
share subnets broken into multiple networks. We aren't seeing this problem, but
again, we are just in testing. Please post results, as we will be in the same
situation if we moved to production with Kea.
So for example we would break up ,
"shared-networks": [
{
"name": "SharedPop-Node1",
"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"
}
]
},
{
"name": "SharedPop-Node2",
"relay": { "ip-addresses": ["X.X.X.1"] },
"subnet4": [
{
// 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"
}
]
}
]
Nich
From: Kea-users <[email protected]> On Behalf Of Kris Emsoff
Sent: Monday, October 31, 2022 2:29 PM
To: [email protected]
Subject: [Kea-users] Multiple Subnets on same VLAN
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.
--
ISC funds the development of this software with paid support subscriptions.
Contact us at https://www.isc.org/contact/ for more information.
To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users