Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jun 2009 15:47:08 -0400
From:      Michael Powell <nightrecon@verizon.net>
To:        freebsd-questions@freebsd.org
Subject:   RE: repeating error message from ssh
Message-ID:  <h0988e$mk9$1@ger.gmane.org>
References:  <F6CAA47F9F4842A6B78D7E827D3C00DC@hades> <4A281447.2060103@infracaninophile.co.uk> <F95BBB332BE140D9B744CB62556ACF3B@hades>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?h0988e$mk9$1>