Open a port using iptables January 28, 2011rdircio If you want to open, for instance, port 32 to any peer: # iptables -I INPUT -p tcp –dport 32 -j ACCEPT 85/433