From owner-freebsd-questions@FreeBSD.ORG Tue Jan 18 06:43:16 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA26916A4CE for ; Tue, 18 Jan 2005 06:43:16 +0000 (GMT) Received: from chello084114137224.1.15.vie.surfer.at (chello084114137224.1.15.vie.surfer.at [84.114.137.224]) by mx1.FreeBSD.org (Postfix) with SMTP id 72EFE43D41 for ; Tue, 18 Jan 2005 06:43:15 +0000 (GMT) (envelope-from 4711@chello.at) Received: (qmail 12235 invoked from network); 18 Jan 2005 06:43:14 -0000 Received: from matrix010.matrix.net (192.168.123.10) by ns.matrix.net with SMTP; 18 Jan 2005 06:43:14 -0000 From: Christian Hiris <4711@chello.at> To: freebsd-questions@freebsd.org Date: Tue, 18 Jan 2005 07:43:13 +0100 User-Agent: KMail/1.7 References: <200501112100.10680.imoore@picknowl.com.au> <200501180321.09452.4711@chello.at> <200501181649.31448.imoore@picknowl.com.au> In-Reply-To: <200501181649.31448.imoore@picknowl.com.au> Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501180743.14290.4711@chello.at> cc: John cc: Rob Subject: Re: ntpd problems since upgrading to 5.3 - found the problem! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jan 2005 06:43:17 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 18 January 2005 07:19, Ian Moore wrote: > > Now I'm not sure what the best way to get around this would be. I run a > caching name server on the machine, so I guess I can tweak it to force > localhost.foo.com resolve to 127.0.0.1 I'm running ntpd and a caching nameserver on one machine, too. The external IP is only referenced by /etc/hosts. My bind holds only the internal networks, including it's own localhost. There also could be some influence from your /etc/resolv.conf, but I'm not sure about. # dig localhost.matrix.net ; <<>> DiG 9.3.0 <<>> localhost.matrix.net ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47348 ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 1 ;; QUESTION SECTION: ;localhost.matrix.net. IN A ;; ANSWER SECTION: localhost.matrix.net. 3600 IN A 127.0.0.1 ;; AUTHORITY SECTION: matrix.net. 3600 IN NS ns.matrix.net. ;; ADDITIONAL SECTION: ns.matrix.net. 3600 IN A 192.168.123.1 ;; Query time: 1 msec ;; SERVER: 192.168.123.1#53(192.168.123.1) ;; WHEN: Tue Jan 18 07:27:54 2005 ;; MSG SIZE rcvd: 87 # cat /etc/resolv.conf search matrix.net nameserver 127.0.0.1 - -- Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x3BCA53BE OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFB7LAC09WjGjvKU74RAkZjAKCC6C+33mjGMf3tK36/36KV0yUrlgCdGpr8 6RVG2fKYma3/+tJbdPrx3YI= =pwmk -----END PGP SIGNATURE-----