Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lifeisfoo/9309220 to your computer and use it in GitHub Desktop.
Save lifeisfoo/9309220 to your computer and use it in GitHub Desktop.
http://wiki.centos.org/HowTos/SELinux#head-4f1e4e4307ab4e76c81ae5fbebc24a907b24fd92
http://wiki.centos.org/HowTos/Network/IPTables
http://serverfault.com/questions/418955/cant-connect-to-ruby-on-rails-development-server-on-centos-6-3
iptables -I INPUT -p tcp --dport 3000 -j ACCEPT
service iptables save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment