Hello, I have a domain name which my Asus router is creating with free ddns service. Let’s assume it’s myhome.asuscom.com. So I had a Raspberry Pi connected to my modem with a static ip number as 192.168.1.1001 and I was able to connect to it (octoprint) by entering myhome. asuscom. com:1001 from outside of my network. (using the port 2000 which I set up)
But after I connected another raspberry pi and installed the nextcloud with docker, at some point it asked me to enter my domain to create a new instance. So I entered again the same address: myhome.asuscom.com
Now whenever I try to connect to myhome.asuscom.com it’s connecting to nextcloud’s admin page without any SSL issue. (I have forwarded the requested ports for sure as mentioned in the setup instrcutions)
But now, I can’t connect anymore to my other raspberry using the domain name. myhome.asuscom.com:2000 no longer connects. I have to use its internal ip. (192.168.1.1001:2000) With the local internal ip it connects. So what has Nextcloud done to my domain? And how can I disable it or take it back? Or somehow make all these work via my domain?
Thanks.