> I am trying to register SIP clients which are behind NAT on different
> network. In order to achieve this goal I think I need STUN Server . I
> downloaded STUN Server from
> http://internap.dl.sourceforge.net/sourceforge/stun/stund_0.96_Aug13.tgz
>  But I don't know how to install/configure it.
>
> And please advice me that STUN server is good idea for this scenario?
>
> Thanks in advance
>
> Wazb

If your asterisk server is on a WAN IP, then you may not even need STUN. Add
qualify=yes
nat=yes
to the sip.conf entry for each device.

This will have asterisk ignore the IP in the SIP packets and look at
the TCP header. Also, qualify will send a 'keep-alive' to keep NAT
from losing the association of ports.

HTH,
-Ron
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to