help with server start

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

help with server start

Post 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?
User avatar
sam.jr
Posts: 258
Joined: Wed Feb 02, 2011 6:23 am
Location: Russia

Re: help with server start

Post by sam.jr »

Check ipconfig.xml
== ==
User avatar
Dumpster
Posts: 254
Joined: Thu Nov 04, 2010 5:15 am
Location: U.S.A

Re: help with server start

Post by Dumpster »

Reset them to default and change the ip to your ip in the ipconfig.xml file should repair your issue.
Makes no claim to know anything about anything.
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: help with server start

Post 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
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: help with server start

Post 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?
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Re: help with server start

Post by Ai17 »

where to find ipconfig.xml ? and yes server on my home pc.
User avatar
sam.jr
Posts: 258
Joined: Wed Feb 02, 2011 6:23 am
Location: Russia

Re: help with server start

Post by sam.jr »

Ai17 wrote:where to find ipconfig.xml ? and yes server on my home pc.
Folder "config". Where is server.properties.
== ==
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Re: help with server start

Post by Ai17 »

in server config there is no xml at all

and in config no ipxml
User avatar
sam.jr
Posts: 258
Joined: Wed Feb 02, 2011 6:23 am
Location: Russia

Re: help with server start

Post 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?
== ==
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Re: help with server start

Post by Ai17 »

i download from here http://www.l2jserver.com/nightly/index. ... %2FT2.4%2F


i can update with eclipse but there some problems
User avatar
sam.jr
Posts: 258
Joined: Wed Feb 02, 2011 6:23 am
Location: Russia

Re: help with server start

Post 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.
== ==
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: help with server start

Post by jurchiks »

Dude, that's Epilogue branch.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
User avatar
shinomidefuego
Posts: 122
Joined: Thu Jun 28, 2007 5:37 pm
Location: Venezuela
Contact:

Re: help with server start

Post by shinomidefuego »

:lol: :lol: :P maybe he want to make a epilogue server
Image
MMMMMmmmmmMMMMM
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: help with server start

Post by bembelinas »

and i want....
User avatar
sam.jr
Posts: 258
Joined: Wed Feb 02, 2011 6:23 am
Location: Russia

Re: help with server start

Post 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..
== ==
Post Reply