littlebig a écrit :
> 
> if my workstations are all the same in hardware, how to set up the dhcp.conf
> for not assigning the MAC and ip for each WS?
> I ask this because if I have 20 WS, I have to get the MAC of 20 WS.
> thanks
> 

looks like something easy as you may already have somtehing like this in
your dhcp.conf

subnet 192.168.0.0 netmask 255.255.255.0 {
        range 192.168.0.1 192.168.0.25;
        range 192.168.0.100 192.168.0.150;
}

simple isn't it ?

don't forget to restart dhcp :)

JOhann

_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to