[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] ip-chains
- Subject: RE: [cobalt-users] ip-chains
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue Jan 14 10:22:36 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Tue, 14 Jan 2003, Travis M. Best wrote:
> The Post Office Protocol (POP3) server has not been responding since Sun
> 12 Jan 2003 04:32:22 PM EST.
>
> The Internet Message Access Protocol (IMAP) Server has not been
> responding since Sun 12 Jan 2003 04:31:37 PM EST.
>
> The File Transfer Protocol (FTP) Server has not been responding since
> Mon 13 Jan 2003 08:00:58 AM EST.
>
> But Everything is working ok I can ftp to the server and send and
> receive e-mail with no problems
>
Then I would use Brian's fix make sure ipchains is not blocking localhost.
Your script should have something like
## Allow loopback interface
$IPCHAINS -A input -i lo -s 0/0 -d 0/0 -j ACCEPT
$IPCHAINS -A output -i lo -s 0/0 -d 0/0 -j ACCEPT
Active Monitor uses localhost ip 127.0.0.1 to test sendmail, ftp etc.
restart your firewall after amending the script
Gerald
--
http://frontstreetnetworks.com | http://store.raqware.com
Front Street Networks LLC | Phone: +1 203 785-0699
229 Front Street, Ste. #C, New Haven, CT. 06513-3203