2arunpmohan
9/14/2017 - 12:57 PM

how to open up a port?

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