LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   always fetch the same ip addresses everytime they boot (https://www.linuxquestions.org/questions/linux-newbie-8/always-fetch-the-same-ip-addresses-everytime-they-boot-724323/)

thetotzky04 05-07-2009 02:16 AM

always fetch the same ip addresses everytime they boot
 
How can I make a dhcp server that will fetch the same ip addresses even they(workstations) reboot??

flopypl 05-07-2009 02:22 AM

You can configure DHCP server with MAC address of workstation, and than it will always take this same IP.

ddaemonunics 05-07-2009 03:26 AM

A dhcp server assigns IP addresses to workstations.
After the general dhcp server configuration...it;s something like this

host agri2 {
hardware ethernet 00:1a:4d:2c:59:2f;
fixed-address 192.168.1.11;
}


All times are GMT -5. The time now is 05:30 AM.