Hi,
thank you for your answers. you are right but still the stund server is having problem.
Does anyone have any idea on how to have SER support Symmetric Nat and how to install rtpproxy. Have any sample? Please help. Thanks a million.
best regards, shirley
-----Original Message----- From: Arnd Vehling [SMTP:av@nethead.de] Sent: Sunday, January 11, 2004 8:07 AM To: Shirley Toh Cc: SER Users (E-mail) Subject: Re: [Serusers] STUN Server Problem
Hi,
Shirley Toh wrote:
I have problem installing and run the STUN server. Error as below:~
# service stund start Starting /usr/sbin/stund: Port 10000 for receiving UDP is in use Port 10001 for receiving UDP is in use stund: stun.cxx:365: void stunServer(StunAddress, StunAddress, bool): Assertion `myFd != INVALID_SOCKET' failed.
[FAILED]
# /usr/sbin/stunq sipserver.com:5060 Internet connection is type: Blocked
Please advice why the service when start have problem. and why the
internet
connection is blocked?
For stund to work you need to have 2 ip addresse bound to the stund server. My guess is youre trying to start two stund servers on the same ip-adress.
-- Arnd
Hi,
Shirley Toh wrote:
thank you for your answers. you are right but still the stund server is having problem.
which OS and which stund youre using? What is your ip-address/interface setup?
Does anyone have any idea on how to have SER support Symmetric Nat and how to install rtpproxy. Have any sample? Please help. Thanks a million.
Stund Example:
Machine : Debian Linux 2.4.18 Stund : stund_0.8.8_Dec16.tgz Maschine Name: nethead.de
Ethernet Config (addresses changed):
Eth0: 194.77.180.180/255.255.255.240 (Real Interface with official ip-no) Eth0:1 194.77.180.181/255.255.255.240 (Virtual Int on eth0 with second offical ip-no)
Now i start stund (server) with:
server -v -h 194.77.180.180 -a 194.77.180.181
hope that helps,
Arnd