read "man iptables"
the quick answer would be....
Code:
/sbin/iptables -I INPUT 1 -p <protocol> --dport <port_Number> -j ACCEPT
rpeplace M<protocol> with wither UDP or TCP, and <port_Number> with the port you want to open.
this will inrt the rul to allow this traffic at the very top of the input chain.