Page 1 of 1
Problem Launching Server Behind Router.
Posted: Tue May 03, 2011 3:59 am
by ZeroCool22
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
4601:
L2JDP Revision
7968:
I used L2ini modified with my IP server for connect and works perfect,
the problems is when i connect the Router, maybe i need put some extra IP here but dunno waht IP. PLease help.
This is how i have configured:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="xxxxx.no-ip.biz " 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" /></gameserver>
Re: Problem Launching Server Behind Router.
Posted: Tue May 03, 2011 4:47 am
by hope
You have been here long enough to know the rules about modding your client
Re: Problem Launching Server Behind Router.
Posted: Tue May 03, 2011 5:04 am
by ZeroCool22
hope wrote:You have been here long enough to know the rules about modding your client
I can give the host "only" not edited system to with the NO-IP but will happen the same i need to know how configured the XML with the router IP's.
Re: Problem Launching Server Behind Router.
Posted: Tue May 03, 2011 5:25 am
by jurchiks
routers usually require to configure this IP: <define subnet="192.168.0.0/16" address="192.168.0.0" />
Re: Problem Launching Server Behind Router.
Posted: Tue May 03, 2011 5:34 am
by VlLight
which address in LoginserverHostname = of loginserver.properties?
Re: Problem Launching Server Behind Router.
Posted: Tue May 03, 2011 7:18 am
by ZeroCool22
FIXED!
I need to leave loginserver.properties by default and only Modify the XML, now server launch perfect.
Re: Problem Launching Server Behind Router.
Posted: Tue May 03, 2011 7:38 am
by MELERIX
ZeroCool22 wrote:FIXED!
I need to leave loginserver.properties by default and only Modify the XML, now server launch perfect.
That happens when people don't read the configs xD
as you can see... in
loginserver.properties
# Bind ip of the LoginServer, use * to bind on all available IPs
# WARNING: Please don't change default IPs here if you don't know what are you doing!
# WARNING: External/Internal IPs are now inside "ipconfig.xml" file.
# Default: * (0.0.0.0)
LoginserverHostname = *
# The address on which login will listen for GameServers, use * to bind on all available IPs
# WARNING: Please don't change default IPs here if you don't know what are you doing!
# WARNING: External/Internal IPs are now inside "ipconfig.xml" file.
# Default: * (0.0.0.0)
LoginHostname = *
same for
server.properties
# Where's the Login server this gameserver should connect to
# WARNING: Please don't change default IPs here if you don't know what are you doing!
# WARNING: External/Internal IPs are now inside "ipconfig.xml" file.
# Default: 127.0.0.1
LoginHost = 127.0.0.1
# Bind address for gameserver. You should not need to change it in most cases.
# WARNING: Please don't change default IPs here if you don't know what are you doing!
# WARNING: External/Internal IPs are now inside "ipconfig.xml" file.
# Default: * (0.0.0.0)
GameserverHostname = *
Re: Problem Launching Server Behind Router.
Posted: Tue May 03, 2011 11:09 am
by ZeroCool22
MELERIX wrote:ZeroCool22 wrote:FIXED!
I need to leave loginserver.properties by default and only Modify the XML, now server launch perfect.
That happens when people don't read the configs xD
as you can see... in
loginserver.properties
# Bind ip of the LoginServer, use * to bind on all available IPs
# WARNING: Please don't change default IPs here if you don't know what are you doing!
# WARNING: External/Internal IPs are now inside "ipconfig.xml" file.
# Default: * (0.0.0.0)
LoginserverHostname = *
# The address on which login will listen for GameServers, use * to bind on all available IPs
# WARNING: Please don't change default IPs here if you don't know what are you doing!
# WARNING: External/Internal IPs are now inside "ipconfig.xml" file.
# Default: * (0.0.0.0)
LoginHostname = *
same for
server.properties
# Where's the Login server this gameserver should connect to
# WARNING: Please don't change default IPs here if you don't know what are you doing!
# WARNING: External/Internal IPs are now inside "ipconfig.xml" file.
# Default: 127.0.0.1
LoginHost = 127.0.0.1
# Bind address for gameserver. You should not need to change it in most cases.
# WARNING: Please don't change default IPs here if you don't know what are you doing!
# WARNING: External/Internal IPs are now inside "ipconfig.xml" file.
# Default: * (0.0.0.0)
GameserverHostname = *
I know what can say... my fault!
