Page 1 of 2

Login problem !!!

Posted: Wed Feb 03, 2010 9:32 pm
by Optimus
First i want say sorry for my English

I just create my own l2 server . I run l2.exe and i typing my account ID:admin PWD:admin i press log in but nothing happened no message no error nothing.....


PLZ HELP !!!

Re: Login problem !!!

Posted: Thu Feb 04, 2010 1:36 pm
by jurchiks
if autocreateaccounts=false, then you must use startSQLaccountmanager from login folder

Re: Login problem !!!

Posted: Thu Feb 04, 2010 5:49 pm
by Optimus
i already did it but same nothing happened i tried to create acc from navicat but nothing

i hope you understand what i mean

Re: Login problem !!!

Posted: Thu Feb 04, 2010 8:48 pm
by jurchiks
you can't create acc in navicat, the password is encrypted
did you really use sqlaccountmanager?
if it didn't work, what error there was?

Re: Login problem !!!

Posted: Thu Feb 04, 2010 10:20 pm
by Optimus
sql accountmanager? you mean start accountmanager right? which is in folder/login

if you mean that yea i run it and i put the acc info (user name , Password etc.)

but nothing happened...

acc creation is ok but i cant login

Re: Login problem !!!

Posted: Fri Feb 05, 2010 9:57 am
by janiii
- do you have l2uathd.lineage2.com entry in the hosts file?
- how is your ip config for loginserver?

Re: Login problem !!!

Posted: Fri Feb 05, 2010 12:08 pm
by Optimus
- yeah ipconfig is all right

-what do you mean with l2uathd.lineage2.com entry ? is something that i have to do?

Re: Login problem !!!

Posted: Fri Feb 05, 2010 12:10 pm
by BiggBoss
The l2 client use the hostname l2authd.lineage2.com to connect to the remote host. In host files, you must provide the ip of the machine with l2authd.lineage2.com, so the hostname is replaced by the ip where it must connect

Re: Login problem !!!

Posted: Fri Feb 05, 2010 12:20 pm
by Optimus
and how can i do that ?

Re: Login problem !!!

Posted: Fri Feb 05, 2010 12:36 pm
by BiggBoss
You must look for your hosts file (%windir%/system32/drivers/etc/hosts). Heres a normal host file:

Code: Select all

 # Copyright (c) 1993-1999 Microsoft Corp.## Éste es un ejemplo de archivo HOSTS usado por Microsoft TCP/IP para Windows.## Este archivo contiene las asignaciones de las direcciones IP a los nombres de# host. Cada entrada debe permanecer en una línea individual. La dirección IP# debe ponerse en la primera columna, seguida del nombre de host correspondiente.# La dirección IP y el nombre de host deben separarse con al menos un espacio.# ## También pueden insertarse comentarios (como éste) en líneas individuales# o a continuación del nombre de equipo indicándolos con el símbolo "#"## Por ejemplo:##      102.54.94.97     rhino.acme.com          # servidor origen#       38.25.63.10     x.acme.com              # host cliente x 127.0.0.1       localhost 
NOTE: the lines preceeded by # can be ignored or even deleted
Below localhost, you must put
ip.where.theserver.is l2authd.lineage2.com
example:

Code: Select all

 # Copyright (c) 1993-1999 Microsoft Corp.## Éste es un ejemplo de archivo HOSTS usado por Microsoft TCP/IP para Windows.## Este archivo contiene las asignaciones de las direcciones IP a los nombres de# host. Cada entrada debe permanecer en una línea individual. La dirección IP# debe ponerse en la primera columna, seguida del nombre de host correspondiente.# La dirección IP y el nombre de host deben separarse con al menos un espacio.# ## También pueden insertarse comentarios (como éste) en líneas individuales# o a continuación del nombre de equipo indicándolos con el símbolo "#"## Por ejemplo:##      102.54.94.97     rhino.acme.com          # servidor origen#       38.25.63.10     x.acme.com              # host cliente x 127.0.0.1       localhost127.0.0.1	l2authd.lineage2.com 
That would connect to a server in my computer, replace 127.0.0.1 for the ip where the server is hosted

Re: Login problem !!!

Posted: Fri Feb 05, 2010 1:35 pm
by Optimus
you mean the internalip right?

i did it but same thing...... nothing happened

Re: Login problem !!!

Posted: Fri Feb 05, 2010 1:36 pm
by Probe
if you set an external IP for your server and didn't leave it as default (which is localhost, 127.0.0.1)
then in the hosts file put the EXTERNAL ip, not internal

Re: Login problem !!!

Posted: Fri Feb 05, 2010 2:14 pm
by Optimus
internal and external have the same ip (127.0.0.1)

nothing..... same thing grrr!!!

Re: Login problem !!!

Posted: Fri Feb 05, 2010 2:29 pm
by BiggBoss
If the server is in this same machine where you start up the client , yea you must use 127.0.0.1
else you must use the ip of the machine that you can get by visiting www.whatismyip.com

Re: Login problem !!!

Posted: Fri Feb 05, 2010 3:15 pm
by Optimus
yea it is in the same machine...i tried one time with 127.0.0.1 and another one with my ip but nothing ....