I am trying to install the new Pydio cells to a vps. I have followed instructions from https://pydio.com/en/docs/cells/v1/ubuntu-systems and i am facing the following error
ERROR nats Could not run {“error”: “No private IP address found, and explicit IP not provided”}
I have followed the instructions on the “Networking issues” section of the same page and still can’t seem to resolve the issue.
Anyone has any idea whats the problem and how i could address it?
Hi,
could you give me the details on your setup, PHP, Ubuntu and Mysql Version.
Then i would like to know/see what you’ve put into the fields for your pydio installation and more importantly the ones that you have on the cli when you use ./cells install.
Because of security, nats service can run only in local network whose its ip address is in https://en.wikipedia.org/wiki/Private_network. You see this error because this machine has only loopback and public ip.
You can use “IP aliasing” to add to the vps a virtual ip address.
Sorry for intruding on your thread, but I couldn’t find anywhere in the documentation requirement anything about 2 networks. Could someone point me to the part about 2 NIC requirements?
I created an alias for NIC1 with local IP range, like you did and after that I could start cells.
Regards