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

Reply via email to