Support intro
Sorry to hear you’re facing problems
help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.
In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:
example
Or for longer, use three backticks above and below the code snippet:
longer
example
here
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can
Nextcloud version (eg, 16.0.0.9):
Operating system and version (CentOS 7):
Apache or nginx version (Apache 2.4.6):
PHP version (7.2.10):
The issue you are facing:
I have two network interfaces on my next cloud server. One is LAN and the other is public facing. I am able to access next cloud on the LAN interface but not the WAN interface. At no point have I been able to access Nextcloud over the internet.
Is this the first time you’ve seen this error? (Y):
Steps to replicate it:
- I pointed the DNS name to the WAN IP
- I added the DNS domain address to “trusted_domains” in the config.php file (transfer.mydomain.com)
- I opened port 80 on the linux firewall (I’ll configure https once I see that everything else is working)
- Attempting to access my nextcloud in a web browser with the DNS name results in (after a while) “Can’t Open The Page”
- I used a DNS lookup tool to verify that my DNS name resolves the correct IP address
What else needs to be done to allow access to NextCloud on the public facing network interface?
Thank you