new and trying to figure out the dot order. thanks

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
3stage
Posts: 7
Joined: Sat Sep 03, 2011 6:09 am

new and trying to figure out the dot order. thanks

Post 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.
You do not have the required permissions to view the files attached to this post.
User avatar
Asmodaius
Posts: 170
Joined: Sun Jul 16, 2006 9:43 am

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

Post 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.
3stage
Posts: 7
Joined: Sat Sep 03, 2011 6:09 am

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

Post by 3stage »

thank you.
Post Reply