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
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
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
.
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
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
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
[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/
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
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
9 matches
Mail list logo