Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2008 02:57:05 +0200
From:      Giorgos Keramidas <keramida@ceid.upatras.gr>
To:        freebsd-questions@freebsd.org
Subject:   Re: Network configuration in FreeBSD
Message-ID:  <20080131005704.GA2640@kobe.laptop>
In-Reply-To: <47A0F51E.4090408@student.utwente.nl>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2008-01-30 22:07, Alphons Fonz van Werven <a.j.werven@student.utwente.nl> 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 :)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080131005704.GA2640>