Subdomain DNS issues

Hi

I have installed owncloud server on AWS EC2 instance, all working well.

I have a web-server handling all my domains and subdomains on another AWS EC2 instance.

I want to redirect cloud.mydomain.com to owncloud server instance. Im using Plesk, so that’s easy. The subdomain in DNS lookup resolves to web server ip.

However if I type the url into browser window the URL doesn’t resolves to a valid ip.

The owncloud server instance security group inbound rules include HTTP, HTTPS, SSH and DNS (TCP), DNS (UDP). Both DNS rules allow the web server IP to access the owncloud server.

As Im an amateur It would be great if anyone can point me in the right direction.

Thx

Well, if it is a DNS issue it has nothing to do with OC at all…

Figure it out by using nslookup in Windows-CMD or host on a Linux client.

C:\User>nslookup www.mydomain.com
Server:  router.dom.local
Address:  192.168.95.254

Nicht autorisierende Antwort:
Name:    www.mydomain.com
Addresses:  52.222.179.36
          52.222.179.23
          52.222.179.37
          52.222.179.5

If it shows the correct IP it is NOT a DNS issue. Well, usually not…

/KNEBB

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.