Problems going live

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
Navist
Posts: 7
Joined: Sun Jan 31, 2010 8:54 pm

Problems going live

Post by Navist »

L2J Revision 3899:
L2JDP Revision 7003:

I can't seem to get my server live. Any help would be appreciated. Posted the required fields in both configs.
Port fowarded all of the appropriate ports.

Server Config
# Default: *
ExternalHostname = Infestedplayground.dontexist.com

# ---------------------------------------------------------------------------
# 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 = *

# Where's the Login server this gameserver should connect to
# Default: 127.0.0.1
LoginHost = 127.0.0.1

# TCP port the login server listen to for gameserver connection requests
# Default: 9014
LoginPort = 9014

# Default: *
GameserverHostname = *

# Default: 7777
GameserverPort = 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.SQLServerDriver
Driver = 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 password
Password = ****

Login Config

# Default: 127.0.0.1
ExternalHostname = infestedplayground.dontexist.com
# ---------------------------------------------------------------------------
# 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.1
InternalHostname = 192.168.1.100

# ---------------------------------------------------------------------------
# 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 = *

# Default: 2106
LoginserverPort = 2106

# The address on which login will listen for GameServers, use * to bind on all available IPs
# Default: *
LoginHostname = *
User avatar
qwerty13
Posts: 640
Joined: Mon Feb 02, 2009 9:57 am
Location: Europe
Contact:

Re: Problems going live

Post by qwerty13 »

What exactly is your problem? Error log?
Navist
Posts: 7
Joined: Sun Jan 31, 2010 8:54 pm

Re: Problems going live

Post by Navist »

When trying to log on from my other pc it doesn't work.

Host file has 67.190.205.54 infestedplayground.dontexist.com

I can get to infestedplayground.dontexist.com from my other pc (one not hosting the server) but I can't connect to the server.
User avatar
qwerty13
Posts: 640
Joined: Mon Feb 02, 2009 9:57 am
Location: Europe
Contact:

Re: Problems going live

Post by qwerty13 »

If you setup login and game server correctly, add this in your hosts file and try connect.

Code: Select all

your_ip    l2auth.lineage2.com
Navist
Posts: 7
Joined: Sun Jan 31, 2010 8:54 pm

Re: Problems going live

Post by Navist »

qwerty13 wrote:If you setup login and game server correctly, add this in your hosts file and try connect.

Code: Select all

your_ip    l2auth.lineage2.com

Strange it still doesn't seem to be working. Now he (Your_ip) is the dyDNS host ip I have right?
User avatar
denser
Posts: 1392
Joined: Wed May 30, 2007 9:13 pm
Location: Russia
Contact:

Re: Problems going live

Post by denser »

if i get your problem right - you need to add to host of your server
67.190.205.54 infestedplayground.dontexist.com - for every client machine. or register your external ip on dns.
Tiger, once tasted human flesh, will want to taste it again
L2J - the place where glad to see you any time!
Navist
Posts: 7
Joined: Sun Jan 31, 2010 8:54 pm

Re: Problems going live

Post by Navist »

Do my configs look fine? I followed the setup instructions on the wiki page. Use to have a WoW private server for a while that was public so I know I did the dydns setup correctly. I will try uninstalling my AVG when I get home to see if that has something to do with it. I can connect to the login server locally via my client computer but I am using address 192.168.1.100 l2authd.lineage2.com and I can't get it to connect via infestedplayground.dontexist.com l2authd.lineage2.com
Post Reply