Hi all,
I'm trying to connect to my share server (7.1) from another machine on the same network but I'm having some issues.
If I use the default 127.0.0.1:8080 I get a refused connection. If I use the IP of the machine the server is running on, the connection times out.
Is there something I have to change in regards to port forwarding? I'm also looking to make this server accesable from different networks and would greatly appreciate any help in regards to that. I read something about changing the IP of the server to a public one but not quite sure how to do that.
I used the docker compose to start it.
Thank you!
Solved! Go to Solution.
Hi,
If you can access to the http://127.0.0.1:8080/share from local Alfresco server, this is the network question, not an Alfresco.
127.0.0.1 is an IP address of the computer itself. In other words it is the IP address of localhost. To communicate with anothe computers in the local network it have anothe IP address.
Try:
good luck
Hi,
If you can access to the http://127.0.0.1:8080/share from local Alfresco server, this is the network question, not an Alfresco.
127.0.0.1 is an IP address of the computer itself. In other words it is the IP address of localhost. To communicate with anothe computers in the local network it have anothe IP address.
Try:
good luck
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.