[Freeswitch-users] Port question again

Brian West brian at freeswitch.org
Wed Jan 20 08:32:28 PST 2010


I'm going to point out that you should open up tcp on 5080 also.  As we actually DO support TCP!

/b

On Jan 20, 2010, at 10:29 AM, François Delawarde wrote:

> No need to load multiport in that case:
> 
> -A INPUT -p udp --dport 5080 -j ACCEPT
> -A INPUT -p udp --dport 16384:32768 -j ACCEPT
> 
> Equivalent with multiport:
> 
> -A INPUT -p udp -m multiport --dports 5080,16384:32768 -j ACCEPT
> 
> François.





More information about the FreeSWITCH-users mailing list