[NTLUG:Discuss] DHCP/Ntp.conf issue

Jack Snodgrass jack at jacksnodgrass.com
Thu Oct 30 09:39:00 CST 2003


On Thu, 2003-10-30 at 06:46 -0600, Stephen Davidson wrote:
> 
> Is it possible to get the DHCP server to serve up an NTP config file for the local network?  I was not able to find anything about this in the DHCP pages, and the fact that SuSE dhcp client modifies this file leads me to 
> suspect that there may be a way.
> 
> Regards,
> Steve
> 

you'd set up something like:
	option time-offset		-6;	# Central Standard Time
	option ntp-servers		192.168.1.1;
in your dhcpd config file. 

the client would get this info and have to do something with it. 
the server won't send a 'ntp config file'

jack 


> -- 
> Java/J2EE Developer/Integrator
> Co-Chair, Dallas/FortWorth J2EE Sig
> 214-724-7741
> 
> 
> 
> 
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss




More information about the Discuss mailing list