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
If you want to receive support we need this info to help you properly. » Find Revision
L2J Revision Number:
L2JDP Revision Number:
I know that this Topic was already asked... but i still didn't get what to change that they are able to connect to my server
is anyone able to upload or list the lines which i need to change for them in there hosts document or in the server folder?
i know that they need to connect to man WAN but still where can i put it that they can connect to it?
jurchiks wrote:C:\windows\system32\drivers\etc
file hosts (without extension)
open it with a text editor and add a line like this:
127.0.0.1 l2authd.lineage2.com
Ofc, if you want to connect from outside, you change the IP to your WAN IP (whatismyip.com), but for that you might need to forward ports 2106/7777 in your router/firewall, if you have it. If you connect from another PC in your internal network (LAN), then the IP is your LAN IP (start>run>cmd>ipconfig>IP Address)
Also, if you set TestServer = False to True in General.properties, the line in hosts file changes to:
127.0.0.1 l2testauthd.lineage2.com
this is what made me try it.. but i didnt got the point. yes the ports are open !
<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default -->-<gameserver address="127.0.0.1">+<gameserver address="your external IP"> <!-- Localhost access --> <define subnet="127.0.0.0/8" address="127.0.0.1" /> <!-- LAN's, put old contents of InternalHostname here -->
Now edit the hosts file that your friends need to log on your server
So you must connect to your router (http://192.168.1.1/) and open the right ports (2106 and 7777)
Now your friends should be able to log on your server, good luck
P.S. I hope the title is wrong because other people can log only on your server, not on your client
dont know what u are meanin with tht TCP protocol, but as much as i know they are opened... if they are opened the right way ... :/ dont know about that...
Salfalur wrote:dont know what u are meanin with tht TCP protocol, but as much as i know they are opened... if they are opened the right way ... :/ dont know about that...
best thing you can do read up on the how to if you still dont understand after reading all that forget about even trying putting up a server as you will never get it
i had a gracia server and it worked that ppl from outside could join me...
so the ports should be opend !
but its kind of still not working and i dont know what is wrong.. would be some awesome stuff if somebody could help me out via remote control
<?xml version="1.0" encoding="UTF-8"?> <!-- Put old contents of ExternalHostname here, used by default --> <gameserver address="78.50.196.206"> <!-- Localhost access --> <define subnet="127.0.0.0/8" address="127.0.0.1" /> <!-- LAN's, put old contents of InternalHostname here --> </gameserver>
that's it
but it's not in that spot as u told.. its in gameserver/config
# ---------------------------------------------------------------------------# Login Server Settings# ---------------------------------------------------------------------------# This is the server configuration file. Here you can set up the connection information for your server.# This was written with the assumption that you are behind a router.# Dumbed Down Definitions...# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.# ---------------------------------------------------------------------------# Networking# --------------------------------------------------------------------------- # Bind ip of the LoginServer, use * to bind on all available IPs# Default: *LoginserverHostname = * # Default: 2106LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs# Default: *LoginHostname = * # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014 # The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)# Default: 15IpUpdateTime = 15 # ---------------------------------------------------------------------------# Security# ---------------------------------------------------------------------------# Default: TrueLogLoginController = True # How many times you can provide an invalid account/pass before the IP gets banned.# Default: 10LoginTryBeforeBan = 10 # Time you won't be able to login back again after LoginTryBeforeBan tries to login.# Default: 600 (10 minutes)LoginBlockAfterBan = 300 # If set to True any GameServer can register on your login's free slots# Default: FalseAcceptNewGameServer = True # Enforce GameGuard authorization from client?# If True, login server will kick client if the client bypassed GameGuard authentication.# Default: FalseForceGGAuth = False # Flood Protection. All values are in MILISECONDS.# Default: TrueEnableFloodProtection = True # Default: 15FastConnectionLimit = 15 # Default: 700NormalConnectionTime = 700 # Default: 350FastConnectionTime = 350 # Default: 50MaxConnectionPerIP = 50 # ---------------------------------------------------------------------------# Database# ---------------------------------------------------------------------------# Specify the appropriate driver and url for the database you're using.# Examples:# Driver = com.mysql.jdbc.Driver (default)# Driver = org.hsqldb.jdbcDriver# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriverDriver = com.mysql.jdbc.Driver # Database URL# URL = jdbc:mysql://localhost/l2jdb (default)# URL = jdbc:hsqldb:hsql://localhost/l2jdb# URL = jdbc:sqlserver://localhost/database = l2jdb/user = sa/password =URL = jdbc:mysql://localhost/l2jdb # Database user info (default is "root" but it's not recommended)Login = root # Database connection passwordPassword = censored :D # Default: 10MaximumDbConnections = 10 # Default: 0MaximumDbIdleTime = 0 # ---------------------------------------------------------------------------# Misc.# ---------------------------------------------------------------------------# If False, the license (after the login) will not be shown.# Default: TrueShowLicence = True # Default: TrueAutoCreateAccounts = True # ---------------------------------------------------------------------------# Developer Settings# ---------------------------------------------------------------------------# Default: FalseDebug = False # Default: FalseAssert = False # Default: FalseDeveloper = False
it's not done on my comp.. its on the laptop of my dad ... but configured for my pc