Wildcard DNS question

Hi Everyone,

I'm trying to make all subdomains queries to my domain (keeple.com) point to my linode. I am using the Linode DNS Manager.

I currently have {empty} and www pointing to my linode and mail pointing to my mail server (located elsewhere). All is working ok for these three.

A/AAAA Records
Host Name     IP Address  TTL     Edit    Remove
{empty}    67.18.208.129   Default     Edit    Remove
www     67.18.208.129   Default     Edit    Remove
mail     82.95.246.167   Default     Edit    Remove
*     67.18.208.129   Default     Edit    Remove

As you can see I added a star (*) record. But no matter what I try (using Nabber's excellent DNS check tool at http://www.nabber.org/projects/dnscheck/), I'm not getting any results when I query test.mydomain.com. Am I doing something wrong?

3 Replies

Hmm, it was either a slow updating DNS or due to the host reboot of this afternoon. But my wildcard seems to be working now.

How long does it take for a DNS entry to become effective? Should be instant right?

@robin303:

How long does it take for a DNS entry to become effective? Should be instant right?

The update of the linode server may be instantaneous (I don't know either way), but the tool you are using to check almost certainly is pointing at it's own caching server, which may or may not be caching negative results. In other words, "it depends".

If you install 'dig' on your linode (or your home Linux box), you can query arbitrary servers and get complete results.

From the DNS manager page:

> Zones that require generation, activation/deactivation or deletion are done so every 15 minutes.

The last generation time for each domain is showed on the page, you can check that to see if your changes have been applied to the server yet. If it's after the last updated time and you're still having issues than it's the caching like others have described.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct