[Asterisk-Users] STUN server from Vovida

Paul Lambert paul at digis.net
Tue Sep 2 22:51:04 MST 2003


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



More information about the asterisk-users mailing list