NTP server configuration -- (Urgent)

1 view
Skip to first unread message

Dhaval Soni

unread,
Mar 21, 2008, 1:39:28 AM3/21/08
to VG...@googlegroups.com
Hello,,,,

I need your help to configure NTP server. I have two system one for Server and another for client. So how can I configure it? I do not know anything about NTP, so please send me steps also.

Thank you,

Regards,
Dhaval Soni

CyberOrg

unread,
Mar 21, 2008, 1:57:07 AM3/21/08
to VG...@googlegroups.com
On Fri, Mar 21, 2008 at 11:09 AM, Dhaval Soni <sonid...@gmail.com> wrote:
> Hello,,,,
>
> I need your help to configure NTP server. I have two system one for Server
> and another for client. So how can I configure it? I do not know anything
> about NTP, so please send me steps also.
>

Here are steps with pictures :)

http://www.novell.com/documentation/sles10/sles_admin/index.html?page=/documentation/sles10/sles_admin/data/cha_netz_xntp.html

Cheers

-J

rajendra raghuwanshi

unread,
Mar 21, 2008, 2:12:43 AM3/21/08
to VG...@googlegroups.com

The /etc/ntp.conf File

The /etc/ntp.conf file is the main configuration file for Linux NTP in which you place the IP addresses of your Primery servers that  you want to use.  
1) First we specify the servers from you want to fatch the time (standard).
server 
 server1.example.com    # this is ntp server
 
2) If this server is also going to provide time for other computers, such as PCs, other Linux servers and networking devices, then you'll have to define the networks from which this server will accept NTP synchronization requests. You do so with a modified restrict statement removing the noquery keyword to allow the network to query your NTP server. The syntax is:
restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
 
 
3) Save the file and restart NTP for these settings to take effect. You can now configure other Linux hosts on your network to synchronize with this new master NTP server in a similar fashion


CyberOrg <jigish...@gmail.com> wrote:

On Fri, Mar 21, 2008 at 11:09 AM, Dhaval Soni wrote:
> Hello,,,,
>
> I need your help to configure NTP server. I have two system one for Server
> and another for client. So how can I configure it? I do not know anything
> about NTP, so please send me steps also.
>

Here are steps with pictures :)

http://www.novell.com/documentation/sles10/sles_admin/index.html?page=/documentation/sles10/sles_admin/data/cha_netz_xntp.html

Cheers

-J


Looking for last minute shopping deals? Find them fast with Yahoo! Search.

Dhaval Soni

unread,
Mar 21, 2008, 2:19:40 AM3/21/08
to VG...@googlegroups.com
So can we use same host ip address for time query...you mention that

1) First we specify the servers from you want to fatch the time (standard).
server 
server1.example.com    # this is ntp server
 
now my system's ip is 192.168.0.1 and name is laptop.exaple.com,
entry like
laptop.example.com

is it ok? I want to configure it on RHEL 5.
Reply all
Reply to author
Forward
0 new messages