Date: Thu, 21 Sep 2000 10:32:59 -0500 (CDT) From: Tim Zingelman <zingelman@fnal.gov> To: stable@FreeBSD.ORG Cc: current@FreeBSD.ORG Subject: Re: 'host' command with CNAMEs Message-ID: <Pine.GSO.4.21.0009211026410.5908-100000@nova.fnal.gov> In-Reply-To: <200009192222.PAA29581@freeway.dcfinc.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> As I recall, Sean Kelly wrote: > > I've got two machines here, one running 4.1-STABLE (from Aug 3) and a > > 5.0-CURRENT (from Aug 10) and both of them show the same issue. When > > you use the 'host' command to resolve a CNAME, it will show all the A > > records twice: > > > > (7) smkelly@edgemaster:~$ host www.microsoft.com > > www.microsoft.com is a nickname for microsoft.com > > microsoft.com has address 207.46.130.45 > > microsoft.com has address 207.46.230.218 > > microsoft.com has address 207.46.230.219 > > microsoft.com has address 207.46.230.218 > > microsoft.com has address 207.46.230.219 > > microsoft.com has address 207.46.130.45 It is more complicated than that... the bug only shows up if you specify an alias name... $ host releng4.freebsd.org releng4.freebsd.org is a nickname for usw3.FreeBSD.org usw3.FreeBSD.org has address 209.180.6.227 usw3.FreeBSD.org has address 209.180.6.227 $ $ host usw3.freebsd.org usw3.freebsd.org has address 209.180.6.227 $ - Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.21.0009211026410.5908-100000>