mwser wrapper cookbook for managing iptables.
CentOS 6.x
This cookbook contains a number of recipes intended to abstract away all of the wonderful idiosyncrasies of iptables. Add them (order matters!!) to your node's run_list in order to set up iptables for this configuration.
Opens SSH access to known ucla subnet addresses that will be used to manage.
Opens SSH to the world, in the event that this is needed.
Opens 80/443 to the world. A typical need for our webapps.
Opens 9200 to explicit IP addresses that should have access. Look at/modify this as needs change.
Make sure this is not the only mwser-iptables
recipe, or you'll close all access to the node. Also -- it drops any input not handled by the above recipes.
Author:: Steve Nolen ([email protected])