Error Connecting To Server

01/30/2013 23:23 dary3113#1
Hello. I have followed tutorials epvpers on how to get my server up and running. It works under localhost (127.0.0.1) but when I try to connect to my server via my wan IP; I just get the "check notice board" message..


See my images attached for my setup.

I have forwarded the ports as stated, but i'm still getting the message stating that the client cannot connect. Here is my configuration files:

ShaiyaServer\PSM_Client\Bin\Config:

ps_game.ini:

Quote:
[SERVER]
ServerName=Game01
ServerPort=30810
MaxConnection=1000
[CONNECTION]
Session=94.168.105.102
UserLog=94.168.105.102
DBAgent=94.168.105.102
GameLog=94.168.105.102
[DB]
GameDef=94.168.105.102, PS_GameDefs, sa,
GameData=94.168.105.102, PS_GameData, sa,
[GAMEINFO]
GameName=Beta
GamePublicIP=94.168.105.102
GameVersion=0x11093000
GameLogDBID=1
[LOGFILE]
Replace=0
Append=1
[MONITOR]
Enable=0
Port=50000


ps_gamelog.ini:

Quote:
[SERVER]
ServerName=GameLog01
ServerPort=30912
MaxConnection= 10
[DB]
DBCount=1
DBGame01=94.168.105.102, PS_GameLog, sa,
DBChat01=94.168.105.102, PS_ChatLog, sa,
[LOGFILE]
Replace=0
Append=1
[MONITOR]
Enable=0
Port=50001




ps_login.ini:

Quote:
[SERVER]
ServerName=Login01
ServerPort=30800
MaxConnection=3000
[CONNECTION]
Session=94.168.105.102
UserLog=94.168.105.102
[DB]
UserData=94.168.105.102, PS_UserData, sa,
[LOGFILE]
Replace=0
Append=1
[MONITOR]
Enable=0
Port=50000

ps_session.ini:

Quote:
[SERVER]
ServerName=Session
ServerPort=30900
MaxConnection=10
[CONNECTION]
UserLog=94.168.105.102
[GAMESERVERS]
GameServerCount=1
Game01=Name
[LOGFILE]
Replace=0
Append=1
[MONITOR]
Enable=0
Port=50000

ps_userlog.ini

Quote:
[SERVER]
ServerName=UserLog
ServerPort=30901
MaxConnection= 10
[DB]
UserLog=94.168.105.102, PS_UserData, sa,
[LOGFILE]
Replace=0
Append=1
[MONITOR]
Enable=0
Port=50001


ps_dbAgent.ini:
Quote:

[SERVER]
ServerName=DBAgent01
ServerPort=40900
MaxConnection= 10
[DB]
GameData=94.168.105.102, PS_GameData, sa,
[LOGFILE]
Replace=0
Append=1
[MONITOR]
Enable=0
Port=50000


and shayaserver\PSM_Server\Config\PSMServer_Config.ini :


Quote:
[Main]

<ip_session> = 94.168.105.102

<ip_userlog> = 94.168.105.102

<db_user> = 94.168.105.102, PS_UserData, sa,



[Login_001]

<sv_maxuser> = 3000

<ip_login> = 94.168.105.102



[GameGroup_001]

<sv_maxuser> = 1000

<sv_gameversion> = 0x11093000

<sv_gamename> = Name

<sv_publicip> = 94.168.105.102

<ip_game> = 94.168.105.102

<ip_dbagent> = 94.168.105.102

<ip_gamelog> = 94.168.105.102

<db_game> = 94.168.105.102, PS_GameData, sa,

<db_gamedef> = 94.168.105.102, PS_GameDefs, sa,

<db_gamelog> = 94.168.105.102, PS_GameLog, sa,

<db_chatlog> = 94.168.105.102, PS_ChatLog, sa,





I have removed the encrypted passwords for my database, I know for a fact they are correct. Please note, my screenshots attached contain SS of my errors
01/31/2013 14:25 dary3113#2
Bump.

Another Bump
02/01/2013 18:15 st.jimmy998#3
Quote:
SERVER]
ServerName=Game01
ServerPort=30810
MaxConnection=1000
[CONNECTION]
Session=94.168.105.102 (Should be 127.0.0.1)
UserLog=94.168.105.102 (Should be 127.0.0.1)
DBAgent=94.168.105.102 (Should be 127.0.0.1)
GameLog=94.168.105.102 (Should be 127.0.0.1)
Just change GamePublicIP= (94.168.105.102 here)

game.exe edited with new ip?