On Sun, Jan 04, 2004 at 11:10:23AM +0100, Manfred Lotz wrote:
> On Saturday 03 January 2004 23:00, Malte von dem Hagen wrote:
> > http://www.alliednetworks.de/content/customers/m/howto/
>
> ...
> sysquery: no addrs found for root NS (A.ROOT-SERVERS.NET)
> ...
> sysquery: no addrs found for root NS (M.ROOT-SERVERS.NET)
> ...
Das Problem kenne ich, da man ja die Nameserver des Providers
fragen will, braucht man auch kein named.root.
zone "." {
type hint;
file "named.root";
};
ersetzen durch:
zone "." {
type hint;
file "/dev/null";
};
Hoffe das hilft.
bye,
Da.Ta.
-- http://wiki.pilgerer.org/ - Das WikiWeb fuer alle UnixFans und die, die es werden wollen. To Unsubscribe: send mail to majordomo.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sun 04 Jan 2004 - 18:52:44 CET