...
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 Admin service (CAS GUI) will be exposed at the assigned IP when unprotected by a VPN.
The IP must already exist for the admin service to successfully startinstall CAS.
It is the target IP for VPNs for Admins or Terminals.
admingate_bind_ip
: is the logical network adapter IP bound to the admin servicethe Gate service binds to this existing IP interface.
The admin Gate service (CAS GUI) will be exposed at the assigned (internal, protected, private) IP.
Incoming TCP traffic to the
public_ip
on port 7741 is forwarded to this interface.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
: the Master service is bound to this IP/interface.
The Master service uses this (internal, protected, private) IP to communicate with Terminals.
The IP/interface must exist for the admin Master service to successfully start.
if the IP is missing during service startup, 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 logical network adapter IP bound to the master servicethe Admin service is bound to this IP/interface.
The master service uses this IP to communicate with Terminals.Admin service (CAS GUI) will be exposed at the (internal, protected, private) specified IP.
if the IP is missing during service startup, the batm_manage script will ask to automatically create a new loopback interface with the default value (10.3.2.2)
Examples:
Code Block |
---|
public_ip=174.138.56.120 admingate_bind_ip=19210.1683.771.771 master_bind_ip=10.3.2.1 admin_bind_ip=10.3.2.2 |
...
Location: /batm/config/rw/server_admin.port
Settings:
port.defined
:
port.detected
:
Example:
Code Block |
---|
#UTF-8 #Mon Jun 05 14:38:08 EDT 2023 port.defined=undefined port.detected=7777 |