Results 1 to 3 of 3

Thread: how to bind ice server with *:port ?

  1. #1
    pi1ot is offline Registered User
    Name: pi1ot
    Organization: SINA.com
    Project: WEB
    Join Date
    Feb 2005
    Posts
    3

    how to bind ice server with *:port ?

    how to start a ice server bind with *ort?
    include 127.0.0.1ort and real_iport.

    netstat -a
    Proto Recv-Q Send-Q Local Address Foreign Address State
    tcp 0 0 localhost:10005 *:* LISTEN

    thanks.

  2. #2
    benoit's Avatar
    benoit is online now ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    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.

  3. #3
    pi1ot is offline Registered User
    Name: pi1ot
    Organization: SINA.com
    Project: WEB
    Join Date
    Feb 2005
    Posts
    3

    Smile it's work.

    thank you very much.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. POSIX port of Ice
    By cospan in forum Projects
    Replies: 2
    Last Post: 11-06-2009, 07:18 PM
  2. how to bind 0.0.0.0:port ?
    By ewiniar in forum Help Center
    Replies: 3
    Last Post: 06-22-2006, 09:15 PM
  3. OpenBSD Port of Ice?
    By msw10100 in forum Help Center
    Replies: 0
    Last Post: 07-30-2005, 02:48 PM
  4. Client local ip address bind
    By mario in forum Help Center
    Replies: 6
    Last Post: 12-14-2004, 10:48 AM
  5. Would ICE be port to Delphi
    By 3100 in forum Help Center
    Replies: 0
    Last Post: 07-20-2004, 02:03 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •