I have set-up a dhcp server which works fine. Running RH7.3. 
Would like centralize all time functions to this server for all windows
clients. 

Can sync up the linux boxes manually with success. Are there any other
options that are needed for the windows boxes to be successful?
Any comments?



subnet 10.88.10.0 netmask 255.255.255.0 {
        option netbios-node-type 8;
        option netbios-name-servers 10.88.10.9 , 10.88.10.11;
        option subnet-mask 255.255.255.000;
        option domain-name "clarkweb.edu";

        option time-servers 10.88.10.10;

        option domain-name-servers 10.88.10.50;
        option routers 10.88.10.50;
        max-lease-time 14000;
        default-lease-time 10000;
        range dynamic-bootp 10.88.10.30 10.88.10.49;
        }



Roger
-- 
**********************************
Roger Schmeits
System Analyst
Clarkson College
http://www.clarksoncollege.edu
Omaha, NE USA
1-800-647-5500 x22542
********************************* 



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to