From owner-freebsd-questions@FreeBSD.ORG Wed Jun 1 02:59:47 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 6A43416A41C for ; Wed, 1 Jun 2005 02:59:47 +0000 (GMT) (envelope-from Qiang.Xu@fujixerox.com) Received: from mx1.fujixerox.co.jp (mx1.fujixerox.co.jp [192.26.96.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7E3843D48 for ; Wed, 1 Jun 2005 02:59:46 +0000 (GMT) (envelope-from Qiang.Xu@fujixerox.com) Received: from isvw1.fujixerox.co.jp ([129.249.27.131]) by mx1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j512xiC03472 for ; Wed, 1 Jun 2005 11:59:44 +0900 (JST) Received: from ms1.fujixerox.co.jp (isvw1 [129.249.27.131]) by isvw1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j512xho21182 for ; Wed, 1 Jun 2005 11:59:43 +0900 (JST) Received: from sgpaphq-smtp01.fujixerox.com ([13.198.8.73]) by ms1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j512xfP00821 for ; Wed, 1 Jun 2005 11:59:41 +0900 (JST) Received: from 10.198.8.10 by sgpaphq-smtp01.fujixerox.com with ESMTP id 55609881117594759; Wed, 01 Jun 2005 10:59:19 +0800 Received: from localhost (localhost [127.0.0.1]) by localhost.sgp.fujixerox.com (Postfix) with SMTP id D96AA1D93F for ; Wed, 1 Jun 2005 10:52:26 +0800 (SGT) Received: from sess.xssc.sgp.xerox.com (unknown [13.198.33.122]) by imss.sgp.fujixerox.com (Postfix) with ESMTP id 4CC8C1D8FE; Wed, 1 Jun 2005 10:52:24 +0800 (SGT) From: Xu Qiang To: freebsd-questions@FreeBSD.org Date: Wed, 1 Jun 2005 11:02:17 +0800 X-Sent-Folder-Path: Sent Items X-Mailer: Oracle Connector for Outlook 9.0.4 60130 (9.0.2711) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: <20050601025224.4CC8C1D8FE@imss.sgp.fujixerox.com> Cc: "Qiang \(XSSC\) Xu" Subject: DNS and Gateway in FreeBSD? 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: Wed, 01 Jun 2005 02:59:47 -0000 Hi, all: = In setting up my FreeBSD machine in my LAN, I only assigned it an ip addres= s and a netmask, just as the handbook said (http://www.freebsd.org/doc/en_U= S.ISO8859-1/books/handbook/config-network-setup.html). = But after that, it can identify the proxy server's name even i didn't give = it an explicit DNS server ip address. (It can ping proxy.abc.com) And I fou= nd the gateway is also found automatically by the machine. (It is automatic= ally added into the line beginnin with "defaultrouter=3D") Is it designed behavior? I can't understand that. :( Regards, Xu Qiang