Date: Wed, 4 Apr 2001 00:19:20 -0500 (CDT) From: Dan Debertin <airboss@bitstream.net> To: Daehyun Yoon <yoon@nacse.org> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>, "freebsd-net@freebsd.org" <freebsd-net@freebsd.org> Subject: Re: Slow netstat -r printout Message-ID: <Pine.NEB.4.33.0104040016490.593-100000@amnesia.nodewarrior.org> In-Reply-To: <Pine.GSO.4.31.0104032208270.20210-100000@roc.NACSE.ORG>
next in thread | previous in thread | raw e-mail | index | archive | help
It's taking so long because it's trying to do a DNS resolution of every IP address that it prints. My guess is that @Home uses some non-registered RFC1918 address space for its clients, so those addresses will never resolve, and will take forever not doing so. The -n flag disables DNS resolution, which is why it's so much faster. Dan Debertin Senior Systems Administrator Bitstream Underground airboss@bitstream.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.4.33.0104040016490.593-100000>