Skip to content
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

Iptables #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Iptables #3

wants to merge 2 commits into from

Conversation

guyincognito
Copy link

Closes all ports other than 22, 7000, 7001, and 8081.

Minitest chefspec test was added, but I cannot get it to pass due to it complaining of files missing. The iptables rules are added though and manually verified.

@waitgh
Copy link

waitgh commented Dec 27, 2012

:shipit:

@@ -53,4 +53,6 @@
}
}

default["cassandra"]["open_ports"] = [22, 7000, 7001, 8081]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we be opening port 22? Some people might not want it open. Maybe we should just do the ports that make cassandra work? I don't know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants