how to start a ice server bind with *ort?
include 127.0.0.1ort and real_ip
ort.
netstat -a
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 localhost:10005 *:* LISTEN
thanks.
|
|
how to start a ice server bind with *ort?
include 127.0.0.1ort and real_ip
ort.
netstat -a
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 localhost:10005 *:* LISTEN
thanks.
Hi,
You can use the IP address "0.0.0.0" (INADDR_ANY) in the object adapter endpoint to bind to all the interfaces. For example:
Hello.Endpoints=tcp -h 0.0.0.0 -p 10000
You might also need to set the following property to ensure that the proxies created through the object adapter contains a correct address/hostname:
Hello.PublishedEndpoints=tcp -h myhost -p 10000
Please see the manual for more information on this property, and also see this thread and this thread for the pitfalls to expect when using INADDR_ANY for an object adapter endpoint.
Benoit.
thank you very much.
There are currently 1 users browsing this thread. (0 members and 1 guests)