Results 1 to 3 of 3

Thread: Socket connection with general client

  1. #1
    tu8ge is offline Registered User
    Join Date
    Jul 2005
    Posts
    2

    Thumbs down Socket connection with general client

    I've tryed to telnet localhost with the port to a Ice server side program, it works, the telnet connection successfully connected.

    and i try to connect my linux server from laptop, it failed!
    i thought that maybe the firewall caused the connection fail, but i write a simple perl scripe in the server side on the same port, and connect from my laptop, it work!

    so i wonder what's the matter.

    how can i make my linux Ice server serve remote clients?

    can a general socket client TALK to Ice service?

    thanks.

    PS. my MSN:tu8ge@hotmail.com
    Last edited by tu8ge; 07-02-2005 at 12:11 PM.

  2. #2
    tu8ge is offline Registered User
    Join Date
    Jul 2005
    Posts
    2
    Ice::ObjectAdapterPtr adapter
    = ic->createObjectAdapterWithEndpoints(
    "SimplePrinterAdapter", "default -h 192.168.100.111 -p 10000");

  3. #3
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    Sorry, but with the little information you provide, it's impossible to help you. What exactly fails? What error messages do you get? What proxy does the client use? What operation do you call on the server? What language mapping, operating system, and compiler are you using? Please provide as much detail as possible.

    Regarding your question about a "general socket client", I'm not sure I understand what you mean. In any case, of course you need an Ice client to talk to an Ice server.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Connection Lost between Client and Server
    By shenhongzhou in forum Help Center
    Replies: 2
    Last Post: 10-09-2009, 10:50 AM
  2. Socket operation on non-socket local address
    By Oleh Babyak in forum Bug Reports
    Replies: 1
    Last Post: 04-03-2009, 10:12 AM
  3. Ice Client Connection , how to save on round trips ?
    By Faiz.Usmani in forum Help Center
    Replies: 7
    Last Post: 06-23-2008, 11:00 AM
  4. Connection between Linux Server and Windows Client
    By jaleira in forum Help Center
    Replies: 17
    Last Post: 09-27-2006, 10:16 AM
  5. Replies: 1
    Last Post: 08-30-2005, 07:31 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
  •