Page 2 of 2

Re: How Organize and configure public Gracia Epilogue Server

Posted: Wed Feb 23, 2011 11:32 am
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???

Re: How Organize and configure public Gracia Epilogue Server

Posted: Wed Feb 23, 2011 12:11 pm
by tukune
paste your ipconfig.xml and hosts

Re: How Organize and configure public Gracia Epilogue Server

Posted: Wed Feb 23, 2011 12:17 pm
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

Re: How Organize and configure public Gracia Epilogue Server

Posted: Wed Feb 23, 2011 1:55 pm
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.

Re: How Organize and configure public Gracia Epilogue Server

Posted: Wed Feb 23, 2011 6:35 pm
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... :(

Re: How Organize and configure public Gracia Epilogue Server

Posted: Wed Feb 23, 2011 7:44 pm
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?

Re: How Organize and configure public Gracia Epilogue Server

Posted: Wed Feb 23, 2011 7:48 pm
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...

Re: How Organize and configure public Gracia Epilogue Server

Posted: Wed Feb 23, 2011 8:46 pm
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.

Re: How Organize and configure public Gracia Epilogue Server

Posted: Wed Feb 23, 2011 9:42 pm
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 .....