Cisco Cisco Meeting Server 2000

下载
页码 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
41
Note: the Call Bridge must be listening on a network interface that is not NAT’d to another IP
address. This is because the Call Bridge is required to convey the same IP that is configured
on the interface in SIP messages when talking to a remote site.
3. Configure the Call Bridge to use the certificates by using the following command so that a
TLS connection can be established between the Lync FE server and the Call Bridge, for
example:
callbridge certs callbridge.key callbridge.crt
The full command and using a certificate bundle as provided by your CA, is described in the
Certificate guidelines document.
4. Restart the Call Bridge interface to apply the changes.
callbridge restart
4.5 Configuring the XMPP server
If you are using any of the Cisco Meeting Apps including the WebRTC Client you now need to
configure the XMPP server and then enable it. Otherwise, skip this section.
From Cisco Meeting Server 2.0, the XMPP license is included in the Cisco Meeting Server
software.
Note: You will need a Call Bridge activated on the same Meeting Server as the XMPP server.
1. Follow the instructions in
to set the DNS records for the XMPP server
2. Sign into the MMP and generate the private key and certificate using the information in the
document. Upload the certificates to the server hosting the XMPP
server.
The XMPP server can be configured to listen on any subset of the four media interfaces and
ignore connections from any interface in the complement.
3. Establish an SSH connection to the MMP and log in.
4. To configure the XMPP server to use one or more interfaces enter the following command:
xmpp listen <interface whitelist>
The following is an example where interface is set to interface A and B.
xmpp listen a b
5. Assign the certificate and private key files that were uploaded earlier, using the command:
xmpp certs <keyfile> <certificatefile> [<cert-bundle>]
4   Configuring the MMP