Re: Run during boot.
From: Lenard (Lenard_at_127.0.0.1)
Date: 09/20/05
- Next message: tony: "how to boot from.."
- Previous message: ynotssor: "Re: Automatic Emails..."
- In reply to: josh.miller_at_centralillinoiswb.com: "Run during boot."
- Next in thread: josh.miller_at_centralillinoiswb.com: "Re: Run during boot."
- Reply: josh.miller_at_centralillinoiswb.com: "Re: Run during boot."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 20 Sep 2005 21:19:15 GMT
josh.miller@centralillinoiswb.com wrote:
> I think I've asked this a long while back but never actually got a
> working result so I'll ask again.
>
> I'm running a webserver with Apache and Redhat 9.0. If the power goes
> out or the PC gets rebooted for any reason, the internal software
> firewall activates and blocks access to the website.
>
> I can fix this by running: "\sbin\iptables -F" but I have to actually
> be at the computer and have time to notice it's down.
>
> Basically I'm wondering how I can get the computer to run this command
> automatically.
You do realize that "/sbin/iptables -F" deletes all the rules so if you
really want to turn off security use something like (as root);
/sbin/chkconfig --levels 345 iptables off
As a suggestion it would be far better to correct your rules to allow
access to the website then it is to open your system wide.
-- Contained within the Microsoft EULA; This Limited Warranty is void if failure of the Product has resulted from accident, abuse, misapplication, abnormal use or a virus.
- Next message: tony: "how to boot from.."
- Previous message: ynotssor: "Re: Automatic Emails..."
- In reply to: josh.miller_at_centralillinoiswb.com: "Run during boot."
- Next in thread: josh.miller_at_centralillinoiswb.com: "Re: Run during boot."
- Reply: josh.miller_at_centralillinoiswb.com: "Re: Run during boot."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|