Issues with getting my pserver public.

08/18/2011 05:09 iowaguy86#1
Hey Guys,

I used Omega's tutorial on creating a private server. All of it works perfectly, but I want to edit it so my spouse can access it too (same internet connection, different computer). This isn't going to be a public server, just one for my spouse and I to test with.

I tried Hamachi, but epically failed. I read a post on port forwarding, but it was not detailed enough for me to understand. *Sorry, I'm a bit of a noob*

Here is my ps_game.ini file text:

[SERVER]
ServerName=Game01
ServerPort=
MaxConnection=5000
[CONNECTION]
Session=127.0.0.1
UserLog=127.0.0.1
DBAgent=127.0.0.1
GameLog=127.0.0.1
[DB]
GameDef=127.0.0.1, PS_GameDefs, Shaiya, 52DF3B06881C9EB6131B9DE689E5B3DE937469B2809F11328B 12DD48C164F6FE7B9474B041053312692AB04642BD0002A95F 0CC1164E00105B3170CE5BB3EA4EB82E238E207371152198B9 76B3E00954100C8F6E5F5C802C96B5237993A9D5E53311E8A3 79043743B42D8D28C0DBCA2F174C070311AE16A05005486D08 85CAC3
GameData=127.0.0.1, PS_GameData, Shaiya, E325BA6BE722439DEC824BEE3BEEB63F13E1610910E5D7DD3A 143EB4CB4DA4138CC8A6D469B10AF8FB53AD0F34D3B363E64A A613A525FAF28E33A3C428AA29F8970292ECAAB557AEB66383 47C94278DC12D9598AF53042C1CE653AAE33AE585C2203886E BE12630FE5BDDA15680FC13127AC273F36CB7653ACD271D2A3 F51A46
[GAMEINFO]
GameName=ServerName
GamePublicIP=127.0.0.1
GameVersion=0x00000000
GameLogDBID=1
[LOGFILE]
Replace=1
Append=0
[MONITOR]
Enable=0
Port=50000

[UNITED_WAR_SERVER]
PublicIP=173.20.xxx.xxx (my IP, as stated on whatsmyip.org)


I also edited my IP (173.20.xxx.xxx) into the game.exe file on both computers. When either me or my spouse tries to connect, it says "Failed to connect to login server. Check notice board".

When I use my IP address found by Start, Run, and ipconfig, I get a different IP address 193.168.xxx.xxx. When I edit my ps_game.ini file and game.exe file to that IP address, my computer can connect and run, but my spouse's still cannot.

My computer - Windows XP
Spouse's computer - Windows 7

If anyone can help, it would be greatly appreciated!!
08/18/2011 06:12 RebeccaBlack#2
Wrong Section..

Anyways, the IP to the UNITED_WAR_SERVER or whatever the hell that is, isn't needed. I don't even recall my .ini file having it... Then as for the GamePublicIP - That needs to be set to either your 127.0.0.1 (Localhost or ::1 for YOU only) or your router assigned IP for anyone on your network, orrr your external IP for anyone to connect to.

If you want others to connect, be sure you open your ports (30800 Login | 308100 Game) through your firewall, and if needed, your router's build in firewall. (I.E. port forwarding)
08/19/2011 07:04 iowaguy86#3
Thank you!