Installation guide
Configuring the MMP
Acano solution: Deployment Guide R1.2 76-1006-06-K
Page 24
Configure listening interfaces as follows:
1. Configure the Call Bridge to listen on interface A.
callbridge listen a
2. Configure the Call Bridge to use the security certificates (which should have been created
previously) by typing the following (so that a TLS connection can be established between the
Lync FE server and the Acano Call Bridge):
callbridge certs privkey.pem cacert.pem
The full command is callbridge certs <key file> <cert file> [<crt-
bundle>]. If you are using certificate bundle as provided by your CA, see the MMP
Command Reference.
3. Restart the Call Bridge interface to apply the changes.
callbridge restart
4.5 Configuring a Remote Syslog Server
We strongly recommend that you configure the Acano solution to use a remote Syslog server to
store the log files. The Acano solution sends more detailed logging to the Syslog server than is
available on its own internal log page which can be valuable in troubleshooting.
Note: The Syslog server uses TCP not UDP.
1. SSH into the MMP and log in.
2. Enter the following command, syslog server add <server address> [port]
Examples:
syslog server add syslog01.example.com 514
syslog server add 192.168.3.4 514
3. Enable the Syslog server by entering:
syslog enable
4. Optionally, if you want to send the audit log to a Syslog server follow these steps.
(The audit log facility records configuration changes and significant low-level events. For
example, changes made to the dial plan or coSpace configuration via the Web Admin
Interface or the API are tracked in this log file, and tagged with the name of the user that
made the change. The file is also available via SFTP.)
a. Create a user with the audit role.
user add <username> (admin|crypto|audit|appadmin)
user add audituser audit
b. Log out of the MMP and log back in with the newly created user account.
c. Enter the command (this command can only be run by a user with the audit role):
syslog audit add <servername>
syslog audit add audit-server.mycompany.org
d. Log out of the MMP.