Page 3 of 3

Re: People can't connect to my server [GRACIA EPILOGUE]

Posted: Fri Apr 01, 2011 9:53 pm
by Acuben
tukune wrote:
Acuben wrote:how should I configure my ipconfig?
open command prompt
type "ipconfig <Enter>"
post the results
which ones?
under Ethernal adaptor Local Area connection
connection-specific DNS suffix
Link-Local IPv6 address
IPv4 Address 192.168.1.69
Subnet mask 255.255.255.0
Default gateway 192.168.1.254
...and more

Re: People can't connect to my server [GRACIA EPILOGUE]

Posted: Fri Apr 01, 2011 11:27 pm
by hope
Acuben wrote:
tukune wrote:
Acuben wrote:how should I configure my ipconfig?
open command prompt
type "ipconfig <Enter>"
post the results
which ones?
under Ethernal adaptor Local Area connection
connection-specific DNS suffix
Link-Local IPv6 address
IPv4 Address 192.168.1.69
Subnet mask 255.255.255.0
Default gateway 192.168.1.254
...and more
IPv4 Address 192.168.1.69
this one is your internal ip

Re: People can't connect to my server [GRACIA EPILOGUE]

Posted: Sat Apr 02, 2011 12:33 am
by tukune
Acuben wrote: OS: vista 32bit
I'm not using router, but I am using an antivirus problem called alyac 1.54 - I hear that some times antivirus programs can block ports. anyways, I tried closed it and running, but no luck there.
You are kidding! You using router!
open your router port 9014 and 7777.

Re: People can't connect to my server [GRACIA EPILOGUE]

Posted: Sat Apr 02, 2011 1:39 am
by hope
tukune wrote:
Acuben wrote: OS: vista 32bit
I'm not using router, but I am using an antivirus problem called alyac 1.54 - I hear that some times antivirus programs can block ports. anyways, I tried closed it and running, but no luck there.
You are kidding! You using router!
open your router port 9014 and 7777.
forget this post he does not have a clue and that goes for PC's as well

Re: People can't connect to my server [GRACIA EPILOGUE]

Posted: Tue Apr 05, 2011 10:38 pm
by Acuben
I tried this setting and it works (from other computers)

<?xml version="1.0" encoding="UTF-8"?>
<!-- Put old contents of ExternalHostname here, used by default -->
<gameserver address="76.201.125.116">
<!-- Localhost access -->
<define subnet="127.0.0.1/8" address="75.50.181.129" />
<!-- 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.00/16" address="192.168.1.69" />
</gameserver>


so only thing I changed was the localhost address and lan address
how does this work? I thought u sing 192.168.0.00 (for lan ip) and 0.0.0.0. for localhost address should work.
(Therefore I thought the only thing I need to change was gameserver address on the top)

what I'm concerned is these two, did I do this right?
<!-- Localhost access -->
<define subnet="127.0.0.1/8" address="75.50.181.129" />

and
<define subnet="192.168.0.00/16" address="192.168.1.69" />

should I leave them as default settings? ( 00.00.00.00 and 192.168.0.00 ) ?

Re: People can't connect to my server [GRACIA EPILOGUE]

Posted: Wed Apr 06, 2011 4:09 am
by tukune
<?xml version="1.0" encoding="UTF-8"?>
<!-- Put old contents of ExternalHostname here, used by default -->
<gameserver address="76.201.125.116">
<!-- 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.1.69" />
</gameserver>

your hosts file:
127.0.0.1 localhost
127.0.0.1 L2authd.lineage2.com

or:
127.0.0.1 localhost
192.168.1.69 L2authd.lineage2.com

your frinds hosts file:
127.0.0.1 localhost
76.201.125.116 L2authd.lineage2.com

Localhost is localhost. Do not change!
See also about "Localhost": http://en.wikipedia.org/wiki/Localhost

Re: People can't connect to my server [GRACIA EPILOGUE]

Posted: Thu Apr 07, 2011 2:19 am
by Acuben
I think you missed my point on previous post.

I did what you said at first (before posting on this thread) which is only changing the top line, with gameserver and put my external IP, and it didn't work. Although it should.

Now I added local host access and last line in lan and put my lan ip and wan ip and I was able to connect to the server using a different computer.

Why didn't changing just the gameserver address work for me?
and is it fine if I leave the setting as it is? (will anyone be able to connect?)