how to put 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
dulisi
Posts: 43
Joined: Wed Sep 16, 2009 8:39 am

how to put server online

Post by dulisi »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:


Hi all i need some help how to put my server online if possible with dynamic ip. or static ip . ty and sry for my bad english
User avatar
qwerty13
Posts: 640
Joined: Mon Feb 02, 2009 9:57 am
Location: Europe
Contact:

Re: how to put server online

Post by qwerty13 »

dulisi
Posts: 43
Joined: Wed Sep 16, 2009 8:39 am

Re: how to put server online

Post by dulisi »

ok but how do i need to config the loginserver and gameserver i think i make smth wrong.
dulisi
Posts: 43
Joined: Wed Sep 16, 2009 8:39 am

Re: how to put server online

Post by dulisi »

plz can some one tell me how to config loginserver and gameserver to put my server online or no one knows that?? :?: :?:
lishawj
Posts: 253
Joined: Thu Apr 30, 2009 12:29 am

Re: how to put server online

Post by lishawj »

dulisi wrote:plz can some one tell me how to config loginserver and gameserver to put my server online or no one knows that?? :?: :?:
Please search the forum. Most admins on this forum knows how to do it and there are numerous posts regarding putting a server online.

Search and if laziness is a disease you can't overcome then I am sorry.
jamaica
Posts: 288
Joined: Sat Jan 24, 2009 5:44 pm

Re: how to put server online

Post by jamaica »

put ur ip

# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname=HERE
GameserverPort=7777

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave *
ExternalHostname=HERE

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave *
InternalHostname=127.0.0.1
# The Loginserver host and port
LoginPort=9014
LoginHost=HERE

and u have login online same for gs
Everybody L.I.E.S
dulisi
Posts: 43
Joined: Wed Sep 16, 2009 8:39 am

Re: how to put server online

Post by dulisi »

l2j version 3494
l2jdp verison 6600


FATAL: Failed to start the Game Server Listener. Reason: Cannot assign requested
address: JVM_Bind
java.net.BindException: Cannot assign requested address: JVM_Bind
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(Unknown Source)
at java.net.ServerSocket.bind(Unknown Source)
at java.net.ServerSocket.<init>(Unknown Source)
at net.sf.l2j.loginserver.FloodProtectedListener.<init>(FloodProtectedLi
stener.java:51)
at net.sf.l2j.loginserver.GameServerListener.<init>(GameServerListener.j
ava:36)
at net.sf.l2j.loginserver.L2LoginServer.<init>(L2LoginServer.java:202)
at net.sf.l2j.loginserver.L2LoginServer.main(L2LoginServer.java:56)



can some one tell me what is the problem :?: :?: :?:
dulisi
Posts: 43
Joined: Wed Sep 16, 2009 8:39 am

Re: how to put server online

Post by dulisi »

anny one will help me with this or no one knows this problem?
:?: :?: :cry:
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: how to put server online

Post by kotk »

You either changed the port settings or already have some running on them.
Forsaiken
L2j Veteran
L2j Veteran
Posts: 99
Joined: Sun Mar 11, 2007 6:23 pm

Re: how to put server online

Post by Forsaiken »

@dusli

in the hostname field u should put the ip that your server has and not the one "u want em to have".

Goto http://whatismyip.com/
then check ur ip int "ipconfig" if it missmatch u made it wrong sir
http://code.google.com/p/g3d-editor/
Experienced in the following languages/apis/ides: Java using Eclipse/AWT/Swing/NIO/JNI/Jogl, C/C++11/c++14 using QT/MFC/BOOST/STL/VS2012/VS2013/OpenGL/DirectX, Delphi using Borland, .NET/C# using VS2012/VS2013
Post Reply