Page 2 of 3
Posted: Tue Aug 22, 2006 8:51 am
by msknight
What versions of the data and server are you using? Check for these in the first few lines of the stdio/log in the gameserver/log
Posted: Tue Aug 22, 2006 4:17 pm
by adistaktos
where i can find these ???
Posted: Tue Aug 22, 2006 5:16 pm
by msknight
in the gameserver/log folder, you are looking for a file called stdio.log ... it contains the messages that the gameserver is making. In the first few lines it will give the server and datapack revision numbers.
Posted: Tue Aug 22, 2006 8:34 pm
by adistaktos
i haven't these files in my log folder
Posted: Tue Aug 22, 2006 9:22 pm
by msknight
adistaktos wrote:i haven't these files in my log folder
... then it is likely that your gameserver is not running.
Use the command "ps -a" and see if the loginserver and the gameserver are listed there.
Posted: Tue Aug 22, 2006 9:50 pm
by adistaktos
i don't understand where to put this command pls help little more be more specific i am a liltle noob in these .....

Re: problem with host file
Posted: Tue Aug 22, 2006 10:34 pm
by kadar
adistaktos wrote:i did everything right but now i don't know what to put in host file so i can play with my friends on internet. I open the ports and i put the right ip's in the loginserver and in the gameserver file (external ip's , internal ip's) . i saw from others servers that they put :
127.0.0.1 localhost
xxx.xxx.xxx.xxx l2testauthd.lineage2.com #......
xxx.xxx.xxx.xxx l2authd.lineage2.com #.....
and i did that with my external ip but i doesn't work . it tell's me wrong account (i have autocreate account) and if i put :
127.0.0.1 localhost
127.0.0.1 l2testauthd.lineage2.com
127.0.0.1 l2authd.lineage2.com
it works properly but i can't play in my server on internet. Pls some help here

(Sorry for my english i hope u will understand it !!!

)
Are you using a router?
Yes -> Did you forward the needed ports? -> Use the Lan IP in YOUR host file and the Internal address in the config files.
No -> Use the 127.0.0.1 in YOUR host file and the Internal address in the config files.
Your players who are out on the internet use your 87.203.blah.blah address in their host to connect to you.
You can not use the internet address to play the game when you host the server.
Posted: Tue Aug 22, 2006 10:38 pm
by adistaktos
i did that and only lan pc's can play in the server.
Posted: Tue Aug 22, 2006 10:59 pm
by kadar
Then its a router or firewall problem.
Posted: Tue Aug 22, 2006 11:44 pm
by adistaktos
in my router i have close all the requiered ports and i had closed my firewall protection.
Re: problem with host file
Posted: Tue Aug 22, 2006 11:49 pm
by kadar
kadar wrote:
Are you using a router?
Yes -> Did you forward the needed ports?
Posted: Tue Aug 22, 2006 11:51 pm
by adistaktos
yes i have a dsl router and i open all the ports that i need (like in portforward.com).

Posted: Wed Aug 23, 2006 12:13 am
by adistaktos
I think that we misunderstoud my problem i said that i can play to my server when i put in my host file this
192.xxx.x.x l2authd.lineage2.com
192.xxx.x.x l2testauthd.lineage2.com
but i can't play in it when i put this
87.xxx.xx.xx l2authd.lineage2.com
87.xxx.xx.xx l2testauthd.lineage2.com
Re: problem with host file
Posted: Wed Aug 23, 2006 12:49 am
by kadar
kadar wrote:
You can not use the internet address to play the game when you host the server.
I'm not misunderstood. Your just not reading what is written.
Let me try explain another way.
You are hosting the server locally, so you must use a local address to connect to it.
And everyone else but LAN users use the internet address.
Posted: Wed Aug 23, 2006 12:54 am
by adistaktos
so what can i do i will put in my host my lan ip.... in server.properties i will put in external =my wan ip and in internal = lan ip and in login server =lan ip ???
