Network configuration in FreeBSD
Giorgos Keramidas
keramida at ceid.upatras.gr
Wed Jan 30 16:57:16 PST 2008
On 2008-01-30 22:07, Alphons Fonz van Werven <a.j.werven at 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 :)
More information about the freebsd-questions
mailing list