From owner-freebsd-questions@FreeBSD.ORG Sun Jul 3 15:07:51 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 1C7D116A41C for ; Sun, 3 Jul 2005 15:07:51 +0000 (GMT) (envelope-from alan.curtis@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5CD943D46 for ; Sun, 3 Jul 2005 15:07:50 +0000 (GMT) (envelope-from alan.curtis@gmail.com) Received: by wproxy.gmail.com with SMTP id i25so573097wra for ; Sun, 03 Jul 2005 08:07:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=CQImzBB9M/EDiTUBhrGBzsCVbhBUDL+xdy8Zot4cCPWBdqciEQleHUKtF2Ra8TBIES/pZUxlKipzn+HJ1eOJJE5gReW+aYLSBwjpoRgA9963MuYe32gFUEVdRdtmboIA32PzAzGZS0hvO9HkISQDVsUJPgUvm2dQzpkVMAgOtBM= Received: by 10.54.33.70 with SMTP id g70mr3095437wrg; Sun, 03 Jul 2005 08:07:49 -0700 (PDT) Received: from ?192.168.1.102? ([151.203.107.66]) by mx.gmail.com with ESMTP id d7sm3609859wra.2005.07.03.08.07.49; Sun, 03 Jul 2005 08:07:49 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v730) Content-Transfer-Encoding: 7bit Message-Id: <28EDBC57-9AE6-4D8B-9BA5-F8445C71600F@gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-questions@freebsd.org From: Alan Curtis Date: Sun, 3 Jul 2005 11:07:41 -0400 X-Mailer: Apple Mail (2.730) Subject: 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: Sun, 03 Jul 2005 15:07:51 -0000 I am running FreeBSD 5.3-STABLE behind a Linksys Wireless Access Point and Firewall and a DSL modem. My ISP assigns me a dynamic IP address which changes on a regular basis and the root domain and Domain Name Servers associated with that domain also change. I have seen at least 3 different root domains. I have a number of machines on my wireless network and I would like them to be able to find one another. To do this I have assigned them fixed IP addresses. My problem how to assign the Domain Name Servers for all the machines. I point them all at the Linksys, which seems to work most of the time, but occasionally network traffic gets really slow and I suspect that its a DNS problem. Can I set up something on my FreeBSD server to help solve this problem? Alan