Documentation Index
Fetch the complete documentation index at: https://docs.macstadium.com/llms.txt
Use this file to discover all available pages before exploring further.
Requires Orka 3.5.0 or later. If you’re on an earlier version, see the release notes for your version before proceeding.
Getting Started
To set up bridge networking in your Orka on-prem cluster, you will need to set the following variables in your host’scluster.yml file:
-
vm_network_mode: bridgeThis is used to specify the network mode to your Orka services, and is added to yourcluster.ymlfile. For instructions on how to set up this file, please refer to the Orka On-Prem: Getting Started documentation. -
osx_node_vm_network_interface: <host-interface>host_interfaceis the interface on the host that the DHCP server is accessible on- If the host interface is the same on every host, you can set this in the
nodes.ymlfile - If the host interface differs between hosts, this can be set per host in the hosts file
VNC Access
When bridge mode is active, you will see a deploy output similar to the following example:-
orka3 vm list <vm name> -o wideto get the host name -
orka3 node list <node name> -o wideto get the host IP
Technical Requirements and Limitations
- You can configure Orka using either NAT or bridged networking mode.
- It is not possible to run both networking modes at the same time.
- You cannot have two VMs running using different networking modes simultaneously.
- All VMs must be deleted before switching the networking mode. If your Orka cluster is running NAT and needs to be switched to bridge networking, all VMs must be deleted beforehand.
Common Issues
Issue: The Orka VM has a private IP from the 192.168.64.0/24 CIDR Solution:-
vm_network_mode: bridgewas set in thecluster.ymlfile -
osx_node_vm_network_interface: <host_interface>was not set in thenodes.ymlor thehostsfile -
Rerun the host configuration with
osx_node_vm_network_interface: <host_interface>set to the correct value

