Hi, 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
Just point your ATA to stun.fwdnet.net; it is a free service by free world dialup. Sure beats creating your own stun server. If you do need to create your own stun server, I suggest http://www.voip-info.org/wiki/view/Vovida.org+STUN+server -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Wasif Sent: Thursday, April 13, 2006 11:56 AM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] NAT/STUN Server Hi, 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 _______________________________________________ --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 __________ NOD32 1.1476 (20060407) Information __________ This message was checked by NOD32 antivirus system. http://www.eset.com
Hi, Good: Setting up an STUN is easy. Bad: I have only a link to an german tuto-site. (http://www.asteriskpbx.de/index.php?stun) You need at least 2 network-cards. Get the File: wget http://mesh.dl.sourceforge.net/sourceforge/stun/stund_0.96_Aug13.tgz unpack: # tar zxf stund_0.96_Aug13.tgz # cd stund # make all If you got an error, it may be that the openssl & c++ packages are missing. The install: openssl-devel and gcc-c++ If the certificate is missing for c++, you can import it here: http://ftp.upce.cz/centos/3.3/os/s390x/RPM-GPG-KEY-CentOS-3 Till -----Urspr?ngliche Nachricht----- Von: Wasif [mailto:wasif@thecommstore.com] Gesendet: Donnerstag, 13. April 2006 17:56 An: asterisk-users@lists.digium.com Betreff: [Asterisk-Users] NAT/STUN Server Hi, 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