Page 1 of 1

Trouble to get server on

Posted: Wed Jul 06, 2011 6:33 pm
by gabiito
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4470
L2JDP Revision Number:7733

Well, hi ppl

I'm very disappointed, i was trying to get online the l2jserver and crashing over the wall over and over again xD
That's my files
ipconfig.xml:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="l2jserver.servegame.com" 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="192.168.0.0/16" address="192.168.2.20" /></gameserver>
server.properties:

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 = 127.0.0.1 # 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 = * # Default: 7777GameserverPort = 7777 
loginserver.properties:

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 = * # 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 = * # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014 
router config:
Image
maybe i need to put udp too?
in epilogue version this config worked for me.

console:
Image

in-game print:
Image
i can login but no gameserver is listed
hope u can help me :(

Re: Trouble to get server on

Posted: Wed Jul 06, 2011 10:03 pm
by tukune
:twisted:

Re: Trouble to get server on

Posted: Wed Jul 06, 2011 10:38 pm
by gabiito
ok, i've changed the ip address on the router but it still in the same, i can login but gameserver doesn't appear :/

Re: Trouble to get server on

Posted: Thu Jul 07, 2011 7:44 am
by Nyaran
Check console.
Gameserver and login connect or throw an error?

Pd. Router and l2j config, need the ip of server machine, not client machine. And .., yo don't need to open MySQL port and port 9014 if login and gameserver are in same machine