-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add entry for iptables and correct permissions in CentOS #10
Comments
So, did you get the script to work or was this after manually running the There's supposed to be an option to run chcon and enable short open tags in
|
The script worked after I hard coded the barnyard version into it (instead After the script completed, I attempted to hit the page once, then applied On Wednesday, February 27, 2013, da_667 wrote:
|
I'm working on reproducing the issue you ran into on your install. So far,
Regarding the firewall, There is a message that notifies the user to open On Wed, Feb 27, 2013 at 5:07 PM, sniglet [email protected] wrote:
when does reality end? when does fantasy begin? |
A clean install on a CENTOS box required the following additional steps to reach snortreport remotely using a web browser:
chown -R apache /var/www
And the following entry in /etc/sysconfig/iptables
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
The text was updated successfully, but these errors were encountered: