Bind problem
From: Danny Con (danny_con_at_linuxmail.org)
Date: 06/20/03
- Previous message: Pablo Allietti: "Re: sshd putty and DSA"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: secureshell@securityfocus.com Date: Fri, 20 Jun 2003 17:42:29 +0800
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
- Previous message: Pablo Allietti: "Re: sshd putty and DSA"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]