What ports do I need to open in order to run a CmapServer?

Answers to the questions most commonly asked about CmapTools and CmapServer.
Post Reply
cmapadmin
Site Admin
Posts: 793
Joined: Sat Dec 13, 2008 2:22 pm

What ports do I need to open in order to run a CmapServer?

Post by cmapadmin »

If you have a firewall, then you have to open some ports in order to allow the CmapServer to communicate with CmapTools clients and other servers such the Directory of Places.

Code: Select all

Port	Mode   Protocol	Description of service

4447	Input	TCP	Communication with CmapTools' clients-IHMC Public servers are using port 443 instead of port 4447
4747	Output	TCP,UDP	Registration to the Directory of Places
4748	Output	TCP	Communication with the Directory of Places. Useful to be discovered by old CmapTools' versions
80	Input	TCP	Communication with the WebServer
A detailed information about the Network Architecture of CmapTools is available here.
Post Reply