The server starts

If something doesn't fit in any other forum then post it here.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
masskill
Posts: 7
Joined: Wed May 18, 2011 6:38 pm

The server starts

Post by masskill »

If you try to run the server does not start on the choice of a game server. Ports are open.
What could it be? Help solve the problem
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: The server starts

Post by MELERIX »

incorrect ip settings may be...

anyway how you want proper support ?

if you have not put detailed info, for example which revision are you using and your configs, console errors, etc.
masskill
Posts: 7
Joined: Wed May 18, 2011 6:38 pm

Re: The server starts

Post by masskill »

external ip 94.124.195.46

Game config

Code: Select all

# Where's the Login server this gameserver should connect to# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: 127.0.0.1LoginHost = 94.124.195.46 # TCP port the login server listen to for gameserver connection requests# Default: 9014LoginPort = 9014 # Bind address for gameserver. You should not need to change it in most cases.# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)GameserverHostname = 94.124.195.46 # Default: 7777GameserverPort = 7777


Login comfig

Code: Select all

# Bind ip of the LoginServer, use * to bind on all available IPs# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)LoginserverHostname = 94.124.195.46 # Default: 2106LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u># WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u># Default: * (0.0.0.0)LoginHostname = 94.124.195.46 # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014

login to the server and then admits no
no errors in the game server

I do not know whether it is set or not

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">    <!-- Localhost here -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- Internalhosts here (LANs IPs) -->    <define subnet="10.0.0.0/8" address="10.0.0.0" />    <define subnet="172.16.0.0/19" address="172.16.0.0" />    <define subnet="192.168.0.0/16" address="192.168.0.0" />    <define subnet="94.124.0.0/16" address="94.124.0.0" /></gameserver>
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: The server starts

Post by lion »

use default login/server config with 127.0.0.1 and * then in ipconfig put

Code: Select all

 <?xml version="1.0" encoding="UTF-8"?><gameserver address="94.124.195.46"></gameserver>
that's all
masskill
Posts: 7
Joined: Wed May 18, 2011 6:38 pm

Re: The server starts

Post by masskill »

Code: Select all

Listening for GameServers on 127.0.0.1:9014Telnet server is currently disabled.Login Server ready on *:2106Updated Gameserver [1] Bartz IP's:127.0.0.1/127.0.0.0/810.0.0.0/10.0.0.0/8172.16.0.0/172.16.0.0/19192.168.0.0/192.168.0.0/16127.0.0.1/0.0.0.0/0 


Nothing helped
lion
L2j Veteran
L2j Veteran
Posts: 967
Joined: Sun Mar 11, 2007 7:49 pm
Location: Ukraine

Re: The server starts

Post by lion »

Listening for GameServers on 127.0.0.1:9014

change in login server config 127.0.0.1 to *
LoginserverHostname = *
LoginHostname = *


and edit ipconfig.xml or you not read what i write?
masskill
Posts: 7
Joined: Wed May 18, 2011 6:38 pm

Re: The server starts

Post by masskill »

a bit difficult to translate the text you write in Russian:)
shall describe in detail if you can, what and where I need to write
masskill
Posts: 7
Joined: Wed May 18, 2011 6:38 pm

Re: The server starts

Post by masskill »

anyone can help please write in icq 245 552 022 or skype adm_masskill
I will be very grateful

well write what and where to prescribe
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: The server starts

Post by MELERIX »

masskill wrote:anyone can help please write in icq 245 552 022 or skype adm_masskill
I will be very grateful

well write what and where to prescribe
better check the guide, is more easy: http://trac.l2jserver.com/wiki/L2J_Install
Post Reply