Gil Heiman
Sr. Member
   
Offline
Posts: 318

|
 |
« on: June 07, 2007, 08:58:26 PM » |
|
There is much confusion about the ports that need to be opened to allow Collanos to communicate with other peers.
In most scenarios, users will NOT need to open any ports as Collanos defaults to standard http/tcp ports (80, 443) which are already open for standard internet usage (web browsing, IM, etc.). In certain scenarios, where application firewalls are more restrictive, users may have to open port 9701 to allow replication to take place between peers.
Users may also see a significant boost in replication speed if they open port 9701 as this allows faster communication than the standard port 80.
We advise users with more restrictive firewalls to post their firewall model, unique settings and recommendations in this user forum so that other members can benefit from this knowledge.
Regarding port 8443 which we suggested to several users to open to allow access to the new Central User Directory (CUD), this is no longer required. From now on we have standardized on using port 443, the standard port used over the internet for accessing https sites. Users no longer need to do any manual changes or updates to get access to the CUD.
Users behind proxies (proxy) may need to do manual changes to one of Collanos' installation files called workplace.ini which is in the same folder where you installed the Collanos application (not where you are storing the Collanos data). If indeed you have a proxy that is blocking you from running/using Collanos, open workplace.ini and make the following changes:
Depending on your proxy server you need to setup up to 4 parameters through the workplace.ini file in the Collanos Program Directory (we are going to simplify this again as soon as possible). The 4 parameters that can be set there are: -Dhttp.proxyHost=192.168.40.78 (just an example, it is the IP address of the proxy) -Dhttp.proxyPort=80 -Dhttp.proxyUser=exampleuser (your user ID for the proxy server, if needed) -Dhttp.proxyPassword=examplepassword (your proxy server password, if needed) These parameters are only required if you have a proxy server in place.
For more firewall and proxy information please read the related posting: http://community.collanos.com/index.php/topic,526.msg1456.html#msg1456
|