On Wednesday 28 November 2007 20:43:25 Bleier Thomas wrote:
Hi Fajar, on the Linux DHCPD I would add an "allow" directive to the pool, and put your LTSP clients in a class:
subnet 10.0.0.0 netmask 255.255.255.0 { .... class "ltsp" { match if ... }
pool { ... allow members of "ltsp"; } } You said you have to have your W2K server running - but couldn't you just disable the DHCP-Server on it and serve all your clients form the Linux DHCPD? Recent versions of dhcpd also support dynamic DNS registration, so I don't see any (technical) reason why to keep the W2K DHCP...
Dear friends, Thank you very much for all the help. Much appreciated.