Re: DNS

From: Nuno Paquete (nmp_at_ispgaya.pt)
Date: 09/27/04


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



Relevant Pages

  • Re: Replikations Frage
    ... vom Master auf den Slave kopiert hast und dabei die Permissions auf ... Die Datenbanken auf den Slave Server laufen ohne Probleme. ... # If you want to know which options a program support, ...
    (de.comp.datenbanken.mysql)
  • Re: Cannot get access to router on SBS server
    ... point the DNS server setting to the IP of the SBS ... calling CNetCommit::ValidateFulltimeConnectionProperties. ... Call to Reading web publishing selection returned ok. ...
    (microsoft.public.windows.server.sbs)
  • Re: Herb Martin...Global Catalog SRV record missing!
    ... Error: Root hints list has invalid root hint server: ... DNS server: 128.63.2.53 ... PTR record query for the ...
    (microsoft.public.windows.server.dns)
  • [UNIX] Hardening the BIND DNS Server
    ... Hardening the BIND DNS Server ... Your Domain Name Service is the road sign to your systems on the Internet. ...
    (Securiteam)
  • Using Master as Slave at the same time
    ... The second is configured as Slave using ip 123.123.123.2 ... each server and use the second IP on the master as a slave. ... So, on the Master we added 123.123.123.3, and on the slave we added ... In the slave-DNS we added a new zone as primary-zone with the secondary ip ...
    (microsoft.public.windows.server.dns)