• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved Domain Name Server

areawise

New Pleskian
Setup AWS Lightsail with Plesk,

Created dns on aws
Setup A Record and change name server on domain panel but domain is not opening.
  • ns-170.awsdns-21.com
  • ns-1476.awsdns-56.org
  • ns-972.awsdns-57.net
  • ns-1555.awsdns-02.co.uk
domain: areawise.org

Could you please anyone guide this?
 
Your domain "areawise.org" does not have an A record in the DNS zone.
You only have an A record for "www.areawise.org", but not without www.

Solution: Add an A record for "areawise.org" that points to the same IP as the entry for "www.areawise.org".
 
@Monty is right:

# dig areawise.org @ns-1476.awsdns-56.org

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-9.P2.el7 <<>> areawise.org @ns-1476.awsdns-56.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62063
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;areawise.org. IN A



# dig www.areawise.org @ns-1476.awsdns-56.org

; <<>> DiG 9.11.4-P2-RedHat-9.11.4-9.P2.el7 <<>> www.areawise.org @ns-1476.awsdns-56.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50569
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;www.areawise.org. IN A

;; ANSWER SECTION:
www.areawise.org. 60 IN A 3.6.165.49
 
Thanks for reply and its really struggling for website up.

I have set A record (without www) in domain panel but unable to do in aws domain dns. Pls see in screenshot and suggest.
AWS dns - Screenshot
Domain DNS Panel - Screenshot

Please check and suggest if anything I doing wrong.

Highly appreciate for help.

Thanks.
 
Have you tried what is suggested in the tooltip? "Enter @ to point areawise.org to an IP address"
 
Great. Its work now.
One more problem, ssl activated but not opening with https

The component is missing in CSR.

Kindly assist for this.

Thanks a lot for this help.
 
Back
Top