Puting server online

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
Nisky
Posts: 12
Joined: Fri Jan 15, 2010 2:59 pm

Puting server online

Post by Nisky »

I have some problem puting the server online. I changed all the server, gameserver config files , i start loginserver gameserver without problems but when i try to connect via ingame i can't.

My host looks like this:

Code: Select all

127.0.0.1 localhost 79.117.57.32 L2authd.lineage2.com79.117.57.32 l2testauthd.lineage2.com
where 79.117.57.32 is my current ip. What do i do wrong ?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Puting server online

Post by MELERIX »

don't use l2testauthd.lineage2.com!
Nisky
Posts: 12
Joined: Fri Jan 15, 2010 2:59 pm

Re: Puting server online

Post by Nisky »

ok deleted it but still the same thing , can't get ingame

any other ideea ?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Puting server online

Post by MELERIX »

check the ip in server config and login config
Nisky
Posts: 12
Joined: Fri Jan 15, 2010 2:59 pm

Re: Puting server online

Post by Nisky »

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

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 = 79.117.57.32 # ---------------------------------------------------------------------------# 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 = 79.117.57.32
this is the part that i modifyed , i am behind a rooter btw but i don't think he's blocking something.

Ping on l2authd.lineage2.com also works good and is pinging my ip , but i still can't get ingame.
Evilus
Posts: 387
Joined: Mon Jun 09, 2008 6:08 pm

Re: Puting server online

Post by Evilus »

leave internal ip to 127.0.0.1 or whatever it is as it seems to be on same machine anyway
Nisky
Posts: 12
Joined: Fri Jan 15, 2010 2:59 pm

Re: Puting server online

Post by Nisky »

tryied it , same problem
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Puting server online

Post by MELERIX »

Nisky wrote:I am behind a rooter
Probably that is the trouble, try to open "the ports needed by L2J" in your router.
Nisky
Posts: 12
Joined: Fri Jan 15, 2010 2:59 pm

Re: Puting server online

Post by Nisky »

Ok after reading a lot i managed to open 80,2106,7777 port on my rooter , alsochecked to be shure with a PFPortchecker program (both on TCP/UDP).

Now i get an error like this. FATAL : Failed to open server socket. Reason Adress is already in use : bind registered on login as server 1 : Bartz

What i need to do to correct it ?
Nisky
Posts: 12
Joined: Fri Jan 15, 2010 2:59 pm

Re: Puting server online

Post by Nisky »

For the moment i got it , later will test with others.

If anyone else have problem with rooter after making all configs ok open this ports :80, 2106, 7777, 9014. This is the port that helped me
djbenny
Posts: 133
Joined: Thu Jul 05, 2007 2:43 pm

Re: Puting server online

Post by djbenny »

Security Tip

external LS: 2106 tcp
external GS: 7777 tcp

"optional" additional ports Server "if needed" "like http 80,etc"

all other are internal netwerk NIC.
Post Reply