wwe
August 30, 2022, 6:57pm
5
The solution is what called split-bran DNS or split-horizon DNS - in short words you point exactly the same hostname to different IP addresses - in the internet it points to you public IP and within LAN to your internal IP (ideally both point to your external reverse proxy). This makes all the clients access the system in a same way (only the very low level details differ)
See similar discussions (most of the topic has multiple references as well):
I am running a nextcloud 18.0.11 on an own server behind a fritzbox. Since the last client of the android nextcloud app all users suffer a connection issue, when the phone is logged into a WIFI-network. The connection issue seems not to be there, when accessing from mobile network or even VPN to the university network. There is no connection attempt appearing in the nextcloud log, the app shows the message “Server nicht verfügbar”, when being opened while connected to a WIFI.
Setup Information: …
Hi there !
I’m facing a problem with external access to nextcloud :
I have a domain name on no-ip (because my router has a dynamic ip). First I could acces only with my phone and 4G. I’ve partially solved this problem with dnsmasq and adding domain name in /etc/hosts so now I can access from my computer (wifi and ethernet) but still can’t access with my phone on wifi. It seems that it’s because my router can’t deal with nat loopback. Is there any workaround to this annoying problem ?
Thanks f…
I am new to NextCloud server and I must say the documentation is much better than owncloud and many other open-sources projects. That said, after I successfully installed Nextcloud 20.0.5 on my local machine running Ubuntu 20.04 LTS everything seems to be working flawlessly, then I went to connect my Android mobile phone… only to discover that the server can’t be found on the LAN.
No sweat… I went back to https://docs.nextcloud.com/ , expecting to find some official documentation explaining ho…
Hallo User,
leider muss ich mich schon wieder einmal melden. In einem anderen Thread hatte ich vor kurzem das Problem mit “trusted_domains” aus der config.php. Dies hatte sich ohne mein Zutun von selber gelöst. Nun habe ich folgenden neuen Effekt:
Mein Zugriff auf die NC, ich nutze NextCloud Pi, geht nur noch vollständig aus dem öffentlichen Netz heraus, intern geht es zeitweise nur über eine Zertifikatsausnahmeregelung (Let’s Encrypt), teilweise erhält man nur den Hinweis auf ein Verbindungsp…
I have set up NC behind Nginx Proxy Manger and Cloudflare, with Let’s Encrypt certificates, in Docker on a QNAP NAS. Works well.
However, I need a way to access NC locally via the server’s IP address, with the connection still being via https. I can’t for the life of me figure out how to do that. Do I need to generate my own certificates, even set up my own Certificate Authority, etc.?
The alternative is to access NC (only locally!) via http. It’s my reasonably secure home network. What kinds …