[HELP] Connect LAN to play!

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
tungleduong
Posts: 7
Joined: Thu Oct 16, 2008 3:16 pm

[HELP] Connect LAN to play!

Post by tungleduong »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4675
L2JDP Revision Number:8069
I created successfull L2J Freya server in my computer and i can play in this, but i wana my friend same LAN play with me, plz help me to set config and how to my friend can connect to my server! Thanks
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: [HELP] Connect LAN to play!

Post by tukune »

Edit your ipconfig.xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="10.0.0.0" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="edit here" />
</gameserver>
Post Reply