- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Assigning from multiple subnets in a container
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 06:16 AM
I have a situation where I'd like to assign devices in a single lab, on a single router, to different subnets for organization purposes. For example, the overall subnet might be 10.0.0.0/20, but I want to assign devices A and C to 10.0.0.1/24 (but with a 20-bit subnet mask), while device B is in 10.0.0.0/24 (also with a 20-bit subnet mask). Everything is statically assigned IPs per MAC, so there's no dynamic allocation. When I try to do this, all devices are routed into the 10.0.0.0/24 subnet, which means that devices A and C fail to find their records. Is there a way to tell NIOS to search EVERYTHING in the container, since it's really just one subnet, broken down into chunks?