Networking Forums

Networking Forums > Computer Networking > Linux Networking > empty server-name in dhclient-eth0.leases

Reply
Thread Tools Display Modes

empty server-name in dhclient-eth0.leases

 
 
Dirk Petera
Guest
Posts: n/a

 
      07-09-2003, 12:33 PM
Hello,

I setup a DHCP client/server configuration between 2 RedHat 9 boxes.
My dhcpd.conf file :

ddns-update-style none;

one-lease-per-client TRUE;

subnet 172.16.0.0 netmask 255.255.0.0 {
server-name "myhost";
option domain-name "mydomain.de";
option routers 172.16.16.139;
option ntp-servers 172.16.16.139;
}

host dhcp-client {
hardware ethernet 00:30:05:42:B1:B2;
fixed-address 172.16.135.31;
option host-name "dhcp-client";
}

and my dhclient-eth0.conf file :

request subnet-mask, host-name, domain-name, routers, ntp-servers;

After rebooting the DHCP client box, the server-name entry in the
dhclient-eth0.leases file is

server-name "";

Why is this empty ? What do I do wrong ? I also tried providing the
FQDN as server-name in dhcpd.conf but it didn't help. The server-name
is sent, however, as revealed by ethereal.

Thanks in advance for any help.

Dirk
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: server share folders empty Lawrence Garvin \(MVP\) Windows Networking 1 02-07-2009 07:05 PM
New server FTP failures - empty files Dienstag W Linux Networking 1 01-10-2009 06:58 PM
[dhclient]force use of a well known dhcp server mbm Linux Networking 3 04-03-2008 06:52 PM
wifi, dhclient and pdnsd, after connection reestablished dns server refuses Cacadril Linux Networking 0 07-12-2007 05:40 PM
Router with DHCP server that offers static (permanent) leases Arthur Linux Networking 2 06-23-2004 07:07 PM



1 2 3 4 5 6 7 8 9 10 11