[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] ip-chains



-----Original Message-----
From: Travis M. Best 
Subject: [cobalt-users] ip-chains


After installing ipchains & portsensery my activity monitor shows yellow
for both the e-mail server and ftp server.  Any ideas on what is set
wrong? This system is a raq4r if that make any diffrence

Thanks,
Travis Best
Systems Administrator
_____________________________________


You will probably need to make a rule to allow LOCALHOST connections.
That has bit me in my but, so it would be like

ipchains -A input -i lo0 -j ACCEPT

Also, what I like, is to allow everything outbound ...

ipchains -P output ACCEPT

but, that is just me ... I would try that input line, and see if that
takes care of your probably.  Remember, after you run that line, you will
need to restart you swatch app, or just wait 15 minutes

~Brian