Re: Can't find server IP address
Adrian Bhagat said:
I had to hard reset my router which meant the port forwarding rules were lost.
Now, I am following the instructions in the 'Public Firewall Setup' article to reestablish them.
In order to find my server's IP address, I went to the Easify Connecion Manager and tried to edit the server. I got the message 'Cannot communicate with Easify Server'
The server is running on the local machine and the app is connecting to it fine.
The server log has this: Easify Server Odata available on https://0.0.0.0:1234
Should the address in the port forwarding rule be set to 0.0.0.0 or should it be the IP of the local computer?
Thanks for your help
The router should forward traffic to the local IP address of the computer onto the port mentioned in the log file.
So if your Easify Server PC has an IP address of 192.168.0.5 you would route traffic on your router to 192.168.0.5 port 1234.
From a technical point of view the address 0.0.0.0 means "all IP addresses" on the network card of the Easify Server PC and is used by the Easify Server so that it can receive requests on any of its local IP addresses. Even if your Easify Server only has one IP address (which is typical) it will still have a loopback address of 127.0.0.1 which is used by the Easify Server itself. You can ignore this though and just use the local IP address.
Also bear in mind that the PC that the Easify Server is running on must have a static local IP address that doesn't change. Otherwise the port forwarding rule would break if the Easify Server got given a different IP address the next time it started.
Regards - Richard (Easify Developer)