Page 1 of 1

External can't get to server select but Internal can

Posted: Sun Mar 23, 2014 5:57 pm
by kutt
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 6445:
L2JDP Revision 9641:

Hi, I'm looking to get my stuff set up properly because external users can't connect, but internal can.

My ports 2106 and 7777 are open on my router and host machine.

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: 2106# 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: 127.0.0.1LoginHostname = * # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014 #LoginHost = 127.0.0.1  
Server.properties

Code: Select all

 # ---------------------------------------------------------------------------# Networking# ---------------------------------------------------------------------------InternalHostname = 127.0.0.1 #ExternalHostname = 174.126.190.135 # 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 
ipconfig.xml

Code: Select all

 <?xml version="1.0" encoding="UTF-8"?><!-- Note: If file is named "ipconfig.xml" this data will be used as network configuration, otherwise server will configure it automatically! --><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="174.126.190.135" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/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="174.126.0.0/19" address="174.126.190.135" />    <define subnet="192.168.0.0/16" address="192.168.1.113" /></gameserver> 

Please help. I've been working on this for almost 3 weeks and im getting sooo discouraged :(

Re: External can't get to server select but Internal can

Posted: Sun Mar 23, 2014 6:00 pm
by JMD
You dont have to change anything in loginserver and gameserver properties. Also leave ipconfig.xml unchanged. The server handles that automatically now.

Re: External can't get to server select but Internal can

Posted: Sun Mar 23, 2014 6:02 pm
by kutt
So i should delete my ipconfig.xml and let the game autogenerate one from the default-ipconfig.xml?

And don't I have to set my IP on the login and came server files?