Game server will not load with internal IP.

enkidou
Posts: 29
Joined: Mon Jan 20, 2014 8:42 am

Re: Game server will not load with internal IP.

Post by enkidou » Thu Dec 11, 2014 1:11 pm

atom0s wrote:That is how the login server should look after loading properly. You need to open the game server as well. You can check the log files in /logs/ to see whats happening if they are not staying open or just instantly closing etc.
Well when I use the local 127.0.0.1 and everything loads find it goes a bit further. See image.

Image

My internal IP doesn't allow it to get "ready to work." Also, I am opening the game server as well but it doesn't even come close to loading completely. It opens and closes before it even begins to load items, spells, zones, etc.

I'll give the logs a look. Thanks.

enkidou
Posts: 29
Joined: Mon Jan 20, 2014 8:42 am

Re: Game server will not load with internal IP.

Post by enkidou » Thu Dec 11, 2014 1:15 pm

Here is the log.
[11/Dec 13:17][1;37m[Info][0m Console Silent Setting: 0
[11/Dec 13:17][1;32m[Status][0m The login-server-auth is [1;32mready[0m (Server is listening on the port 54231).

[11/Dec 13:17][1;32m[Status][0m The login-server-lobbydata is [1;32mready[0m (Server is listening on the port 54230).

[11/Dec 13:17][1;32m[Status][0m The login-server-lobbyview is [1;32mready[0m (Server is listening on the port 54001).

[11/Dec 13:17][1;35m[SQL][0m Host '192.168.1.2' is not allowed to connect to this MySQL server

enkidou
Posts: 29
Joined: Mon Jan 20, 2014 8:42 am

Re: Game server will not load with internal IP.

Post by enkidou » Thu Dec 11, 2014 1:24 pm

I think I might have something! Went into MySQL and added a new account with my internal IP and full privileges. SUCCESS!

enkidou
Posts: 29
Joined: Mon Jan 20, 2014 8:42 am

Re: Game server will not load with internal IP.

Post by enkidou » Thu Dec 11, 2014 1:35 pm

Seems to be working as it should. Now, if I do the same steps with my external IP then I'm back to square one, but I will take this for now.

Thanks for all the help, guys.

nasomi
Posts: 141
Joined: Wed Feb 13, 2013 8:51 am

Re: Game server will not load with internal IP.

Post by nasomi » Thu Dec 11, 2014 1:42 pm

Yeah, I totally forgot about that. One time I couldn't connect, it was because it was only accepting connections from white listed ip's by default. I changed it so that it'll take any connection that strolls by.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: Game server will not load with internal IP.

Post by kjLotus » Thu Dec 11, 2014 3:28 pm

if your SQL server is on the same IP as your machine, you should have left the IP as 127.0.0.1 for the sql server

the only IP you had to change was the zone in zone_settings, no other IP in any of the conf files

enkidou
Posts: 29
Joined: Mon Jan 20, 2014 8:42 am

Re: Game server will not load with internal IP.

Post by enkidou » Fri Dec 12, 2014 8:23 am

kjLotus wrote:if your SQL server is on the same IP as your machine, you should have left the IP as 127.0.0.1 for the sql server

the only IP you had to change was the zone in zone_settings, no other IP in any of the conf files
Ah, I see. Thanks!

Post Reply