RE: Kernel seems to be blocking messages

2004-02-22 Thread Armen Kaleshian
antante de Matos : Sent: Sunday, 22 February, 2004 05:58 : To: asterr : Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] : Subject: Re: Kernel seems to be blocking messages : : Hi, : : You're right. The problem was the iptables configuration. I've done: : iptables -F : iptables -X : : Then to sh

Re: Kernel seems to be blocking messages

2004-02-22 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi, You're right. The problem was the iptables configuration. I've done: iptables -F iptables -X Then to share internet with my clients I've done: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE however, it seems that it is not working, eth0 is my net connection. This should work, right? Ma

RE: Kernel seems to be blocking messages

2004-02-21 Thread Armen Kaleshian
te de Matos : Sent: Friday, 20 February, 2004 19:46 : To: [EMAIL PROTECTED]; [EMAIL PROTECTED] : Subject: Kernel seems to be blocking messages : : Hi all, : I have a server running 2.6.2-rc1, and I was happily : installing vpopmail and reading the vpopmail gentoo guide : (www.gentoo.org). Somehow (

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

Re: Kernel seems to be blocking messages

2004-02-20 Thread asterr
I have seen this when iptables is running and pings are not permissioned. On Sat, 21 Feb 2004, Paulo Jorge de Oliveira Cantante de Matos wrote: > Hi all, > I have a server running 2.6.2-rc1, and I was happily installing > vpopmail and reading the vpopmail gentoo guide (www.gentoo.org). Somehow >

Kernel seems to be blocking messages

2004-02-20 Thread Paulo Jorge de Oliveira Cantante de Matos
Hi all, I have a server running 2.6.2-rc1, and I was happily installing vpopmail and reading the vpopmail gentoo guide (www.gentoo.org). Somehow (don't ask me why) every net connections seem to stop and get blocked. Now I cannot make any socket connection. For example: # ping localhost PING des