[newb] DirectAdmin not working after system reboot // killed iptables and then it doe

kennyb

New member
Joined
Jul 2, 2014
Messages
3
Hi, I was down after a system reboot until I executed the following:

/sbin/service iptables stop
/sbin/chkconfig iptables off


Version:
[root@server directadmin]# cat /etc/*-release
CentOS release 6.5 (Final)
CentOS release 6.5 (Final)
CentOS release 6.5 (Final)

Symptom:
I rebooted my server from the DA control panel. Afterwards all web services stopped, could not log in to :2222 panel, ftp not working. I could SSH in so I have been able to see that:
- the DA error.log is empty
- restarting DA by hand seems to work ok

So then after I executed:

/sbin/service iptables stop
/sbin/chkconfig iptables off

things started working again.

I don't understand why this issue (almost certainly one caused by myself) would manifest after a system reboot. (also a cold start too)

Does anyone have any advice?

Best regards,
./k
 
iptables --list

I should have included this:

[root@server directadmin]# iptables --list
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

Nothing is there right?
 
SOLVED um... so... iptables has nothing whatsoever to do with directadmin

Sorry for being such a newb... directadmin has nothing to do with iptables (any more than the chair I am sitting on now).... mods, feel free to delete this thread or leave it.

I had some cruft in the firewall and cleaned it up with the following:

%iptables -F

%service iptables save

%service iptables restart
 
Back
Top