Yes, I currently our configuration done this way and still no luck. Kris Emsoff Network Analyst Office : (817)-326-1567 Cell : (682) 970-7555 Email : [email protected]<mailto:[email protected]> www.ucs.net/internet<http://www.ucs.net/internet> [United Cooperative Services]<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.united-cs.com%2F&data=04%7C01%7Ckris%40ucs.net%7Ce2fc7b409b85401c96ca08d968c72c1a%7Cce91fdf11d35455ca72010044d2c846b%7C0%7C0%7C637656026914245951%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=aR6dGcd7GCU3HVIec%2BAJ1rZpeBtso40d1wszJqa2atA%3D&reserved=0>
From: Kea-users <[email protected]> On Behalf Of Peter Davies Sent: Wednesday, November 9, 2022 2:58 AM To: [email protected] Subject: Re: [Kea-users] Multiple Subnets on same VLAN CAUTION: This message originated from outside of UCS. Please do not click links or open attachments unless you recognize the source of this email and know the content is safe. Hi Kris, Have you tried the following type configuration? "shared-networks": [ { "name": "SharedPop1", "relay": { "ip-addresses": ["10.255.0.1"] }, "subnet4": [ { // VLAN 1113 - Node "subnet": "10.0.0.0/24", "pools": [ { "pool": "10.0.0.4 – 10.0.0.254" } ], "option-data": [ { "name": "routers", "data": "10.0.0.1" } ] }, { // VLAN 1113 - Node 2nd Subnet "subnet": "10.0.1.0/24", "pools": [ { "pool": "10.0.1.4 – 10.0.1.254" } ], "option-data": [ { "name": "routers", "data": "10.0.1.1" } ] } ] }, "name": "SharedPop2", "relay": { "ip-addresses": ["10.255.0.2"] }, "subnet4": [ { // VLAN 1113 - Node "subnet": "10.0.2.0/24", "pools": [ { "pool": "10.0.2.4 – 10.0.2.254" } ], "option-data": [ { "name": "routers", "data": "10.0.2.1" } ] }, { // VLAN 1113 - Node 2nd Subnet "subnet": "10.0.3.0/24", "pools": [ { "pool": "10.0.3.4 – 10.0.3.254" } ], "option-data": [ { "name": "routers", "data": "10.0.3.1" } ] } ] }, "name": "SharedPop3", "relay": { "ip-addresses": ["10.255.0.3"] }, "subnet4": [ { // VLAN 1113 - Node "subnet": "10.0.4.0/24", "pools": [ { "pool": "10.0.4.4 – 10.0.4.254" } ], "option-data": [ { "name": "routers", "data": "10.0.4.1" } ] }, { // VLAN 1113 - Node 2nd Subnet "subnet": "10.0.5.0/24", "pools": [ { "pool": "10.0.5.4 – 10.0.5.254" } ], "option-data": [ { "name": "routers", "data": "10.0.5.1" } ] } ] } ], .... Kind Regards Peter On 31/10/2022 20.28, Kris Emsoff wrote: "shared-networks": [ { "name": "SharedPop", "relay": { "ip-addresses": ["X.X.X.1"] }, "subnet4": [ // { -- Peter Davies Support Engineer Internet Systems Corporation [email protected]<mailto:[email protected]> 001 650-423-1460 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
