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: bridge
osx_node_vm_network_interface: <host-interface>
[arm-nodes]10.221.188.30 osx_node_vm_network_interface=vlan010.221.188.31 osx_node_vm_network_interface=vlan1
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:
- Users can configure Orka using either NAT or bridged networking mode.
- It is not possible to run both networking modes at the same time.
- Users 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