Unable to connect to login server on VPS
Dear RageForum,
We are running a VPS. All ports are forwarded correctly, and the server is running.
But when we try to connect with a client it says: Unable to connect to login server.
We tried: FuckMS v117 and TimelessMS V117.
But every source give the same errors.
Any suggestions to resolve this connection problems?
Mugaru:):
Re: Unable to connect to login server on VPS
It shouldn't be the source problem, must be connections.
Make sure you are connected to your mysql, internet and make sure you configured your db.properties correctly
compile etc.
http://forum.ragezone.com/f566/read-...stions-698669/
Re: Unable to connect to login server on VPS
Hello Piggy,
It doesn't give us any bat errors about the mysql, so i assume the myql connection is working fine.
i can't seem to get the server working on localhost aswell.
this is the config that i have put up.
worldGMS.properties
Code:
# defaults for channelservers
net.sf.odinms.channel.net.port1=8585
net.sf.odinms.channel.net.interface=127.0.0.1
Serverconstants
Code:
public static final byte[] Gateway_IP = new byte[]{(byte) 127, (byte) 0, (byte) 0, (byte) 1};
public static final String SQL_USER = "root", SQL_PASS = "";
db.properties
Code:
# database properties (Fill this out to match your Database Info)
ip=127.0.0.1
port=3306
database=timeless
user=root
pass=
channel.properties
Code:
# hostname or IP address of your world server
net.sf.odinms.world.host=127.0.0.1
LEN.ini
Code:
[Main]
Enabled=1
Windowname=MapleStory
[Server]
IP=127.0.0.1
[Hacks]
SwapUsernamePassword=0
I have tried to compile multiple times, and it doesn't change anything.
All of ur help and suggestions are very much appreciated!
Re: Unable to connect to login server on VPS
When was there a timelessms v117 source. Never heard of it.
Re: Unable to connect to login server on VPS
Yes I've replied via your messages. If may be different for everyone, please try and use the FAQs and see if yours is similar
Re: Unable to connect to login server on VPS
Got that from another website, cant advertise lol.
but, kind sir, could u please help me solve this problem?
Re: Unable to connect to login server on VPS
I could be wrong, but I thought the Gateway_IP had to set to the real Nexon IP (well it was on v116).
Re: Unable to connect to login server on VPS
And do u know what that ip is, if i may ask?
Re: Unable to connect to login server on VPS