> I've got a customer that says you can redirect a name server to a > name server. Call me late for dinner but can you do that? > > So if his domain is using our DNS can we then create an A-record > with his name server IP? You see he's got a .info that is locked to > our DNS (sunrise reg) and although we could redirect it to a URL it > would not resolve as his domain.
All you need to do is setup your nameserver to secondary from theirs
(and for them to allow your nameserver to do zone transfers axfrs).
If you're using BIND something like this:
zone "domain.name" {
type slave;
file "domain.name";
masters { X.X.X.X; };
};
should do it where X.X.X.X is the IP address of their nameserver.
Mark.
msg12143/pgp00000.pgp
Description: PGP signature
