Page 1 of 1

new and trying to figure out the dot order. thanks

Posted: Mon Jul 16, 2012 7:58 pm
by 3stage
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:ver. 5462 build 30/06/2012
L2JDP Revision Number: ver 8952 build 30/06/2012

i have setup the l2j packs. i have the login/gameserver which runs to end with no errors but it's only in command mode. i have the hi5 client installed and that is where i am. i don't know how to connect the rest of it together to login in and see the game the way it should be. I have opened up all the ports 7777,2106,3306,and 9014. i have set the class path for java. i can edit the host file and the ipconfig.xml file. but i don't know how to connect them together to make it work. any help i can get will be appreciated. thanks
login and gameserver consoles.jpg
ipconfig.xml.jpg
host file.jpg
if anything else is needed please let me know i will try to get it.

Re: new and trying to figure out the dot order. thanks

Posted: Tue Jul 17, 2012 6:29 am
by Asmodaius
If your ipconfig.xml file, is edited the way you've posted it, then it will never gonna work.

You have posted this :

Code: Select all

<define subnet="172.16.0.0/19" address="172.16.0.0" />255.255.255.0    <define subnet="192.168.0.0/16" address="192.168.0.0" />192.168.1.xxx
But this is the proper one :

Code: Select all

<define subnet="172.16.0.0/19" address="172.16.0.0" />    <define subnet="192.168.0.0/16" address="192.168.1.xxx" />
The part concerning external ip, is ok.

Re: new and trying to figure out the dot order. thanks

Posted: Tue Jul 17, 2012 8:17 am
by 3stage
thank you.