Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2002 18:10:02 -0400
From:      "Kliment Andreev" <klimenta@futurebit.com>
To:        <freebsd-newbies@freebsd.org>
Subject:   Re: newbie NTP install problem
Message-ID:  <001401c252cd$7e254420$0300a8c0@futurebit.local>
References:  <5.1.1.6.0.20020902170006.01c873e8@imap.3dresearch.com> <2349.209.195.180.12.1030952660.squirrel@mirror.3dresearch.com> <2349.209.195.180.12.1030952660.squirrel@mirror.3dresearch.com> <20020902072951.GE21595@freepuppy.bellavista.cz> <5.1.1.6.0.20020902170006.01c873e8@imap.3dresearch.com> <5.1.1.6.0.20020902173907.027d5ce0@imap.3dresearch.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Create the following file /etc/ntp.conf
and put these two lines

server 128.138.140.44   
driftfile /etc/ntp.drift


Edit /etc/rc.conf and put the following lines

# ntpdate clock Boulder, CO      
ntpdate_enable="YES"             
ntpdate_flags="128.138.140.44"   
xntpd_enable="YES"               

                                 
If your clock is 4-6 hours ahead/back set the time local zone with 

% tzsetup



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-newbies" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001401c252cd$7e254420$0300a8c0>