From owner-freebsd-questions@FreeBSD.ORG Mon Jul 4 00:22:00 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CA1E16A41C for ; Mon, 4 Jul 2005 00:22:00 +0000 (GMT) (envelope-from alan.curtis@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC08143D46 for ; Mon, 4 Jul 2005 00:21:59 +0000 (GMT) (envelope-from alan.curtis@gmail.com) Received: by wproxy.gmail.com with SMTP id i4so643610wra for ; Sun, 03 Jul 2005 17:21:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=PWeNIBlE4Iyp1m4SzUPdqzvDQNEQ7JxvuuqLLTCqO0Pb0l3sf+wmr2ZY3tLUzEBJnEt8rdI6GD43/ORDe+SCctu8YGOzjTcIK33u2mKsCkCSUIklLbp7gEzUZGpn1LgOkie38680PpSLbQVInvMlCDdaYH/OPRhQ66fEZNYWaFk= Received: by 10.54.27.45 with SMTP id a45mr3177849wra; Sun, 03 Jul 2005 17:21:59 -0700 (PDT) Received: from ?192.168.1.102? ([151.203.107.66]) by mx.gmail.com with ESMTP id g2sm2436677wra.2005.07.03.17.21.58; Sun, 03 Jul 2005 17:21:59 -0700 (PDT) In-Reply-To: <20050703200156.52602591@phobos.mars.bsd> References: <28EDBC57-9AE6-4D8B-9BA5-F8445C71600F@gmail.com> <20050703125754.53452296@phobos.mars.bsd> <20050703200156.52602591@phobos.mars.bsd> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Alan Curtis Date: Sun, 3 Jul 2005 20:21:51 -0400 To: Alejandro Pulver X-Mailer: Apple Mail (2.730) Cc: freebsd-questions@freebsd.org Subject: Re: DNS setup 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: Mon, 04 Jul 2005 00:22:00 -0000 On Jul 3, 2005, at 7:01 PM, Alejandro Pulver wrote: > If you want examples I can provide you some. > > Then let me know if you want option 1) or 2) so I can help you with > the > next step. > > 1) Have an independent DNS server on each machine (there is one for > Windows called TreeWalk - free -, that is the same as named). > > 2) Put a DNS server on *one* machine, and that DNS server is used > by all > the machines on the network. > I would like to implement 2. Thanks for your help. Alan