Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

public_ip: is the logical network adapter IP exposed to the world (where permitted).

  • The admin Admin service (CAS GUI) will be exposed at the assigned IP when unprotected by a VPN.

  • The IP must exist before you generate vpn for admins or terminals already exist to successfully install CAS.

  • It is the target IP for VPNs for Admins or Terminals.

gate_bind_ip: is the IP address the gate service is bound to

...

Gate service binds to this existing IP interface.

  • The Gate service will be exposed at the assigned (internal, protected, private) IP.

  • incoming Incoming TCP traffic to the public_ip: on port 7741 /tcp is dnated forwarded to this ipinterface.

  • if the IP is missing during start service, you will be asked by batm_manage script to automatically create new loopback interface with default value (10.3.1.1)

master_bind_ip: is the IP address the master Master service is bound to this IP/interface.

  • The master Master service uses this (internal, protected, private) IP to communicate with Terminals.

  • The IP/interface must exist for the master Master service to successfully start.

  • if the IP is missing during start service startup, you will be asked by the batm_manage script will ask to automatically create a new loopback interface with the default value (10.3.2.1).

admin_bind_ip: is the IP address the admin Admin service is bound to this IP/interface.

  • The admin Admin service (CAS GUI) will be exposed at the assigned (internal, protected, private) specified IP.

  • if the IP is missing during start service startup, you will be asked by the batm_manage script will ask to automatically create a new loopback interface with the default value (10.3.2.2)

Examples:

...