ok...
1. forward yourWAN IP( external ip 78.50.196.206 ) on ports 7777, 2106, 9014 to ur LAN IP : 192.X.X.X or w/e ip u have on computer server is hosted on.
2. For your friends to be able to log in (if they are not playing from your house / lan ) you need to provide them the hosts file with following line :
78.50.196.206 L2authd.lineage2.com
also make sure all other lines in hosts file are marked with # in front.
if you friends are playing from you house / lan than instead ip with 78.50 ... put your server lan ip .
3. your ipconfig.xml file should look like :
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Put old contents of ExternalHostname here, used by default --><gameserver address="78.50.196.206"> <!-- Localhost access --> <define subnet="LAN IP /8" address="LAN GATEWAY IP" />
Insert your ip's where LAN IP & LAN GATEWAY IP
4. I dont know any german .. so i cant figure out what is in that screenshot you put there .. only that port 80 is ... something on 7777, 2106, 9014.. port 80 is used for web / http not for l2j ..
I hope that will help you.