Re: DNS
From: Nuno Paquete (nmp_at_ispgaya.pt)
Date: 09/27/04
- Next message: Nuno Paquete: "Squid problems (first time run)."
- Previous message: mAineAc: "Re: qmail virtual domain setup"
- In reply to: Nathan Peterson: "DNS"
- Next in thread: Nathan Peterson: "Re: DNS"
- Reply: Nathan Peterson: "Re: DNS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 27 Sep 2004 12:42:23 +0100
"Nathan Peterson" <junk_email_here@yahoo.com> escreveu na mensagem
news:AHD5d.14761$Gk4.3979@fe1.texas.rr.com...
> I'm using bind9 on debian for DNS. I would like to force my DNS server
> to assume that a particular DNS server is authoritative on the case of a
> particular domain. Is this possible? How do I do that?
>
> thanks,
> -Nathan
Hi,
I hope I understand your question.
You can configure your server as a slave for the domain you want.
When you configure it as a slave, you have to define the master server, so,
even if the client machines has defined your server as the master, no
problem exists because all the queries are sent to your server, but then,
your server don't answer them directly because it is a slave server for
himself, instead it forward to the "real" master.
In the /etc/named.conf file insert this lines:
zone "mydomain.com" {
type slave;
file "filename";
masters { master_ip_address; };
};
NOTE: Don't forget to type ';' imediatly after master's ip address.
I hope this can help you.
Regards,
Nuno Paquete
- Next message: Nuno Paquete: "Squid problems (first time run)."
- Previous message: mAineAc: "Re: qmail virtual domain setup"
- In reply to: Nathan Peterson: "DNS"
- Next in thread: Nathan Peterson: "Re: DNS"
- Reply: Nathan Peterson: "Re: DNS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|