How Organize and configure public Gracia Epilogue Server?

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
over1ord
Posts: 13
Joined: Thu Feb 17, 2011 1:34 pm

Re: How Organize and configure public Gracia Epilogue Server

Post by over1ord »

OK, I installed server and game client but now have another problem .... i made my game server public and in ipconfig.xm insert my external (wan) ip ... now i can connect to server from another Internet, but cant connect from my local network ... what i must do, to let connect game from my network too??? and it possible???
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: How Organize and configure public Gracia Epilogue Server

Post by tukune »

paste your ipconfig.xml and hosts
over1ord
Posts: 13
Joined: Thu Feb 17, 2011 1:34 pm

Re: How Organize and configure public Gracia Epilogue Server

Post by over1ord »

tukune wrote:paste your ipconfig.xml and hosts

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="[external ip]">
<!-- 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" />
</gameserver>

# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost



[external ip] L2authd.lineage2.com
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: How Organize and configure public Gracia Epilogue Server

Post by jurchiks »

This has been said COUNTLESS times in this forum, you need to SEARCH first, ask questions later!
search.php?keywords=ipconfig.xml&terms= ... mit=Search
Don't even try saying I'm rude or smth, if you would read the same question a hundred times you'd understand.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
over1ord
Posts: 13
Joined: Thu Feb 17, 2011 1:34 pm

Re: How Organize and configure public Gracia Epilogue Server

Post by over1ord »

jurchiks wrote:This has been said COUNTLESS times in this forum, you need to SEARCH first, ask questions later!
search.php?keywords=ipconfig.xml&terms= ... mit=Search
Don't even try saying I'm rude or smth, if you would read the same question a hundred times you'd understand.

you kidding men .... 1 post is my , second opened with my friend ... and nothing else about this problem... :(
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: How Organize and configure public Gracia Epilogue Server

Post by jurchiks »

Riiiight... to point out the obvious - you haven't set your LAN IP in ipconfig.xml
You do know what LAN IP is?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
over1ord
Posts: 13
Joined: Thu Feb 17, 2011 1:34 pm

Re: How Organize and configure public Gracia Epilogue Server

Post by over1ord »

jurchiks wrote:Riiiight... to point out the obvious - you haven't set your LAN IP in ipconfig.xml
You do know what LAN IP is?
i know, but not publish for security reasoning ([external ip] means my internal or wan ip)

in the my network my server ip is 192.168.1.12,
my computer ip is 192.168.1.2

and both, my computer and server connect with each other through wireless hub and hub connect to the Internet

i can connect to the server from another Internet with different ip address, and cant connect with it in my network...
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: How Organize and configure public Gracia Epilogue Server

Post by jurchiks »

...

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><gameserver address="[external ip]">  <define subnet="127.0.0.0/8" address="127.0.0.1" />  <define subnet="192.168.0.0/16" address="192.168.1.12" /><!-- see this? LAN IP! --></gameserver>
I hope you know what to put in hosts file.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
over1ord
Posts: 13
Joined: Thu Feb 17, 2011 1:34 pm

Re: How Organize and configure public Gracia Epilogue Server

Post by over1ord »

jurchiks wrote:...

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><gameserver address="[external ip]">  <define subnet="127.0.0.0/8" address="127.0.0.1" />  <define subnet="192.168.0.0/16" address="192.168.1.12" /><!-- see this? LAN IP! --></gameserver>
I hope you know what to put in hosts file.
DONE 8) 8) 8) 8) 8)

Thank you very much jurchiks , your answer is really helpful .....
Post Reply