Installation guide
Configuring the MMP
Acano solution: Deployment Guide R1.2 76-1006-06-K
Page 26
4.8 Configuring the Web Bridge
If you are testing the Acano HTML5/Web clients you now need to set the network interface for
the Web Bridge and enable it. If you are not using the Acano clients including the WebRTC
Client, skip this section.
1. If necessary, SSH into the MMP.
2. Configure the Web Bridge to listen on the Ethernet interface(s) of your choice with the
following command:
webbridge listen <interface[:port] whitelist>
The Web Bridge can listen on multiple interfaces, i.e. one on public IP and one on the
internal network. However, one interface cannot listen on more than one port.
The following is an example where interfaces are set to interface A and B, both using port
443.
webbridge listen a:443 b:443
3. Define the certificate and private key files that were uploaded in section 3.5 using:
webbridge certs <key-file> <crt-file>
In the following example the private key is webbridge.key and certificate is webbridge.crt:
webbridge certs webbridge.key webbridge.crt
The full command is webbridge certs <key-file> <cert-file> [<crt-
bundle>]. If you are using certificate bundle as provided by your CA, see the MMP
Command Reference.
4. Enable HTTP redirect with the following command:
webbridge http-redirect enable
5. If required set the ClickOnce location and the Windows msi, Mac OSX dmg and iOS
installers which are presented to WebRTC users:
webbridge clickonce <url>
webbridge msi <url>
webbridge dmg <url>
webbridge ios <url>
Note: If you only use Acano supported browsers (e.g. Chrome) you do not need to set
these download locations because browser functionality will be used for guest access to
coSpaces. However, if you use unsupported browsers (e.g. IE, Safari) then configure these
locations so that when the Acano solution detects the device being used (iOS device, Mac,
or PC) it can redirect the caller to the configured client download link for that device and
prompt to install the correct Acano client. After installation, the caller is connected to the
coSpace as a Guest. (Firefox support is in beta in R1.2.)
6. Enable the Web Bridge with the following command:
webbridge enable