Koozali.org: home of the SME Server

Unable to open UDP ports from 10000 to 20000

Johnny Grep

Unable to open UDP ports from 10000 to 20000
« on: May 03, 2004, 05:13:49 AM »
Hi, I am running SME Server 6.0 with Asterisk PBX using SIP. My SME also acts as a NAT router between my cable modem and my office LAN. All calls from the inside to IAX or SIP clients on another proxy go through fine, however any user connected as a SIP peer to my Asterisk server has no inbound nor outbound audio. I've tried numerous times to implement a template so that UDP ports 10000 to 20000 are open but everytime a SIP user tries to call in or out of the switch, I see it in the denylog and he gets no in/out audio. Signalling and connection are fine (port 5060 seems to work correctly) but everything else is on the fritz.

Now, can anybody help me write a template that'll FORCE open those ports so I don't get them in the denylog? I've even tried to put that port range in the INPUT policy instead of InboundUDP, to no avail. This is very frustrating as many telecommuters can't get access to my phone system.

Thanks for your help...

Offline ldkeen

  • *
  • 403
  • +0/-0
Opening ports 1000 to 2000
« Reply #1 on: May 04, 2004, 07:24:53 AM »
Here's the relevant section from my masq file:
    adjust_udp_in 5060 ACCEPT $NEW_InboundUDP
    adjust_udp_in 4569 ACCEPT $NEW_InboundUDP
    adjust_udp_in 5036 ACCEPT $NEW_InboundUDP
    adjust_udp_in 10000:20000 ACCEPT $NEW_InboundUDP
    adjust_udp_in 500 ACCEPT $NEW_InboundUDP
Let me know if you need any more info.
Lloyd