From owner-freebsd-questions@FreeBSD.ORG Sun Oct 11 21:52:33 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 99821106568F for ; Sun, 11 Oct 2009 21:52:33 +0000 (UTC) (envelope-from artis.caune@gmail.com) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id 2EF048FC12 for ; Sun, 11 Oct 2009 21:52:32 +0000 (UTC) Received: by fxm22 with SMTP id 22so7762315fxm.36 for ; Sun, 11 Oct 2009 14:52:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=GRhttQY+VhxoUD2bIvQBF3Q7TwOc6mJiRpHerWExLvQ=; b=AR3mEK6ZI2vwWkmdQvG3SD4EkALjbs0jRZ8ZBaNcoAMBYiqUKZgCgw6ce0/OlRUiR7 6CcVMIDcZqB6v6knUMOlER/xn7pMmqgimxFK0v8ggxOMLS3LwrFxmNkT7vKEu8ksgB13 8/K0QM0J4obat7y6cwnNkBBGqplR3y+COrKhw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=h7Rl2zd2CHpOOXU9HB8SyLCCuCmCrlKla17EqRustN/D2i/+ehM3bmSn++rRRJNobQ pfTs68zHHyNPeyX6h7n3ice3qgZc0uCB3DepDC5lgqFr/0g6qoR6buSXXHq1Qa0NHteR jbi3IXezdyCIpkzrYq0iCsawZyst07nb60yuI= MIME-Version: 1.0 Received: by 10.204.156.3 with SMTP id u3mr4480098bkw.179.1255297952248; Sun, 11 Oct 2009 14:52:32 -0700 (PDT) In-Reply-To: <4AD244EE.9090505@kleppnett.no> References: <4AD244EE.9090505@kleppnett.no> Date: Mon, 12 Oct 2009 00:52:32 +0300 Message-ID: <9e20d71e0910111452s13e721b5oeb9fb0c8f6045601@mail.gmail.com> From: Artis Caune To: kenneth hatteland Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: using own ntp server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Oct 2009 21:52:33 -0000 2009/10/11 kenneth hatteland : > If I have understand ntp right it is possible to hook up my machines to t= he > machine running the ntp server. nevertheless I am not able to find anywhe= re > helping me with configuring these machines to connect to my server and I = am > still not bright enough to figure out the syntax myself. Does anyone know > about a web page or anything that my Googling have missed ? Or perhaps = =C2=A0I > have gailed to grasp nto correct, and all machines must be configured lik= e > the handbook says to connect to external machines ? Take a look at OpenNTPD from OpenBSD. There are only two, three configuration options. :) For server: listen on * servers pool.ntp.org For clients: server 10.0.0.1 --=20 Artis Caune Everything should be made as simple as possible, but not simpler.