Hi,
On my Red Hat Linux 7.2 box I set up a sshd server with success. One problem: if I change the ListenAddress key in sshd_config to my local address, like
<cut>
ListenAddress 192.168.1.2
ListenAddress 192.168.1.3
</cut>
I can't connect from a remote host (in the same domain of course), I see the message "Unable to bind to requested address. Cannot bind to any address." in my secure logfile. When I set the ListenAddress back to 0.0.0.0, everything is OK. In file /etc/hosts.deny I have
<cut>
ALL:ALL
</cut>
and in file /etc/hosts.allow I have
<cut>
sshd: 192.168.1.2,192.168.1.3: ALLOW
</cut>
I use protocol 2 on port 22.
How do I solve this?
Thanks,
Danny Con, Holland
--
______________________________________________
http://www.linuxmail.org/
Now with e-mail forwarding for only US$5.95/yr
Powered by Outblaze
Received on Fri Jun 20 15:50:37 2003
This archive was generated by hypermail 2.1.8
: Wed Aug 23 2006 - 14:02:59 EDT
|