Subject: Re: slow GNOME
To: None <netbsd-users@netbsd.org>
From: Ian P. Thomas <ipthomas@mac.com>
List: netbsd-users
Date: 08/16/2004 10:33:32
On Aug 16, 2004, at 8:55 AM, Zafer Aydogan wrote:
> Thanks for your reply.
>
> We're using DHCP in our company network, therefore my ip-adress and my
> hostname always changes.
Checkout these options for your dhclient.conf file,
supersede
alias
fixed-address
The example at the end of dhclient.conf(5) shows how a laptop that
roams to different networks is configured. It uses an alias to keep a
fixed-ip. With the use of 'supersede' you may be able to keep the
hostname of your machine what you want, while letting the DHCP server
give you different ip addresses. /etc/hosts could then contain the
aliase's ip with your hostname.
Ian Thomas