Re: connection refuse by tcp_wrapper - error message

2002-04-27 Thread Alvin Oga
hi ya On Thu, 25 Apr 2002, Marcin Bednarz wrote: but when i try to connect from 192.168.1.10 and 11 my server is allways give a message : ssh_exchange_identification: Connection closed by remote host i just ran into that same silly exact message turns out in our case... that the

Re: connection refuse by tcp_wrapper - error message

2002-04-27 Thread Alvin Oga
hi ya On Thu, 25 Apr 2002, Marcin Bednarz wrote: but when i try to connect from 192.168.1.10 and 11 my server is allways give a message : ssh_exchange_identification: Connection closed by remote host i just ran into that same silly exact message turns out in our case... that the

Re: connection refuse by tcp_wrapper

2002-04-26 Thread Gleydson Mazioli da Silva
First check if your reverse DNS is working, after that, try to put the line: sshd: 192.168.1.10 192.168.1.11 In your /etc/hosts.allow. Regards [EMAIL PROTECTED] escreveu em Wed, 24 Apr 2002 22:18:14 +0700 (JAVT): Dear all, I am a beginner in linux os, I try to configure tcp_wrapper

Re: connection refuse by tcp_wrapper

2002-04-26 Thread Gleydson Mazioli da Silva
First check if your reverse DNS is working, after that, try to put the line: sshd: 192.168.1.10 192.168.1.11 In your /etc/hosts.allow. Regards [EMAIL PROTECTED] escreveu em Wed, 24 Apr 2002 22:18:14 +0700 (JAVT): Dear all, I am a beginner in linux os, I try to configure tcp_wrapper in

Re: connection refuse by tcp_wrapper

2002-04-25 Thread Marcin Bednarz
Hi all. hosts.deny ALL : ALL ALL:ALL hosts.allow ALL : 192.168.1.10 ALL : 192.168.1.11 ALL:192... without space but it is not neccessary :) but it is not tcp wrappers problem. but when i try to connect from 192.168.1.10 and 11 my server is allways give a message :

connection refuse by tcp_wrapper

2002-04-24 Thread aku
Dear all, I am a beginner in linux os, I try to configure tcp_wrapper in myconfiguration like this : hosts.deny ALL : ALL hosts.allow ALL : 192.168.1.10 ALL : 192.168.1.11 but when i try to connect from 192.168.1.10 and 11 my server is allways give a message : ssh_exchange_identification:

RE: connection refuse by tcp_wrapper

2002-04-24 Thread Howland, Curtis
I know this may sound like a silly question, but did it work before you applied the TCP wrappers? If you remove the all:all from hosts.deny, does it work? It's been a while since I last set up wrappers, but in all other systems I make sure it works first, then apply changes one by one and

RE: connection refuse by tcp_wrapper

2002-04-24 Thread aku
On Thu, 25 Apr 2002, Howland, Curtis wrote: I know this may sound like a silly question, but did it work before you applied the TCP wrappers? If you remove the all:all from hosts.deny, does it work? yes, but i want to deny from all connection and allow from 192.168.1.10 and 11. Akoe

RE: connection refuse by tcp_wrapper

2002-04-24 Thread Alvin Oga
hi ya you might need to add the mask hosts.allow ALL : 192.168.1.10/255.255.255.255 ( some versions/distro seem to be pickup about the missing mask info ) c ya alvin On Wed, 24 Apr 2002 [EMAIL PROTECTED] wrote: On Thu, 25 Apr 2002, Howland, Curtis wrote: I know this may sound like a

Re: connection refuse by tcp_wrapper

2002-04-24 Thread Nicole Zimmerman
It doesn't look like a tcp wrappers problem to me. It looks like an SSH problem. You might try restarting the SSH server, or maybe using only SSHv1 (to see if it is working at all/accepting connections) with the argument -1, or checking your /var/log/auth.log to see if there are any SSH

connection refuse by tcp_wrapper

2002-04-24 Thread aku
Dear all, I am a beginner in linux os, I try to configure tcp_wrapper in myconfiguration like this : hosts.deny ALL : ALL hosts.allow ALL : 192.168.1.10 ALL : 192.168.1.11 but when i try to connect from 192.168.1.10 and 11 my server is allways give a message : ssh_exchange_identification:

RE: connection refuse by tcp_wrapper

2002-04-24 Thread Howland, Curtis
I know this may sound like a silly question, but did it work before you applied the TCP wrappers? If you remove the all:all from hosts.deny, does it work? It's been a while since I last set up wrappers, but in all other systems I make sure it works first, then apply changes one by one and

RE: connection refuse by tcp_wrapper

2002-04-24 Thread aku
On Thu, 25 Apr 2002, Howland, Curtis wrote: I know this may sound like a silly question, but did it work before you applied the TCP wrappers? If you remove the all:all from hosts.deny, does it work? yes, but i want to deny from all connection and allow from 192.168.1.10 and 11. Akoe

RE: connection refuse by tcp_wrapper

2002-04-24 Thread Alvin Oga
hi ya you might need to add the mask hosts.allow ALL : 192.168.1.10/255.255.255.255 ( some versions/distro seem to be pickup about the missing mask info ) c ya alvin On Wed, 24 Apr 2002 [EMAIL PROTECTED] wrote: On Thu, 25 Apr 2002, Howland, Curtis wrote: I know this may sound like a

Re: connection refuse by tcp_wrapper

2002-04-24 Thread Nicole Zimmerman
It doesn't look like a tcp wrappers problem to me. It looks like an SSH problem. You might try restarting the SSH server, or maybe using only SSHv1 (to see if it is working at all/accepting connections) with the argument -1, or checking your /var/log/auth.log to see if there are any SSH