01-07-2022 03:29 PM
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!
01-08-2022 04:30 AM
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
01-08-2022 04:30 AM
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
Explore our Alfresco products with the links below. Use labels to filter content by product module.