Re: [Asterisk-Users] STUN server from Vovida

2003-09-03 Thread WipeOut .
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
 [EMAIL PROTECTED]
 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
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] STUN server from Vovida

2003-09-03 Thread Dave Cotton
On Wed, 2003-09-03 at 09:01, WipeOut . wrote:
 Sorry to answer a question with a question..
 
 Can stund and * be loaded on the same server and run at the same time?
 
I've also never been able to figure out stund, if that is possible
wouldn't it be the answer to most of the SIP difficulties.
-- 
Dave Cotton [EMAIL PROTECTED]

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] STUN server from Vovida

2003-09-03 Thread James Sizemore
The client device has to support stun.
Bugetones  do, ATA do, 7960 don't..etc
Dave Cotton wrote:

On Wed, 2003-09-03 at 09:01, WipeOut . wrote:
 

Sorry to answer a question with a question..

Can stund and * be loaded on the same server and run at the same time?

   

I've also never been able to figure out stund, if that is possible
wouldn't it be the answer to most of the SIP difficulties.
 



___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] STUN server from Vovida

2003-09-03 Thread Andres
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?
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] STUN server from Vovida

2003-09-03 Thread Andres
Only hard phones with STUN support that I am aware of are Grandstream and 
SNOM.  I am sure the Cisco ATA186 does not support STUN.

On Wednesday 03 September 2003 09:11, James Sizemore wrote:
 The client device has to support stun.
 Bugetones  do, ATA do, 7960 don't..etc

 Dave Cotton wrote:
 On Wed, 2003-09-03 at 09:01, WipeOut . wrote:
 Sorry to answer a question with a question..
 
 Can stund and * be loaded on the same server and run at the same time?
 
 I've also never been able to figure out stund, if that is possible
 wouldn't it be the answer to most of the SIP difficulties.

 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] STUN server from Vovida

2003-09-02 Thread Paul Lambert
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
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users