I'm trying to construct a set of rules that would allow udp ports 5060, 7824, 49152:65535 6000:6004 to come in as well as go out. It is my understanding that these packets needs to be able to have an open port both incoming and outgoing. What I'm looking for is the iptables rule to allow these ports in. The external interface is on eth1 and the internal (LAN) is on eth0.
Thanks, Jon