External can't get to server select but Internal can

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
kutt
Posts: 49
Joined: Sat Mar 08, 2014 1:47 am
Location: USA

External can't get to server select but Internal can

Post 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 :(
JMD
Advanced User
Advanced User
Posts: 1440
Joined: Wed Apr 15, 2009 10:07 am

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

Post by JMD »

You dont have to change anything in loginserver and gameserver properties. Also leave ipconfig.xml unchanged. The server handles that automatically now.
kutt
Posts: 49
Joined: Sat Mar 08, 2014 1:47 am
Location: USA

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

Post 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?
Post Reply