From owner-freebsd-questions Sun Jan 13 11:15:54 2002 Delivered-To: freebsd-questions@freebsd.org Received: from relay04.roc.frontiernet.net (alteon01e.roc.frontiernet.net [66.133.130.235]) by hub.freebsd.org (Postfix) with SMTP id 83F8E37B402 for ; Sun, 13 Jan 2002 11:15:50 -0800 (PST) Received: (qmail 24718 invoked from network); 13 Jan 2002 19:15:44 -0000 Received: from unknown (HELO blacklamb.mykitchentable.net) ([207.173.227.80]) (envelope-sender ) by relay04.roc.frontiernet.net (qmail-ldap-1.03) with SMTP for ; 13 Jan 2002 19:15:44 -0000 Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 38FE4EE651; Sun, 13 Jan 2002 11:15:43 -0800 (PST) Message-ID: <002801c19c66$b25e0d30$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: "Joe & Fhe Barbish" Cc: References: Subject: Re: ntpd as time server? Date: Sun, 13 Jan 2002 11:15:43 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: Joe & Fhe Barbish To: Drew Tomlinson Cc: FBSD Questions Sent: Sunday, January 13, 2002 10:12 AM Subject: RE: ntpd as time server? Joe wrote > The final option is ntpd. This function does get the time from a > internet ntp server to update the requesting FBSD box, and keeps > the clock accurate by making very small adjustment over long periods > of time. It can be configurated to broadcast time packets to all > machines on the private net it is connected to. > It is not a ntp time server with a unique IP address. Drew wrote I don't think this is correct. ntpd *IS* a time server and the IP address is the address of the machine you run it on. On my private network, I have a FBSD box on 192.168.20.4. I have a Win2K machine on 192.168.20.3. I have a ntp client program called "Automochron" that runs on the Win2K machine. In the client, I have the time server listed as 192.168.20.4 (the FBSD machine). The Win2K client gets time updates. Joe writes back. When you say "I have a FBSD box on 192.168.20.4." Is this the IP address of the Nic card on the FBSD box that's talking to the machines down line, or is it the public IP address your private network is known by? 127.0.0.0 is the only IP address that I know of that is this FBSD box. I have 3 Nics, How would I get all the Winboxs on all the Nics to point to one single IP address for the ntp time server? Drew answers: It's my internal interface (downline). If all your Winboxes can connect to your FBSD box then just use whatever address that is that your Winboxes use to connect. For example, let's say NIC1 serves Win subnet A and NIC2 serves Win subnet B. Then you would set Winboxes on subnet A to get ntp updates from the ip address of NIC1 and Winboxes on subnet B to get ntp updates from the ip address of NIC2. Or if you have the appropriate routers (this may be your FBSD box alone or other routers) such that all 3 of your subnets can communicate with the others (i.e. Winbox on NIC2 can talk to Winbox on NIC1) then it shouldn't matter which IP address you tell the Winboxes to use as all NICs are reachable. HTH, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message