Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Small DNS forwarding question




On Jan 31, 2005, at 10:14 AM, Guillaume Gete wrote:

Now, the issue is, every request I send to an unknown, non-internal domain takes a lot longer (about 3 to 7 seconds), while if I chose the other server as my main server, the answer is almost immediate (no cache issue here, I choose other domain names for each try). I think my Xserve is getting connected to the root servers to get its info, which I don't want.

So, my domain being (example) myzone.top, managed on my server on 10.95.1.35, I would like every other request sent to another server with IP 10.95.1.21. How should I do this ? I tried to add a forward statment in named.conf, with no success (and I am not sure that is really the best way). I also added my secondary DNS address directly in the Network System pref on the XServe, but it does not help.

Adding a forwarders statement to named.conf is the way to go here. Post the statement you added if you are unsure of the syntax. Mine looks like this:


options {
        directory "/var/named";
        forwarders {
                        64.89.70.2;
                        64.89.74.2;
                };
        notify yes;
        multiple-cnames yes;
        statistics-interval 1;
        recursion true;
        allow-transfer {none;};
//stats-file "named-stats";
};

Josh
--
Josh Wisenbaker, ACSA
http://www.afp548.com
Breaking my server to save yours.

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macos-x-server mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/macos-x-server/email@hidden

This email sent to email@hidden
References: 
 >Small DNS forwarding question (From: Guillaume Gete <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.