Does anyone out there (maybe even someone who had development
involvement)
know the exact sequence of events that occur when connecting to a GPL
server?
I'm trying to finally resolve the problem of connecting to a GPL server
behind a
gateway (in this case, my linux gateway). I know that a GPL server
listens for
UDP connections at port 32766 (or whatever), and then, according to what
I've
read here, "gives a host-assigned port for communications with the
client". I'm
looking for something a bit less vague. For example, is the
host-assigned port
number given back in a UDP reply to the source IP/port that sent the
connect
request to port 32766? Or does GPL send a reply back to a different but
well-
defined port to the source IP (that the GPL client would know/expect)?
And
I assume that the port that is sent back is a port on the Server that
the client must
use? Or is it something else?
If enough details like this are known , then I think that a combination
of IP masquerading
and IP port forwarding in linux should be enough to allow at least 1 PC
behind
a linux gateway to serve as a GPL server.
Having some sort of message flow diagram would be nice, too. Like this:
GPL Client GPL Server
1.2.3.4 5.6.7.8
--------------------------------------------------
Send GPL-Client-Connect-Request-------------->
to 5.6.7.8:32766 from
1.2.3.4:xxxx
Send
GPL-Client-Connect-Request-Response
<------------------------------------to 1.2.3.4:xxxx (contains port
number 'p' for
client connection)
Send GPL-Client-Connect----------------------->
to 5.6.7.8:p from
1.2.3.4:xxxx
<------------------------------------Send GPL-Client-Connect-Response
acknowledgement
to 1.2.3.4:xxxx
GPL-Client-Data----------------------------------->
to 5.6.7.8:p
<-------------------------------------GPL-Server-Data to
1.2.3.4:xxxx
etc.....
anyway, let's get this ball rolling, and then all of us with private
networks attached
to the net will be able to connect to and host games (I've noticed a few
other people
out there with the same setup as myself).
Any help appreciated...
...Andrew