Connect to your MacStadium Orka cluster via Cisco ASAv VPN with OpenConnect or Cisco AnyConnect. Requires server address and credentials from your IP Plan.
Requirements:
The server address from Step 1: VPN in the IP Plan.
The username and password from Step 1: VPN in the IP Plan.
To protect the environment, MacStadium deploys the Orka cluster with a dedicated Cisco Adaptive Security Virtual Appliance (ASAv) firewall. Cisco ASAv runs the same software as physical Cisco ASAs and delivers full ASA firewall and VPN capabilities to the cloud.The Orka cluster sits behind its dedicated Cisco ASAv firewall, which must be connected to the cluster via VPN to do any of the following tasks:
Manage the Orka VMs and K8s pods.
Log in to the firewall and manage connectivity between the cluster and the outside world (for example, enterprise networks, other private and public clouds).
MacStadium has pre-configured the firewall and has enabled VPN access. Simply run a VPN client and provide the server address and credentials for the connection.
(Open-source option) OpenConnectFor users who are comfortable working with a Command Line Interface (CLI) or in a Terminal, consider using OpenConnect - an open-source VPN client available from the command line.Download and Install OpenConnect
If Homebrew is enabled on the system, then run brew install openconnect from the command line.
Configure OpenConnect to Access Orka via Custom DomainTo be able to reach the custom Orka domain API endpoint, add a DNS server to the network configuration.The DNS server address is the .251 address for the Private-1 network from the IP Plan. For example: 10.10.10.251 or 10.221.188.251.macOS
Go to System Settings > Network.
From the list of network connections, select the current Internet connection, locate and click the Advanced… button at the right bottom corner of the dialog.
Go to the DNS tab.
At the bottom of the DNS Servers list, click +.
Type the Orka DNS address and press Enter.
If not already at the top, drag and drop the Orka DNS server to the top. It must be the first item in the list.
Click OK.
Click Apply.
Exit System Settings.
Linux
Use a text editor to open /etc/resolv.conf.
Locate the nameserver section and add the Orka DNS address:
nameserver <ORKA-DNS-ADDRESS>
Make sure that this is the first nameserver entry in the list.
Windows
Go to Control Panel > Network and Internet.
Under Network and Sharing Center, select View network and status.
In the Network and Sharing Center, in the sidebar, select Change adapter settings.
In the Network Connections window, right-click the current Internet connection and select Properties.
Go to the Networking tab, scroll down and click Internet Protocol Version 4 (TCP/IPv4).
With Internet Protocol Version 4 (TCP/IPv4) highlighted, click Properties.
Go to the General tab and select Use the following DNS server addresses.
Add the Orka DNS server as the Preferred DNS server. Add any other name server as the Alternate DNS server (for example, 8.8.8.8).
Cisco firewalls are designed to work with the Cisco AnyConnect Secure Mobility Client as a VPN client. For a GUI VPN client or that is running on Windows, use Cisco AnyConnect.
Configure AnyConnect to access Orka via custom domain
On Windows, to be able to reach the custom Orka domain with AnyConnect, add a DNS server to the network configuration.On macOS and Linux, no changes are required.The DNS server address is the .251 address for the Private-1 network from the IP Plan. For example: 10.10.10.251 or 10.221.188.251.WindowsWith Cisco AnyConnect already connected to your cluster:
Go to Control Panel > Network and Internet.
Under Network and Sharing Center, select View network and status.
In the Network and Sharing Center, in the sidebar, select Change adapter settings.
In the Network Connections window, right-click Cisco AnyConnect Secure Mobility Client Connection and select Properties.
Go to the Networking tab, scroll down and click Internet Protocol Version 4 (TCP/IPv4).
With Internet Protocol Version 4 (TCP/IPv4) highlighted, click Properties.
Go to the General tab and select Use the following DNS server addresses.
Add the Orka DNS server as the Preferred DNS server. You can add any other name server as the Alternate DNS server (for example, 8.8.8.8).