Networking Forums

Networking Forums > Computer Networking > Linux Networking > Assign Windows hostname via DHCP (linux)?

Reply
Thread Tools Display Modes

Assign Windows hostname via DHCP (linux)?

 
 
Pandabaer
Guest
Posts: n/a

 
      06-06-2004, 11:25 AM
Hi,

I need to assign hostnames to a windows box via DHCP (linux server). The
dhcpd.conf looks like this:

host pooky101 {
hardware ethernet 00:01:02:03:04:05;
fixed-address 192.168.1.101;
option host-name "pooky101";
}

Is there a possibility to override the hostname (and domain name) of the
windows box (something like computer01) when assigning the ip address?

I don't want to change the hostname manually on all windows boxes.

Thanks
Pandabaer

 
Reply With Quote
 
 
 
 
Cameron Kerr
Guest
Posts: n/a

 
      06-07-2004, 01:41 AM
Pandabaer <(E-Mail Removed)> wrote:

> I need to assign hostnames to a windows box via DHCP (linux server).


DHCP clients generally need to be explicitly configured to set the
hostname via DHCP.

As that is a Windows question, I would suggest you head over to a
Windows NG.

Your dhcpd.conf seems good to my eyes. You might try testing it with
something like Knoppix and dhcpcd (not all DHCP clients set hostnames,
and none do it by default AFAIK).

--
Cameron Kerr
(E-Mail Removed) : http://nzgeeks.org/cameron/
Empowered by Perl!
 
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
hostname not visible when Linux PC receives IP from router DHCP tek Linux Networking 2 11-13-2007 08:07 PM
Assign a 2nd hostname Jeff Windows Networking 1 05-27-2004 12:55 AM
linux windows hostname problem Dhruv Linux Networking 4 10-08-2003 07:12 AM
linux windows hostname problem Dhruv Linux Networking 3 10-07-2003 09:01 PM
linux windows hostname problem Dhruv Linux Networking 1 10-07-2003 04:14 PM



1 2 3 4 5 6 7 8 9 10 11