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

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

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 Ry

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 test

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: Conn

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 connectio

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

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 Ry

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 test

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: Con

Re: disable RPC

2002-04-24 Thread Anne Carasik
Try # apt-get remove --purge pkgname That will remove anything related to the package (sometimes, the directories aren't removed like /etc/pkgname). Also, try # dpkg --get-selections | grep -i portmap To see other packages related to RPCs.. -Anne On Wed, Apr 24, 2002 at 11:26:16AM -0400, A

RE: disable RPC

2002-04-24 Thread Matt Andreko
Are you speaking of update-rc.d -f portmap remove ? Or something similar -- Matt Andreko On-Ramp Indiana (317)774-2100 -Original Message- From: Andrew Kaplan [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 10:26 AM To: debian-security@lists.debian.org Subject: disable RPC

disable RPC

2002-04-24 Thread Andrew Kaplan
How do I disable RPC. I know the scripts can be removed from init.d But I know there's a command similar to "apt-get remove ???" or something similar. That removes is completely. Andrew P. Kaplan Network Administrator CyberShore, Inc. http://www.cshore.com "Somehow I imagined this experience wou

Re: disable RPC

2002-04-24 Thread Anne Carasik
Try # apt-get remove --purge pkgname That will remove anything related to the package (sometimes, the directories aren't removed like /etc/pkgname). Also, try # dpkg --get-selections | grep -i portmap To see other packages related to RPCs.. -Anne On Wed, Apr 24, 2002 at 11:26:16AM -0400,

RE: disable RPC

2002-04-24 Thread Matt Andreko
Are you speaking of update-rc.d -f portmap remove ? Or something similar -- Matt Andreko On-Ramp Indiana (317)774-2100 -Original Message- From: Andrew Kaplan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 10:26 AM To: [EMAIL PROTECTED] Subject: disable RPC How do I disa

disable RPC

2002-04-24 Thread Andrew Kaplan
How do I disable RPC. I know the scripts can be removed from init.d But I know there's a command similar to "apt-get remove ???" or something similar. That removes is completely. Andrew P. Kaplan Network Administrator CyberShore, Inc. http://www.cshore.com "Somehow I imagined this experience wo