Thursday, November 28, 2013

Port: 21 Action: /etc/init.d/xinetd restart - Kloxo error
Port: 21 Action: /etc/init.d/xinetd restart
if u have recently installed kloxo and getting mail after every 5 minutes with following
Host: server.domain.com
Date: Oct-29 02:05
Port: 21
Action: /etc/init.d/xinetd restart

then u need to run these commands to fix this error
Code:
iptables -t filter -A INPUT -p tcp --dport 21 -j ACCEPT
iptables -t filter -A OUTPUT -p tcp --dport 21 -j ACCEPT

After that, email notifications will be stopped

if u are also geting ftp login problem and unable to connect / login with ftp by filezilla or any other ftp cliend then read this topic http://netlers.com/2013/11/connection-attempt-failed-with.html

0 comments:

Post a Comment