Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

This file contains the settings required for CAS to communicate with OpenVPN, Terminals, and Users.

These settings are precise - there’s no possible adjustments to “improve” performance. The settings either work - or they don’t - and must be fixed. This guide will help explain what each setting does.


Location: /batm/config/network

Settings:

Every line is critical, and no lines are ignored. Remarks will cause errors (do not add remarks to this file).

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

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

  • The IP must exist for the admin service to successfully start.

admin_bind_ip: is the logical network adapter IP bound to the admin service.

  • The admin service (CAS GUI) will be exposed at the assigned IP.

  • The IP must exist for the admin service to successfully start.

master_bind_ip: is the logical network adapter IP bound to the master service.

  • The master service uses this IP to communicate with Terminals.

Examples:

public_ip=174.138.56.120
admin_bind_ip=192.168.77.77
master_bind_ip=10.3.2.1

Location: /batm/config/rw/server_admin.port

Settings:

port.defined:

port.detected:

Example:

#UTF-8
#Mon Jun 05 14:38:08 EDT 2023
port.defined=undefined
port.detected=7777
  • No labels