beansbaxter
Verified User
I just installed DA onto CentOS 5.5.
I was unable to access the server or the DA login page, however from these instructions, I typed in the following and was able to get things working:
When I restart my server, I have to type that in every time in order to access the server. How can I make it so every time the server boots, it keeps access open?
Is there any security issue I have to be concerned about by keeping iptables stopped and off?
Thanks.
I was unable to access the server or the DA login page, however from these instructions, I typed in the following and was able to get things working:
Code:
# /sbin/service iptables stop
# /sbin/chkconfig iptables off
When I restart my server, I have to type that in every time in order to access the server. How can I make it so every time the server boots, it keeps access open?
Is there any security issue I have to be concerned about by keeping iptables stopped and off?
Thanks.