User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)
Is there a way to flush the DNS cache on OS X Server 10.3.5? I could not
find anything in Server Admin and when I tried to run rndc flush at the
command line it just tanked.
By default, Apple has rndc listenining on port 54 (instead of the
expected 953). So, you have to specify the port manually:
`rndc -p 54 reload`
You can change this in /etc/named.conf:
At the top you'll find something like this:
controls {
inet 127.0.0.1 port 54 allow {any; };
};
Change the port number to what you want, restart bind, and you're set.
--
<:> Aaron Jensen
<:> email@hidden
<:> 760.213.2518
<:> Web Consultant - Design, Programming, and Hosting
<:> www.visualprose.com
_______________________________________________
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