RE: Kernel seems to be blocking messages

2004-02-21 Thread Armen Kaleshian
Paulo... As Asterr suggested, you might have a iptable rules that are preventing data to go through. To clear those rules, try the following: Iptables -F Iptables -X Iptables -P INPUT ACCEPT Iptables -P OUTPUT ACCEPT Iptables -P FORWARD ACCEPT The above wipes out any instance of any rules existin

Re: Graphical client for SSH2?

2004-02-21 Thread Juan Facundo Suárez
Exactly, it is simply amazing !! El Sáb 21 Feb 2004 12:08, Armen Kaleshian escribió: > Use Putty http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html > > It's the easiest Windows SSH client to use with zero installation overhead, > etc. > > Good Luck! =D > > --Armen > > : -Original

RE: Graphical client for SSH2?

2004-02-21 Thread Armen Kaleshian
Use Putty http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html It's the easiest Windows SSH client to use with zero installation overhead, etc. Good Luck! =D --Armen : -Original Message- : From: [EMAIL PROTECTED] : [mailto:[EMAIL PROTECTED] On Behalf Of Eve Atley : Sent: Fr

Re: Kernel seems to be blocking messages

2004-02-21 Thread Paulo Jorge de Oliveira Cantante de Matos
Hummm, that's very possible. I'm using iptables and I did tried somethings with them... I'll see what's happening when I get home from work. Thanks a lot... :) I'll then tell you if you were right. Cheers, Paulo Matos On Sat, 2004-02-21 at 03:22, asterr wrote: > I have seen this when iptables i