repeating error message from ssh

Michael Powell nightrecon at verizon.net
Thu Jun 4 19:45:38 UTC 2009


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




More information about the freebsd-questions mailing list