Welcome!

Join our community of MMORPG enthusiasts and private server developers! By registering, you'll gain access to in-depth discussions on source codes, binaries, and the latest developments in MMORPG server files. Collaborate with like-minded individuals, explore tutorials, and share insights on building and optimizing private servers. Join us today and unlock the full potential of MMORPG server development!

Join Today!

One LAN, Two Servers

Newbie Spellweaver
Joined
Dec 6, 2011
Messages
68
Reaction score
6
Location
Michigan
ok so now that I completely fubared my original server by making edits and changes on the fly with little to no backup and munged all my databases..... it's time to start fresh.

Now I've got two boxes configured.
192.168.1.123 Live server
192.168.1.130 Testing server
I have one IP address and atm I don't really care if the test server can be accessed outside of my network. The appropriate ports are set to forward to 192.168.1.123

My problem is that I can't access the Testing server from the client.
Here's what my serverlist.txt looks like....
Code:
PvP
Land of Thunder  29000:192.168.1.130	0

PvE
Fire and Ice	29000:192.168.1.123	0
when I select the serverlist, it shows Fire and Ice, but does not show Land of Thunder. If I try to edit currentserver.ini to showLand of Thunder and it's IP, then client then shows 12345 for the server name on the login window and the server selection screen still only shows Fire and Ice.
The test server is a clean install at this point and the only things that I changed in it were the IP addresses in the files that are listed in 343's video. (I am still using 343's release for my base.) the main server is working and connecting fine, but the test server is not visible to the client. I can't figure out why.:ehh:
 
(not that you NEED to, but) 'game' ports {29000 default} is set in config for glink...

Yeah, I tried that. but there's SO many ports listed there, and glinkserver 1-4 and so on and so forth. I tried it, but it didn't work and now I can't get to pwAdmin anymore. (I get the login prompt, but then it just keeps acting like it's loading without continuing.) So I'm resetting all of that back to how it was.
(Note: the server port was also listed in /opt/lampp/htdocs/config.php. )

I can access the web server to create accounts all day, but cannot get into pwAdmin.
 
serverlist.txt is weird, from my experience you actually have to edit and use the exact original serverlist.txt to work.

For example, if you delete serverlist.txt and then create a new .txt file and put the right info into it, it will not work.

It is really weird but for me, I have to actually use the original serverlist.txt
 
I was gonna say:

You can create a serverlist.txt from a brand new (blank) file as long as
A) you use TABS (NOT spaces)
and
B) make SURE to 'save as' UNICODE

Yeah, I tried that. but there's SO many ports listed there, and glinkserver 1-4 and so on and so forth. I tried it, but it didn't work and now I can't get to pwAdmin anymore. (I get the login prompt, but then it just keeps acting like it's loading without continuing.) So I'm resetting all of that back to how it was.
(Note: the server port was also listed in /opt/lampp/htdocs/config.php. )

I can access the web server to create accounts all day, but cannot get into pwAdmin.

You ONLY edit the ones that say 29000 (if that wasn't obvious)...

Oh, and the one in htdocs is only so it will properly show whether the server is "online" or "offline" on the 'website' (it doesn't really effect functionality) :wink:
 
Back