From owner-freebsd-questions@FreeBSD.ORG Tue May 17 04:18:12 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 BAC4116A4CE for ; Tue, 17 May 2005 04:18:12 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BA5A43D8A for ; Tue, 17 May 2005 04:18:12 +0000 (GMT) (envelope-from espinafre@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so1812687wri for ; Mon, 16 May 2005 21:18:09 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mTDaQpOpKdmDX4R6YERoHr4MMJYNGDQcqwYSTm6JyKy8lO+EFOaeMExlE/uaOE/p9jrJ/lUUUx4s/kK6VOD/nbDMPceeGBmrJy69fbQw4Gtfr4Ziq0soaTzj00+279+bF52Yjy+TZqRceRM/PnzLQptBV1Ffj/ibN3G0Bl0jCoE= Received: by 10.54.129.1 with SMTP id b1mr4052438wrd; Mon, 16 May 2005 21:18:09 -0700 (PDT) Received: by 10.54.2.45 with HTTP; Mon, 16 May 2005 21:18:09 -0700 (PDT) Message-ID: <5ef8c2f0050516211870a4f20a@mail.gmail.com> Date: Tue, 17 May 2005 01:18:09 -0300 From: =?ISO-8859-1?Q?Jos=E9_de_Paula_Rodrigues?= To: freebsd-questions@freebsd.org In-Reply-To: <5ef8c2f005051621143a9f4076@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <5ef8c2f005051621143a9f4076@mail.gmail.com> Subject: Re: changing from dhcp to static ip, changing hostname, etc. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: =?ISO-8859-1?Q?Jos=E9_de_Paula_Rodrigues?= List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 May 2005 04:18:12 -0000 I forgot to say, my router is configured as a DNS proxy (probably the default in your setup, too), so I put its address on /etc/resolv.conf: nameserver 192.168.200.254 "man resolv.conf" should enlighten you about what the "search" option does; I don't need it, so my whole resolv.conf file consists of that single line above.