From owner-freebsd-questions@FreeBSD.ORG Thu Jan 31 00:57:16 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A9FC16A41B for ; Thu, 31 Jan 2008 00:57:16 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from mx-out.forthnet.gr (mx-out.forthnet.gr [193.92.150.104]) by mx1.freebsd.org (Postfix) with ESMTP id 74A2213C43E for ; Thu, 31 Jan 2008 00:57:15 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from mx-av-03.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) by mx-out-02.forthnet.gr (8.14.0/8.14.0) with ESMTP id m0V0vDIw000533 for ; Thu, 31 Jan 2008 02:57:13 +0200 Received: from MX-IN-01.forthnet.gr (mx-in-01.forthnet.gr [193.92.150.23]) by mx-av-03.forthnet.gr (8.14.1/8.14.1) with ESMTP id m0V0vD7F012759 for ; Thu, 31 Jan 2008 02:57:13 +0200 Received: from kobe.laptop (ppp47-170.adsl.forthnet.gr [62.1.64.170]) by MX-IN-01.forthnet.gr (8.14.2/8.14.2) with ESMTP id m0V0v7Nk009549 for ; Thu, 31 Jan 2008 02:57:08 +0200 Authentication-Results: MX-IN-01.forthnet.gr smtp.mail=keramida@ceid.upatras.gr; spf=neutral Authentication-Results: MX-IN-01.forthnet.gr header.from=keramida@ceid.upatras.gr; sender-id=neutral Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id m0V0v68B002710 for ; Thu, 31 Jan 2008 02:57:06 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id m0V0v5E4002709 for freebsd-questions@freebsd.org; Thu, 31 Jan 2008 02:57:05 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Thu, 31 Jan 2008 02:57:05 +0200 From: Giorgos Keramidas To: freebsd-questions@freebsd.org Message-ID: <20080131005704.GA2640@kobe.laptop> References: <7c7927920801300847v665e7322ufb512701c0b1070a@mail.gmail.com> <200801302244.25990.wahjava.ml@gmail.com> <7c7927920801300919v4df4786bsc97c8e027dda4e5a@mail.gmail.com> <20080130175155.GA80106@gizmo.acns.msu.edu> <7c7927920801300957m5bb6e402p53f59786fb534a72@mail.gmail.com> <7c7927920801301001p38357709hba158efccfb49113@mail.gmail.com> <20080130195614.GD80674@gizmo.acns.msu.edu> <7c7927920801301209k59a8e07ft474e46a3149ce158@mail.gmail.com> <20080130213045.GA81204@gizmo.acns.msu.edu> <47A0F51E.4090408@student.utwente.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47A0F51E.4090408@student.utwente.nl> Subject: Re: Network configuration 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: Thu, 31 Jan 2008 00:57:16 -0000 On 2008-01-30 22:07, Alphons Fonz van Werven wrote: > Jerry McAllister wrote: > [/etc/resolv.conf] > >> I think DHCP makes it if you do dynamic > > It did so in 6.1-RELEASE and it's not likely that this has changed. > In fact, I had to explicitly config DHCP to not overwrite my resolv.conf > (because I wanted my own DNS server to be queried before the ISP's). FWIW, there's an option which may help with this: [ in dhclient.conf ] interface "ath0" { prepend domain-name-servers 196.168.1.1; } That's what I currently use :)