Results 1 to 3 of 3

Thread: Folks entering on different ports?

  1. #1

    Folks entering on different ports?

    I run a Multi User dungeon on port 2000. When I am online and someone logs into the game it sends a notify message to me that shows the persons name, ip address and port.

    Never has it showed the same port I have open for the game always something else above 1000.

    Am I just not understanding tcp/ip and how it shuffles ports? Or is there something seriously wrong with the codebase that is causing this wierdness?

    Thanks,
    Ras

  2. #2

    Re: Folks entering on different ports?

    No, that is normal. The same thing happens when someone telnets into your machine. The port (23) is listening for connections, when the client machine tries to connect the machine then passes it allong to another port in a higher range for the actual transmission of data. If this didn't happen there would be exclusive locks on ports allowing only one machine to be reading/writing to the same program/service at a time.

    Where is your mud again ;D?

  3. #3

    Re: Folks entering on different ports?

    this isn't really a tcp/ip thing as much as it is a UNIX sockets and portmapper/RPC thng.

Similar Threads

  1. manually open ports in Internet Connection Firewal
    By CoolJsa14 in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 09:58 PM
  2. no modem in Redhat Linux 8??
    By in forum Linux - General Topics
    Replies: 172
    Last Post: 09-14-2003, 04:20 PM
  3. Help with Modem/Weird Request...
    By McBane in forum Suse
    Replies: 22
    Last Post: 12-31-2002, 02:46 AM
  4. What are those ports for ??
    By Compunuts in forum Linux - Software, Applications & Programming
    Replies: 7
    Last Post: 03-25-2002, 06:59 AM

Bookmarks

Posting Permissions

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