From owner-freebsd-questions@FreeBSD.ORG Sat Jul 30 17:04:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 05AAB16A41F for ; Sat, 30 Jul 2005 17:04:18 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id C652743D46 for ; Sat, 30 Jul 2005 17:04:17 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j6UH4GqY029243 (version=TLSv1/SSLv3 cipher=DES-CBC3-SHA bits=168 verify=NO); Sat, 30 Jul 2005 10:04:16 -0700 Message-Id: <6.1.0.6.2.20050730095840.13b30e40@cobalt.antimatter.net> X-Sender: lists@cobalt.antimatter.net X-Mailer: QUALCOMM Windows Eudora Version 6.1.0.6 Date: Sat, 30 Jul 2005 10:00:24 -0700 To: rsh.lists@comcast.net, freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <42EB97FA.1080904@comcast.net> References: <42EB97FA.1080904@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: network info X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2005 17:04:18 -0000 At 08:08 AM 7/30/2005, Sean wrote: >What command can display all the network parameters assigned from dhcp, >such DNS? >I have looked at ifconfig and netstat but unless I missed a switch I do >not see them as correct choices. Not exactly one command, but you could do ifconfig && cat /etc/resolv.conf If it's something you need to do frequently, you could make an alias for it, or a shell script. -Glenn >Basically the equiv of ipconfig /all in Windows? > > Thanks > Sean >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"