Permissions to 777 >>> nothing happened keep taking the error
Absolute path to the directory >>>> nothing happened again .
Server is getting up and working but i dont know if that error could have some impact on the gameserver functioning.
Second problem i am facing is that :
Everything is ok when it comes for the people from the outside to log in to my server using the wan ip .
I am using the ip-config.xml
But when i try to login from lan i am getting past the login screen but i am stuck at the server selection.
My LAN is on 192.168.1.1 so i changed a bit the ipconfig.xml at the end of the file.
Is it correct? Server Lan Ip is 192.168.1.156
<?xml version="1.0" encoding="UTF-8"?>
<!-- Note: If file is named "ipconfig.xml" this data will be used as network configuration, otherwise server will configure it automatically! -->
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="WAN IP HERE" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/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="192.168.0.0" />
<define subnet="192.168.1.0/24" address="192.168.1.156" />
</gameserver>
Thanks a lot , waiting for your opinions, hoping that will help the community.
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Question
guss
Hey all .
I am facing a bit of a problem with java when launching Gameserver. Using L2J server master package.
I got to tell you though that launching server is a breeze with 65 seconds loading time.
Anyway.
I am using Debian 7 with java JDK+ JRE version 8 installed.
When i am launching server with
i get a line with message :
I tried 2 things :
Permissions to 777 >>> nothing happened keep taking the error
Absolute path to the directory >>>> nothing happened again .
Server is getting up and working but i dont know if that error could have some impact on the gameserver functioning.
Second problem i am facing is that :
Everything is ok when it comes for the people from the outside to log in to my server using the wan ip .
I am using the ip-config.xml
But when i try to login from lan i am getting past the login screen but i am stuck at the server selection.
My LAN is on 192.168.1.1 so i changed a bit the ipconfig.xml at the end of the file.
Is it correct? Server Lan Ip is 192.168.1.156
Thanks a lot , waiting for your opinions, hoping that will help the community.
Cheers
6 answers to this question
Recommended Posts