RE: time server & dhcp client (win2k)

2003-01-08 Thread Cameron . Davidson
> If you want your Windows clients to see the time server you > must have samba > running so Windows can read the time from the Linux server. > On Linux if you > don't have NTP running you should, use one server on your > network as the > Time Source (and have it sync with another tier one/two

Re: time server & dhcp client (win2k)

2003-01-08 Thread David Busby
If you want your Windows clients to see the time server you must have samba running so Windows can read the time from the Linux server. On Linux if you don't have NTP running you should, use one server on your network as the Time Source (and have it sync with another tier one/two NTP server (see n

Re: time server & dhcp client (win2k)

2003-01-08 Thread Matthew Boeckman
Can sync up the linux boxes manually with success. manually?? Have you looked at ntp ? Network Time Protocol allows you to setup a central time server at your location (man ntpd) that stays in sync with the atomic clock. You can then have all your clients sync from your site server. This is

Re: Time Server

2002-10-02 Thread Bret Hughes
On Wed, 2002-10-02 at 11:27, Marabate, Frank wrote: > The two systems are on the same network, there is no firewall between them. > It appears that the Linux server is just not answering the workstations ntp > request. Is there some way, a utility perhaps, that I would show what the > Linux server

Re: Time Server

2002-10-02 Thread C. Linus Hicks
On Wed, 2002-10-02 at 12:27, Marabate, Frank wrote: > The two systems are on the same network, there is no firewall between them. > It appears that the Linux server is just not answering the workstations ntp > request. Is there some way, a utility perhaps, that I would show what the > Linux server

Re: Time Server

2002-10-02 Thread James Deck
[EMAIL PROTECTED] writes: >Is there some way, a utility perhaps, that I would show what the Linux >server is doing when a request comes in? Yeah, it's called 'cat'... Look at the logs. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.

Re: Time Server

2002-10-02 Thread Marabate, Frank
Title: Re: Time Server The two systems are on the same network, there is no firewall between them. It appears that the Linux server is just not answering the workstations ntp request. Is there some way, a utility perhaps, that I would show what the Linux server is doing when a request comes

Re: Time Server

2002-10-02 Thread James Deck
My NTP server works nicely... here is our ntp.conf file. We do not use authentication though... I believe this is a pretty standard 7.2 or 7.3 Red Hat conf. On a 2000 box, at the command line type net time /setsntp: and make sure the Windows Time Service is started, too! james # Prohibit gener

Re: Time Server

2002-10-02 Thread Jiann-Ming Su
On Wed, 2 Oct 2002, Marabate, Frank wrote: > Hello, > > I am currently running version 7.0, and I'm trying to build a time server. I > have the ntpd running and I am able to pull the time off of public time > servers on the Internet. The problem that I am having though is when I try > to pull ti

Re: Time server question

2000-04-19 Thread Edward Dekkers
> This is going from either machine to the other, what do I need to set up > to make this work? try: /usr/bin/rdate -s clock.psu.edu; /sbin/clock -w Hope this helps -- Edward Dekkers (Director) Triple D Computer Services Pty. Ltd. Western Australia P: (08) 9397-1040 F: (08) 9397-0548 -- To u

Re: Time Server

2000-03-10 Thread Boris Lutz
> What do I need to install to get my machine to allow a remote time server > lookup? My other machine works, but since I didn't set it up to do it I am > unsure exactly what I need. Sure I am just missing a package. xntp is fine if you have a permanent Internet connection if you have a dial up l

Re: Time Server

2000-03-09 Thread Anthony E. Greene
At 14:07 2000-03-10 +0800, Edward Dekkers wrote: >> NET TIME /SET /Y \\linuxbox > >Does this work without Samba? I don't thinks so. The only non-samba box I have doesn't accept connections from rdate either. Perhaps the command should actually read: NET TIME /SET /Y \\sambabox Tony -

Re: Time Server

2000-03-09 Thread Edward Dekkers
> NET TIME /SET /Y \\linuxbox Does this work without Samba? -- Edward Dekkers (Director) Triple D Computer Services Pty. Ltd. P: +61 8 9397-1040 F: +61 8 9397-0548 -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: Time Server

2000-03-09 Thread Bret Hughes
Ward William E PHDN wrote: > It works almost flawlessly... the signals are in sync, and I can't see > any apparent differences in those machines. Of course, now I need > to sync these stupid NT boxes in check out tardis Bret -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"

RE: Time Server

2000-03-09 Thread Ward William E PHDN
iginal Message- From: Brian Schneider [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 09, 2000 1:22 AM To: '[EMAIL PROTECTED]' Subject: RE: Time Server I was mis-understood, what I want is to have my other machines get the time of of this machine, not the other way around. Brian

Re: Time Server

2000-03-09 Thread Thomas Ribbrock \(Design/DEG\)
On Wed, Mar 08, 2000 at 11:22:28PM -0700, Brian Schneider wrote: > I was mis-understood, what I want is to have my other machines get the > time of of this machine, not the other way around. I've been doing this with chrony: http://www.rrbcurnow.freeserve.co.uk/chrony/ HTH, Thomas --

RE: Time Server

2000-03-09 Thread Anthony E. Greene
At 23:22 2000-03-08 -0700, Brian Schneider wrote: >I was mis-understood, what I want is to have my other machines get the >time of of this machine, not the other way around. On a LAN, I don't bother with ntp. I use rdate. You just have to make sure it's not blocked in the server's inetd.conf. If

RE: Time Server

2000-03-09 Thread Brian Schneider
I was mis-understood, what I want is to have my other machines get the time of of this machine, not the other way around. Brian On Wed, 8 Mar 2000, Ward William E PHDN wrote: > xntp > > It's pretty easy to setup you'll need to edit the file /etc/ntp.conf a > tad to point to the other serv

RE: Time Server

2000-03-09 Thread Darryl Harvey
Or you can simply use rdate [root@slab home]# rpm -qf /usr/bin/rdate rdate-0.960923-8 usage: /usr/bin/rdate -s time.host.com Works fine for me.. Rgds, Darryl At 08:12 9/03/00, Ward William E PHDN wrote: >xntp > >It's pretty easy to setup you'll need to edit the file /etc/ntp.conf a >ta

Re: Time Server

2000-03-08 Thread Anthony E. Greene
Brian Schneider wrote: > What do I need to install to get my machine to allow a remote time server > lookup? My other machine works, but since I didn't set it up to do it I am > unsure exactly what I need. Sure I am just missing a package. Depending on the accuracy needed, you can run xntpd or rd

Re: Time Server

2000-03-08 Thread Bret Hughes
Check out xntp the package on my boxes is xntp3-5.93-12. No tellin what 6.1 uses but probably called xntp3 something. Bret Brian Schneider wrote: > > What do I need to install to get my machine to allow a remote time server > lookup? My other machine works, but since I didn't set it up to do

RE: Time Server

2000-03-08 Thread Ward William E PHDN
xntp It's pretty easy to setup you'll need to edit the file /etc/ntp.conf a tad to point to the other server when you've finished installing it, and make sure that it knows to start the xntpd on bootup. Funny, it's rare to see a question on Time Synchronization on this list... but I asked o

Re: Time Server

2000-03-08 Thread Jasper Jans
You need the ntp daemon. J. - Original Message - From: "Brian Schneider" <[EMAIL PROTECTED]> To: "Red Hat List" <[EMAIL PROTECTED]> Sent: Wednesday, March 08, 2000 7:00 AM Subject: Time Server | What do I need to install to get my machine to allow a remote time server | lookup? My othe