Skip to content

Instantly share code, notes, and snippets.

@2arunpmohan
Last active January 5, 2019 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 2arunpmohan/e44ad707d697e23c0f2d8df7ae78d276 to your computer and use it in GitHub Desktop.
Save 2arunpmohan/e44ad707d697e23c0f2d8df7ae78d276 to your computer and use it in GitHub Desktop.
how to open up a port?

the below command will open up the 9100 port.

sudo iptables -I INPUT -p tcp --dport 9100 -jACCEPT

This wont work with AWS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment