DNS with Google domain
I have received my domain name from google domains. I am using custom name servers ns1.linode.com, ns2.linode.com, etc. I added the IPV4 and IPV6 adresses to a registered host on google domains. For this lets say its illenexample.com
I tested the website with the pure IP address on my linode remote access (ie. 198.99.99.999)
How do I set these up so that if i type in illenexample.com into a browser it will direct it to 192.99.99.999?
15 Replies
198.99.99.999 works but
I am in the DNS manager for linode:
Breadcrumb is DNS Manager >> ns1.illenexample.com
SOA record as my Linote ns1.linode.com
my NS records all show ns1.illenexample.com
I ahve an MX record that says mail.illenexample.com
In A/AAAA records I have :
Hostname | IP Address | TTL
| 198.99.99.999 | Default
mail | 198.99.99.999 | Default
www | 198.99.99.999 | Default
www | 198.99.99.999 | Default
| 2600:3c02::xxxx:xxxx:xxxx:xxxx | Default
mail | 2600:3c02::xxxx:xxxx:xxxx:xxxx | Default
www | 2600:3c02::xxxx:xxxx:xxxx:xxxx | Default
No CNAME Reocrds
No TXT Record
No SRV Records
No CAA records
What have i set up wrong?
"
Your zone looks good!
zone ns1.illenexample.com/IN: ns1.illenexample.com/MX 'mail.illenexample.com' (out of zone) has no addresses records (A or AAAA)
zone ns1.illenexample.com/IN: loaded serial 2017122234
OK
"
If it does then this is no longer a DNS issue.
zoidberg:~ peter$ dig @8.8.8.8 a cdetlef.com
; <<>> DiG 9.8.3-P1 <<>> @8.8.8.8 a cdetlef.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 19452
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;cdetlef.com. IN A
;; Query time: 531 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Sat Dec 30 16:10:40 2017
;; MSG SIZE rcvd: 29
zoidberg:~ peter$
"It looks like you've changed your name servers. All settings for your domain (including website, email, synthetic records and resource records) are currently disabled. To enable these settings, you will need to restore the Google Domains name servers."
The place to add the A records is in the "Custom resource records" section, which the above message implies is disabled.