-
Elite Member
Can't get past server select
I can't seem to be able to get past server select on my server. I can get through the first login screen just fine, but then when I try to choose a server it says "Cannot connect to the game. Please check the network." It was doing this earlier with the v15 files from the guide Serus (now Dell Honne, I see) made, and is now continuing to do it with the v16/v17 files. I feel like there's just a really stupid explanation for this. Allow external connections is on, every single port in existence is being forwarded (I just forwarded the range 1 - 65535 to the dedi, for purposes of laziness), all of the IPs in the configs are 127.0.0.1, Neuz is pointing at the right IP, etc etc. Any assistance that you could offer would be appreciated.
Last edited by Resonance03; 05-07-11 at 10:22 AM.
-
-
Member
Re: Can't get past server select
AccountServer.ini
TEST
AddTail( -1, 1, "Drakonic", "YOUR IP/ NOT 192.168.1.....", 0, 1, 0 );
AddTail( 1, 1, "Channel 1-1", "YOUR IP/ NOT 192.168.1.....", 0, 1, 600 );
------------------------------------------------------------------
cacheSever.ini
Core "127.0.0.1"
Port 15400
------------------------------------------------------------------
loginsever.ini
DB "127.0.0.1"
Core "127.0.0.1"
------------------------------------------------------------------
AddCache ( "YOUR IP/ NOT 192.168.1....." );
------------------------------------------------------------------
MSG_VER "20070712"
------------------------------------------------------------------
LINKSYS
World 15400 to 15400
Char 23000 to 23000
Login 28000 to 28000
neuzu.exe
STRINGTABLE
LANGUAGE LANG_KOREAN, 0x1
{
1, "YOUR IP OR NO IP/ NOT 192.168.1....."
2, "1"
3, "2"
4, "1"
5, "1"
6, "20070712"
7, "15400"
8, "5000"
9, "5"
10, "1252"
11, "1"
}
neuz.ini
IP "YOUR IP OR NO IP/NO 192.168.1......"
-
Elite Member
Re: Can't get past server select
Aha... the problem was that I was using 127.0.0.1 in the AddTails instead of my external IP. Thanks.
-
Member
Re: Can't get past server select