Not sure if it's alright to talk about this here??? compiled the STUN server from Vovida on RedHat 7.3. Looks simple to configure. It isn't starting...it tries to for a long time and then just craps out. Here is my config:/etc/sysconfig/stund #!/bin/echo Not to execute. # Path to stund STUND=/usr/sbin/stund # Set the required args for STUND STUNDPRIMARYHOSTNAME=208.x.x.x # The hostname where another stund server is running on port and alternate # port. STUNDALTERNATEHOSTNAME=127.0.0.1 # The primary response port to user STUNDPRIMARYPORT=3478 # The alternate port to use STUNDALTERNATEPORT=3479 STUNDARGS="-h ${STUNDPRIMARYHOSTNAME} \ -p ${STUNDPRIMARYPORT} \ -a ${STUNDALTERNATEHOSTNAME} \ -o ${STUNDALTERNATEPORT}" Any ideas? Any suggestion for another STUN server? -- Paul
Sorry to answer a question with a question.. Can stund and * be loaded on the same server and run at the same time? Later..> Not sure if it's alright to talk about this here??? > > compiled the STUN server from Vovida on RedHat 7.3. Looks simple to > configure. It isn't starting...it tries to for a long time and then just > craps out. Here is my config:/etc/sysconfig/stund > > #!/bin/echo Not to execute. > # Path to stund > STUND=/usr/sbin/stund > > # Set the required args for STUND > STUNDPRIMARYHOSTNAME=208.x.x.x > > # The hostname where another stund server is running on port and > alternate > # port. > STUNDALTERNATEHOSTNAME=127.0.0.1 > > # The primary response port to user > STUNDPRIMARYPORT=3478 > > # The alternate port to use > STUNDALTERNATEPORT=3479 > > > STUNDARGS="-h ${STUNDPRIMARYHOSTNAME} \ > -p ${STUNDPRIMARYPORT} \ > -a ${STUNDALTERNATEHOSTNAME} \ > -o ${STUNDALTERNATEPORT}" > > > > Any ideas? Any suggestion for another STUN server? > > -- > Paul > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
I would suggest you use the Vovida STUN CVS Version. It worked fine on our RedHat 7.3. Look though the Vovida mail archives to learn where it is exactly. And no...this is not a fix for all the NAT troubles, STUN does not work with Symmetric NATs. But the good point is that Symmetric NATs are a minority. Regards, Andres On Wednesday 03 September 2003 00:51, Paul Lambert wrote:> Not sure if it's alright to talk about this here??? > > compiled the STUN server from Vovida on RedHat 7.3. Looks simple to > configure. It isn't starting...it tries to for a long time and then just > craps out. Here is my config:/etc/sysconfig/stund > > #!/bin/echo Not to execute. > # Path to stund > STUND=/usr/sbin/stund > > # Set the required args for STUND > STUNDPRIMARYHOSTNAME=208.x.x.x > > # The hostname where another stund server is running on port and > alternate > # port. > STUNDALTERNATEHOSTNAME=127.0.0.1 > > # The primary response port to user > STUNDPRIMARYPORT=3478 > > # The alternate port to use > STUNDALTERNATEPORT=3479 > > > STUNDARGS="-h ${STUNDPRIMARYHOSTNAME} \ > -p ${STUNDPRIMARYPORT} \ > -a ${STUNDALTERNATEHOSTNAME} \ > -o ${STUNDALTERNATEPORT}" > > > > Any ideas? Any suggestion for another STUN server?