Posts Tagged ‘unblock port’

Unblock (open) a port in CentOS

Sunday, September 20th, 2009

To unblock (open) say port 8000 use:

/sbin/iptables -I INPUT -p tcp --dport 8000 -j ACCEPT