-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Is your feature request related to a problem? Please describe.
Yes. In our virtualized lab, we use VyOS as our main router and a centralized DNS for all internal networks.
Currently, Holodeck 9’s Holorouter uses its own internal FRR and DNS, which are isolated from the external lab environment.
This makes it difficult to route traffic or resolve DNS names between the main lab and the nested Holodeck environment.
Describe the solution you'd like
Add support for integrating Holodeck 9 with external routing and DNS systems.
Specifically:
-
Allow replacing or peering the internal FRR (Holorouter) with an external router VM (e.g., VyOS) using BGP, OSPF, or static routes.
-
Allow using an external DNS server or enabling zone transfers / forwarders between Holorouter DNS and external DNS.
This would enable seamless routing and name resolution between the lab and the Holodeck 9 environment.
Describe alternatives you've considered
No response
Additional context
We’d like to connect the Holodeck 9 environment to our lab’s existing VyOS-based network and DNS infrastructure.
This would allow full end-to-end integration, more realistic testing, and easier automation across environments.