Adding Custom NS at Godaddy and Dotster

chrda

Verified User
Joined
Apr 21, 2007
Messages
15
FIXED IT. A IRC-LOG SAVED ME
Just added ns1."red".net and ns2."red".net in the host thingy at godaddy.
2 min later i added the custom dns in dotster managment.. damn a so little thing :)

Main problem:
Errors when adding custom NS in godaddy and dotster with com/net domains.
.info domain works.

First some settings

named.conf
PHP:
// Default named.conf generated by install of bind-9.2.4-2
options {
        directory "/var/named";
        recursion no;
        dump-file "/var/named/data/cache_dump.db";
        statistics-file "/var/named/data/named_stats.txt";
};
include "/etc/rndc.key";
++ all the zones.

tried without recursion also.

Directadmin settings:
hostname: login."red".net
NS1: ns1."red".net
NS2: ns2."red".net

So what i have done.
I bought a domain from godaddy just for making the ns1 and ns2 and that domain "red".net , So godaddy is running DNS managment on "red".net
And NS1 is A pointer to ip *.220 - My First ip on the dedicated server
And NS2 is A pointer to ip *.222 - My Third ip on the dedicated server
rDns does not go back to ns1 and ns2 :) but that shouldnt be needed

Now the problem is when trying to add ns1."red".net and ns2."red".net to these domains:
"blue".net
"green".net
"yellow".net
"brown".com

i only getting errors when adding my custom NS to these domains.
But why is it working for the .info domain?
Also turned off firewall when adding domains. just to be sure :)
Also when adding ns1.pmsdns.org and ns2.pmsdns.org to "yellow".net there is no problem adding custom NS to my domains.

So is it anything wrong with my server?

I know there is a way to make something tricky with Godaddy. i want it done right, beside my main domain is on dotster

Solve this for me and i be grateful.
Used over 24 Hours trying to fix this.
 
Last edited:
Back
Top