Configuring Meeting Connector for domain name


In order to configure Meeting Connector for Domain Name instead of IP Address, the configuration file will need to be edited for the server itself. 

How to configure Meeting Connector for domain name

  1. navigate to /opt/zoom/conf/.
  2. Edit the ssb.cfg file and change the following lines 
    • [MMR]
      EIP = x.x.x.49
      LISTEN_COUNT = 3
      LISTEN_0 = pkg|tcp://x.x.x.49:8801,pkg|tcp://[DOMAIN]:8801
      LISTEN_1 = pkg|udp://x.x.x.49:8801,pkg|udp://[DOMAIN]:8801
      ZC = PKG|TCP://x.x.x.48:8802,
      LISTEN_2 = pkg|ssl://x.x.x.49:443,pkg|ssl://[DOMAIN]:443
    • [ZC]
      EIP = x.x.x.48
      LISTEN_COUNT = 2
      LISTEN_0 = pkgtcp://0.0.0.0:8802,pkg|tcp://[DOMAIN]:8802
      LISTEN_1 = pkg|ssl://x.x.x.48:443,pkg|ssl://[DOMAIN]:443