01-07-2013, 05:14 AM
Its just not possible because the loginserver will just send the ip to the client that the connector knows.
So if the gameserver is listening at 192.168.0.1 for example, then the connector will send that to the loginserver, and the loginserver will send that to the client. perfectly fine if the client is in that network, but from the outside it wont work.
for that the connector needs to be modified to send a static IP address that is hardcoded in the connector.
For linux there are also programs like hamachi available

