RE: iptables rule for sshd

2004-08-05 Thread NabilM
Behalf Of Andreas Janssen Sent: Wednesday, August 04, 2004 3:26 PM To: [EMAIL PROTECTED] Subject: RE: iptables rule for sshd Hello [EMAIL PROTECTED] (<[EMAIL PROTECTED]>) wrote: > It's not the firewall. It's the ssh configuration, I think. > > When I connect using the p

RE: iptables rule for sshd

2004-08-04 Thread Andreas Janssen
Hello [EMAIL PROTECTED] (<[EMAIL PROTECTED]>) wrote: > It's not the firewall. It's the ssh configuration, I think. > > When I connect using the putty on windows, its logs says connection > reset by peer. Some things there with the damn ssh configuration. > > When I use SSh secure shell from www

RE: iptables rule for sshd

2004-08-04 Thread NabilM
ubject: Re: iptables rule for sshd On Tue, Aug 03, 2004 at 10:14:28AM +0300, [EMAIL PROTECTED] wrote: > > Didar, > > Well, I don't have any rule for the OUTPUT chain and its Policy is > ACCEPT by default. There is nothing in NAT as well. However, I am quite > sure that th

RE: iptables rule for sshd

2004-08-03 Thread NabilM
. Regards, Nabil. -Original Message- From: Didar Hussain [mailto:[EMAIL PROTECTED] Sent: Monday, August 02, 2004 7:34 PM To: [EMAIL PROTECTED] Subject: Re: iptables rule for sshd On Mon, Aug 02, 2004 at 09:10:39AM +0300, [EMAIL PROTECTED] wrote: > Dah.. :-) thanks for the help. You

Re: iptables rule for sshd

2004-08-02 Thread Didar Hussain
On Mon, Aug 02, 2004 at 09:10:39AM +0300, [EMAIL PROTECTED] wrote: > Dah.. :-) thanks for the help. You guys are life savers. > > So now I am able to ssh from the local machine. Thanks to all you folks. You are welcome :) > However, when I try to connect from the Internet using ssh, it just > d

RE: iptables rule for sshd

2004-08-01 Thread NabilM
a better way to analyze these logs? Thanks in advance. Regards, Nabil. -Original Message- From: Didar Hussain [mailto:[EMAIL PROTECTED] Sent: Sunday, August 01, 2004 8:54 PM To: [EMAIL PROTECTED] Subject: Re: iptables rule for sshd On Sun, Aug 01, 2004 at 08:29:52PM +0300, [EMAIL PRO

Re: iptables rule for sshd

2004-08-01 Thread Sam Halliday
[EMAIL PROTECTED] wrote: > Iptables -A INPUT -p tcp -sport ssh -j ACCEPT try iptables -A INPUT -i eth0 -p tcp --dport 22 \ -m state --state NEW -j ACCEPT cheers, Sam -- Free High School Science Texts http://www.nongnu.org/fhsst/ Sam's Homepages http://fommil.homeunix.org/~samuel/

Re: iptables rule for sshd

2004-08-01 Thread jjluza
Le dimanche 1 Août 2004 19:29, [EMAIL PROTECTED] a écrit : > I am running sshd on my Debian machine with iptables. I want it to > accept ssh connections from outside. I added this rule and it doesn't > work. > > > > Iptables -A INPUT -p tcp -sport ssh -j ACCEPT > > try -dport instead of -sport. R

Re: iptables rule for sshd

2004-08-01 Thread Didar Hussain
On Sun, Aug 01, 2004 at 08:29:52PM +0300, [EMAIL PROTECTED] wrote: > Iptables -A INPUT -p tcp -sport ssh -j ACCEPT > Try: iptables -A INPUT -p tcp --dport ssh -j ACCEPT Didar -- BOFH excuse #299: The data on your hard drive is out of balance. Random signature generated