The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Bind 8091 to localhost

Bart Vrancken
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 21, 2020

currently i have confluence running, but the synchrony port is not bound to localhost:

 

tcp6 0 0 127.0.0.1:8000 :::* LISTEN 56547/java
tcp6 0 0 127.0.0.1:8090 :::* LISTEN 56547/java
tcp6 0 0 :::8091 :::* LISTEN 57830/java

 

Yes, i can firewall this, however i want to make security properly implemented. however i cant find any documentation how to bind 8091 only to localhost. In the apache/nginx config its only explained for the 8090 port which you can see i have done.

3 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Carsten Klein
January 19, 2021

Must be set as a CATALINA_OPTS JVM system property, see <confluence-root>/bin/setenv.(sh|bat).

The property is called synchrony.bind, see https://confluence.atlassian.com/doc/recognized-system-properties-190430.html

0 votes
Bart Vrancken
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 21, 2020

@Najjar _Innovura_ please read my post ... synchrony  is listening on the public IP and not localhost , this is my whole issue (out of the box) which i want to fix. I don't like having open services that are unnneeded.

0 votes
Najjar _Innovura_
Atlassian Partner
June 21, 2020

Hi @Bart_Vrancken 

When you install confluence with default settings it runs Confluence Tomcat server on port 8090. and users (client machines) access Confluence through 8090

And synchrony comes out of the box running on port 8091 and should not be opened publicly since users (client machine) communicate with Synchrony through Confluence Tomcat Server and confluence contacts synchrony internally. 

So opening port 8091 will not do any impact unless you are hosting your Synchrony separately or using DataCenter 

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events