<font color="#0000ff">Sorry, I don't know how to forward a range of ports. To forward<br /> a single port, use something like:<br /> ip nat inside source static udp 192.168.1.2 5060 x.x.x.x 5060 extendable<br /> where x.x.x.x is your public IP.</font><br /> <font face="arial" size="2"><br /> just add the range ports tih a ":" e.g 192.168.1.2 10000 : 10007<br /> <br /> <font color="#0000ff"><br /> </font></font><font color="#0000ff">&gt; (4)Please,I know alot of you out there have implemented AAH to work<br /> &gt; outside your network ( Setting up your router/firewall so your remote SIP<br /> &gt; phones can communicate with your Asterisk@Home Server via SIP through a<br /> &gt; NAT ).Please advise me how to make it work !!!</font><br /> <font face="arial" size="2"><br /> If what you are trying to do is a SIP --&gt; NAT --&gt; Internet --&gt; Nat --&gt; Asterisk&nbsp;&nbsp; call&nbsp; them I'm afraid you would need to use a SIP/RTP router.<br /> <br />Alyed </font><br /><br /><font face="Tahoma, Arial, Sans-Serif" size="2"><hr align="center" size="2" width="100%" />Return-Path: &lt;asterisk-users-bounces@lists.digium.com&gt; Thu Jan 12 09:29:42 2006<br />Received: from digium-69-16-138-164.phx1.puregig.net [69.16.138.164] by mail11.webcontrolcenter.com with SMTP;<br /></font><br /><br />Please note that recent IOS has SIP NAT traversal turned on by default.<br />I believe that it only supports internal UA / external server.<br />Since you also want the opposite, you should probably turn it off:<br />no ip nat service sip tcp port 5060<br />no ip nat service sip udp port 5060<br />Some IOS versions will even crash on SIP behind NAT. See<br />http://lists.digium.com/pipermail/asterisk-users/2004-January/033718.html<br /><br />Sorry, I don't know how to forward a range of ports. To forward<br />a single port, use something like:<br />ip nat inside source static udp 192.168.1.2 5060 x.x.x.x 5060 extendable<br />where x.x.x.x is your public IP.<br />You can edit rtp.conf to use e.g 10000-10007 (would allow 4 calls) and<br />then only 8 ip nat statements would be needed for RTP.<br /><br />You don't say what's failing. "make calls outside our LAN" sounds like<br />you are trying to call using a VoIP provider that Asterisk registers<br />with. But "your remote SIP phones" is something different; which of<br />the above are failing? Are the registrations successful? Is it just<br />the RTP that's not working (in which case the called phone will still<br />ring)? If not, what error or timeout is reported?<br /><br />If * verbose and/or debug logs don't show precisely what is going wrong,<br />use Ethereal (on both sides of the router if necessary) to see what<br />is happening.<br /><br />--Stewart<br /><br />&gt; Hi all ,<br />&gt; I have tried configuring Asterisk at home to make calls outside our Lan<br />&gt; WITHOUT any success (Setting up your router/firewall so your remote SIP<br />&gt; phones can communicate with your Asterisk@Home Server via SIP through a<br />&gt; NAT )<br />&gt; <br />&gt; To be precise i did the following<br />&gt; <br />&gt; (1) I Forwarded UDP Port 5060-5082 to 192.168.1.2<br />&gt; Forward UDP Port 10000 to 20000 to 192.168.1.2<br />&gt; <br />&gt; (2) I set externip = x.x.x.x (to our public WAN)<br />&gt; localnet =192.168.1.0 /255.255.255.0<br />&gt; <br />&gt; (3) I also set nat=yes<br />&gt; qualify=yes<br />&gt; <br />&gt; (4)Please,I know alot of you out there have implemented AAH to work<br />&gt; outside your network ( Setting up your router/firewall so your remote SIP<br />&gt; phones can communicate with your Asterisk@Home Server via SIP through a<br />&gt; NAT ).Please advise me how to make it work !!!<br />&gt; <br />&gt; (5) I am using xten lite soft phone on my pc .<br />&gt; <br />&gt; (6) I use cisco 1700 series router ,and i have natting configured on<br />&gt; this router .Maybe I am using a wrong command .Please,tell me the<br />&gt; commands to forward the ports Port 5060-5082,10000 to 20000 to<br />&gt; 192.168.1.2 on a cisco router .<br />&gt; <br />&gt; Please reply and advice !!!<br />&gt; Thanks<br /><br />_______________________________________________<br />--Bandwidth and Colocation provided by Easynews.com --<br /><br />Asterisk-Users mailing list<br />To UNSUBSCRIBE or update options visit:<br /> http://lists.digium.com/mailman/listinfo/asterisk-users<br /><br />