From owner-freebsd-questions@FreeBSD.ORG Thu Jun 4 19:45:06 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 CA8E9106566B for ; Thu, 4 Jun 2009 19:45:06 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 911398FC14 for ; Thu, 4 Jun 2009 19:45:06 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 432747E83F; Thu, 4 Jun 2009 11:45:05 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org, dave.mehler@gmail.com Date: Thu, 4 Jun 2009 21:45:03 +0200 User-Agent: KMail/1.11.3 (FreeBSD/8.0-CURRENT; KDE/4.2.3; i386; ; ) References: <4A281447.2060103@infracaninophile.co.uk> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906042145.03548.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: Subject: Re: repeating error message from ssh 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: Thu, 04 Jun 2009 19:45:07 -0000 On Thursday 04 June 2009 20:59:57 Dave wrote: > Hi, > Thanks everyone for the information on this. I'm not running > anything ipv6, i'd like to turn this off completely. The dns for my network > unfortunately due to lack of computers is being provided by a 2wire gateway > 2701, if anyone has any information on this thing's dhcp or dns i'd love to > hear it, googling hasn't shown me how to change the internal domain name. > Thanks. If you know your ISP's nameservers, simply run a local resolver and tell dhclient to prepend or override the nameserver obtained from dhcp. There's quite a few how-to's on the web on this topic. Suggested local reading: man dhclient.conf man rc.conf /etc/defaults/rc.conf - named_ settings /etc/namedb/named.conf -- Mel