Networking Forums

Networking Forums > Computer Networking > Linux Networking > dhcpd: Assigning address to dual boot machine

Reply
Thread Tools Display Modes

dhcpd: Assigning address to dual boot machine

 
 
Todd Aiken
Guest
Posts: n/a

 
      08-10-2003, 05:31 AM
I'm running dhcpd on a Slackware 9.0 server. My main workstation is dual
boot: W2K on one partition, Linux on another. The partitions have
different hostnames: W2K partition is named W2KWork, Linux partition is
named LinuxWork.

My question is: is it possible for dhcpd on my server to assign the same IP
address to both partitions, regardless of the hostname (ie: assign by mac
address)? Could something like the following be entered in dhcpd.conf?

host * {
hardware ethernet 00:11:22:33:44:55;
fixed-address 192.168.1.2;
}

TIA.
 
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
Command for assigning IPv6 address and MAC address on the interface iceman Linux Networking 7 03-03-2008 07:51 PM
assigning a static local IP to a machine on my home network laredotornado@zipmail.com Wireless Internet 6 03-11-2007 05:13 PM
Assigning IP Range to Wildcard MAC-Adresses with ISC dhcpd Robert Braeutigam Linux Networking 2 03-11-2005 10:17 AM
assigning multiple IP address to one interface via dhcpd Nejat AYDIN Linux Networking 4 06-07-2004 12:26 AM
Boot from EEPROM @ PCI-Card --> Boot from DHCPD/BOOTPD via Linux Daniel Schwager Linux Networking 3 07-06-2003 04:35 PM



1 2 3 4 5 6 7 8 9 10 11