Page 1 of 3

help with server start

Posted: Wed Apr 13, 2011 6:48 pm
by Ai17
ok i have problem when i configure server configs , when i do default i can login to my server, but when i do my ip i cant ,and anyone alse cant

this is my gameserver config

Code: Select all

# ---------------------------------------------------------------------------# Game 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# ---------------------------------------------------------------------------# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname# Common settings...# 127.0.0.1 - If you are playing alone on a test server# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect# x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.# If this IP is resolvable by the Login Server, just leave *.# ---------------------------------------------------------------------------# Default: *ExternalHostname = 84.55.6.66# ---------------------------------------------------------------------------# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.# If this IP is resolvable by the Login Server, just leave *.# ---------------------------------------------------------------------------# Default: *InternalHostname = 84.55.6.66 # Where's the Login server this gameserver should connect to# Default: 127.0.0.1LoginHost =84.55.6.66 # TCP port the login server listen to for gameserver connection requests# Default: 9014LoginPort = 9014 # Default: *GameserverHostname = 84.55.6.66 # Default: 7777GameserverPort = 7777  # ---------------------------------------------------------------------------# 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 = 
84.55.6.66 - this is my ip

Code: Select all

# ---------------------------------------------------------------------------# 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# ---------------------------------------------------------------------------# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname# Common settings...# 127.0.0.1 - If you are playing alone on a test server# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect# x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.# ---------------------------------------------------------------------------# Default: 127.0.0.1ExternalHostname = 84.55.6.66 # ---------------------------------------------------------------------------# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.# ---------------------------------------------------------------------------# Default: 127.0.0.1InternalHostname = 84.55.6.66# ---------------------------------------------------------------------------# If you are behind a router which using its own local IP for Port Forwarding then set this to the routers# local IP if you want people outside your internal network to be able to connect to your server.# ---------------------------------------------------------------------------# RouterHostname =  # Bind ip of the LoginServer, use * to bind on all available IPs# Default: *LoginserverHostname = 84.55.6.66# Default: 2106LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs# Default: *LoginHostname = 84.55.6.66 # 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 = 20 # Time you won't be able to login back again after LoginTryBeforeBan tries to login.# Default: 600 (10 minutes)LoginBlockAfterBan = 600 # If set to True any GameServer can register on your login's free slots# Default: FalseAcceptNewGameServer = False # Enforce GameGuard authorization from client?# If True, login server will kick client if the client bypassed GameGuard authentication.# Default: FalseForceGGAuth = False
this is login server

and i have rotter but where i could find his ip , and if that could be the problem?

Re: help with server start

Posted: Wed Apr 13, 2011 6:58 pm
by sam.jr
Check ipconfig.xml

Re: help with server start

Posted: Wed Apr 13, 2011 7:04 pm
by Dumpster
Reset them to default and change the ip to your ip in the ipconfig.xml file should repair your issue.

Re: help with server start

Posted: Thu Apr 14, 2011 12:30 am
by tukune
Ai17 wrote:when i do default i can login to my server, but when i do my ip i cant ,and anyone alse cant
That is normal. Don't worry. Everybody same.
Do your router have hairpin NAT ?

Do you read this?
"Ai17 wrote:
22. # ---------------------------------------------------------------------------
23. # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.
24. # This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.
25. # If this IP is resolvable by the Login Server, just leave *.
26. # ---------------------------------------------------------------------------
27. # Default: *
28. InternalHostname = 84.55.6.66

Re: help with server start

Posted: Thu Apr 14, 2011 2:34 am
by hope
Ai17 wrote:ok i have problem when i configure server configs , when i do default i can login to my server, but when i do my ip i cant ,and anyone alse cant
leave configs default change ipconfig.xml only open ports in router check firewall is not blocking it. If no one still cant get in after this (and remember it works for everyone else) then you have messed up somewhere or not done something you should of

PS post ipconfig to see the way you have edited it also show host file
are you running server and logging in from your home pc?

Re: help with server start

Posted: Thu Apr 14, 2011 8:48 am
by Ai17
where to find ipconfig.xml ? and yes server on my home pc.

Re: help with server start

Posted: Thu Apr 14, 2011 9:02 am
by sam.jr
Ai17 wrote:where to find ipconfig.xml ? and yes server on my home pc.
Folder "config". Where is server.properties.

Re: help with server start

Posted: Thu Apr 14, 2011 9:26 am
by Ai17
in server config there is no xml at all

and in config no ipxml

Re: help with server start

Posted: Thu Apr 14, 2011 9:54 am
by sam.jr
Ai17 wrote:in server config there is no xml at all

and in config no ipxml
ORLY? :shock:
Which revision of l2j do you using?

Re: help with server start

Posted: Thu Apr 14, 2011 9:58 am
by Ai17
i download from here http://www.l2jserver.com/nightly/index. ... %2FT2.4%2F


i can update with eclipse but there some problems

Re: help with server start

Posted: Thu Apr 14, 2011 10:05 am
by sam.jr
Ai17 wrote:i can update with eclipse but there some problems
Oct 15 2010 :shock: holycrap! Update to last version from svn.

Re: help with server start

Posted: Thu Apr 14, 2011 10:14 am
by jurchiks
Dude, that's Epilogue branch.

Re: help with server start

Posted: Thu Apr 14, 2011 12:24 pm
by shinomidefuego
:lol: :lol: :P maybe he want to make a epilogue server

Re: help with server start

Posted: Thu Apr 14, 2011 12:46 pm
by bembelinas
and i want....

Re: help with server start

Posted: Thu Apr 14, 2011 1:00 pm
by sam.jr
shinomidefuego wrote::lol: :lol: :P maybe he want to make a epilogue server
Then must be:

Code: Select all

 ..InternalHostname = *LoginHost =127.0.0.1Password = <<<<<< UR PASS..