--- Florin <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] (SI Reasoning) writes:
>
> > I just checked my DHCP leases on my Cooker DHCP
> server
> > (dhcp-common-3.0-1rc8.1mdk,
> > dhcp-server-3.0-1rc8.1mdk). I then noticed that
> only
> > windows machines had a hostname, the Linux clients
> > (dhcpcd-1.3.22pl1-3mdk) were all blank. Is that a
> bug?
> > Each client has a hostname such as my laptop is
> > sidell.home.network.
> >
>
> Hi there,
>
> you're saying that this used tp work with rc7 ?
>
I just recently setup bind (through webmin) and
therefore looked at the dhcp leases and noticed this.
Since this was my first bind attempt I cannot
guarantee I got it right.
> what is your dhcpd.conf file ? Have you configured
> bind to work with dhcp
use-host-decl-names on;
option domain-name-servers 192.168.1.1;
option ntp-servers 192.168.1.1;
option x-display-manager 192.168.1.1;
option font-servers 192.168.1.1;
option time-servers 192.168.1.1;
option domain-name "home.network";
# default file for dhcpd
# replace 192.168.1.1 by the IP adress of the server
(same server for
# all services in this config file)
server-identifier sidereal.home.network;
default-lease-time 36000;
max-lease-time 144000;
ddns-update-style none;
subnet 192.168.1.0 netmask 255.255.255.0 {
option ntp-servers 192.168.1.1;
option x-display-manager 192.168.1.1;
option font-servers 192.168.1.1;
range 192.168.1.65 192.168.1.254;
option domain-name "home.network";
option domain-name-servers 192.168.1.1 ,
207.203.32.20 , 205.152.16.8;
option lpr-servers 192.168.1.1;
option netbios-name-servers 192.168.1.1;
option routers 192.168.1.12;
option subnet-mask 255.255.255.0;
option time-servers 192.168.1.1;
ddns-rev-domainname "in-addr.arpa";
ddns-update-style ad-hoc;
}
> ?
>
> cheers,
> --
> Florin http://www.mandrakesoft.com
>
=====
SI Reasoning
[EMAIL PROTECTED]
A requirement of creativity is that it contributes to change. Creativity keeps
the creator alive.
-FRANK HERBERT, unpublished notes
__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/