Login Server Problem

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
gmakhs
Posts: 215
Joined: Sat Apr 14, 2007 12:00 pm

Login Server Problem

Post by gmakhs »

hi i run my freya server on dedicated(same configs for conection as my old epilogue) but when server starts i get this
Updated Gameserver [3] Kain IP's:
127.0.0.1/127.0.0.0/8
10.0.0.0/10.0.0.0/8
172.16.0.0/172.16.0.0/19
192.168.0.0/192.168.0.0/16
127.0.0.1/0.0.0.0/0

and becouse of the ip noone can connect
User avatar
qwerty13
Posts: 640
Joined: Mon Feb 02, 2009 9:57 am
Location: Europe
Contact:

Re: Login Server Problem

Post by qwerty13 »

ipconfig.xml

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="PUT YOUR GAMESERVER IP HERE">    <!-- Localhost access -->    <define subnet="127.0.0.0/8" address="127.0.0.1" />    <!-- LAN's, put old contents of InternalHostname here -->    <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="192.168.0.0" /></gameserver>
Post Reply