There's still more to be done:
Code:
$ whois dm-gremlin.com
Whois Server Version 2.0
Domain names in the .com and .net domains can now be registered
with many different competing registrars. Go to http://www.internic.net
for detailed information.
Domain Name: DM-GREMLIN.COM
[...]
Domain servers in listed order:
NS1.DM-GREMLIN.COM
NS2.DM-GREMLIN.COM
$ host ns1.dm-gremlin.com
ns1.dm-gremlin.com has address 64.71.152.195
$ host ns2.dm-gremlin.com
ns2.dm-gremlin.com has address 64.71.152.195
The two name servers designated for this domain are the same machine, which is a
Bad Idea. The same thing is true for starkravenmusic.com.
I suggest doing the following:
1. Go into the
Linode DNS manager and add domain zones for dm-gremlin.com and starkravenmusic.com.
2. Add
DNS records for each name (e.g., www) that you need to resolve. You may be able to
import these from your existing name server.
3. Wait 15 minutes, then check that Linode's name servers are resolving your names properly. Try
Code:
dig www.dm-gremlin.com @ns1.linode.com
plus any other names your machine is known by in place of 'www.dm-gremlin.com'. These should all resolve to 64.71.152.195.
4. Go to your
domain registrars, and change your nameservers to ns1.linode.com, ns2.linode.com, ns3.linode.com, ns4.linode.com, and ns5.linode.com (it's OK if you can't enter all five in, as long as you have at least two).
5. Wait 24-48 hours, then check that everything is working with
Code:
dig www.dm-gremlin.com
The authority section should list ns1.linode.com, ns2.linode.com, etc.,
not ns1.dm-gremlin.com.
6. If all looks good, shut down bind on your machine and configure it not to start up again on reboot.