This is a discussion on DHCP server within the Linux software forums, part of the Linux Getting Started category; I want my dhcp server to assign static ip to a pxe enabled dell box.So this client (pxe enabled dell ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
| Sponsored Links | ||
|
|
|
|||
|
You can assign specific IP addresses/static based on clients ethernet address (MAC addres
e.g. add following line to your dhcpd.conf file (/etc/dhcpd.conf):Code:
host dellbox {
hardware ethernet 08:ac:2b:dc:51:11;
fixed-address 192.168.1.22;
}
This way dellbox getting "static" IP addresse. Next restart dhcpd and you are done. Boot dellbox. If you have a more question reply back. |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| single DHCP server with multiple VLAN's | frank | Computer Networking and Internet/broadband | 2 | 12-07-2007 01:38 PM |
| connecting to a DHCP network | ricc | Linux software | 2 | 04-24-2006 01:46 PM |
| Dynamic DNS , should get updates automatically from DHCP | sonaikar | Linux software | 1 | 03-28-2005 01:14 PM |
| How to update DNS through DHCP automatically | sonaikar | Shell scripting | 1 | 03-16-2005 07:42 PM |