PDA

View Full Version : Cannot connect to my world server from 2nd computer


jeffpuff
07-15-2006, 09:55 AM
I have everything up and running great now. The only issue I am running into now is I cannot connect to my server from my second computer. I can log on to any other server on the list, but when i select my, it crashes back to the login screen and my world.exe gives me this:

[07.15. - 17:47:40] [WORLD__CLIENT] New connection from 192.168.0.146:2186
[07.15. - 17:47:41] [NET__ERROR] 192.168.0.146:2186: Received OP_SessionRequest in ESTABLISHED state (0)
[07.15. - 17:47:41] [NET__IDENTIFY] Unable to identify stream from 192.168.0.146:2186 before it closed.

No other issues from any of my friend loging on from their houses, just on my second computer.


Thanks in advance for any help.


Jeff

Belfedia
07-16-2006, 08:35 PM
I have everything up and running great now. The only issue I am running into now is I cannot connect to my server from my second computer. I can log on to any other server on the list, but when i select my, it crashes back to the login screen and my world.exe gives me this:



No other issues from any of my friend loging on from their houses, just on my second computer.


Thanks in advance for any help.


Jeff


In xml config,
Have you put the correct local adress (server local ip) ?
If your server local ip is 192.168.1.1
in xml you need to have :
[cdoe]<!-- Only specify these two if you really think you need to. (read: You don't) -->
<address>fyouradress.com</address>
<localaddress>192.168.1.1</localaddress>[/code]

jeffpuff
07-17-2006, 07:39 AM
When I specified both the address and the local address I could log on fine but no one else could. When I specified just the localaddress and let the login server take care of the address with this format:


<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>fyouradress.com</address> -->
<localaddress>192.168.1.1</localaddress>

Everything worked perfectly!


Thank you Belfedia