Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RHEL6.3 firewall issue

Status
Not open for further replies.

nyck

Technical User
Mar 10, 2004
447
0
0
GB
Hello,

I keep on stopping the FW on my RHEL6.3 server with the service iptables stop command and then chkconfig iptables off. This stops the FW for a while but a few hours later it's back running. How can I stop it so that it does not keep on restarting?

Cheers

Nick
 
Code:
[sudo] yum remove iptables -y

Chris.

Indifference will be the downfall of mankind, but who cares?
Time flies like an arrow, however, fruit flies like a banana.
Webmaster Forum
 
try this command : chkconfig --level 2345 off iptables.
 
Hello,

At RHEL5 I used the following syntax to disable the FW and it worked fine:-

iptables save
service iptables stop
chkconfig iptables stop
chkconfig iptables off
service iptables status

You do the above and all is fine for an hour or three and then it's up and running again. So last night I used system-config-firewall to disable it and so far so good!

I have checked all our RHEL & OL 6* servers and they are all doing the same, a bit strange me thinks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top