From owner-freebsd-questions@FreeBSD.ORG Thu Jun 4 19:45:38 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 273A81065670 for ; Thu, 4 Jun 2009 19:45:38 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D5A718FC1A for ; Thu, 4 Jun 2009 19:45:37 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MCIsV-0008IV-5g for freebsd-questions@freebsd.org; Thu, 04 Jun 2009 19:45:31 +0000 Received: from pool-68-239-69-130.washdc.east.verizon.net ([68.239.69.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Jun 2009 19:45:31 +0000 Received: from nightrecon by pool-68-239-69-130.washdc.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Jun 2009 19:45:31 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Thu, 04 Jun 2009 15:47:08 -0400 Lines: 27 Message-ID: References: <4A281447.2060103@infracaninophile.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-68-239-69-130.washdc.east.verizon.net Sender: news Subject: RE: repeating error message from ssh X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Jun 2009 19:45:38 -0000 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. > Dave. > > [snip] If you are talking about the server side you may take a look at /etc/ssh/sshd_config for the following: #ListenAddress 0.0.0.0 #ListenAddress :: ListenAddress 192.168.10.1 as in manually bind it particular interface(s) and comment out the wild cards. This is how I have mine and I don't get the IPv6 lookups. Could also be something else I've done and haven't realized it yet either. :-) -Mike