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

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Acuben
Posts: 24
Joined: Thu Jun 04, 2009 10:31 pm

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

Post 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
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

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

Post 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
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

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

Post 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.
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

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

Post 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
Acuben
Posts: 24
Joined: Thu Jun 04, 2009 10:31 pm

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

Post 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 ) ?
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

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

Post 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
Acuben
Posts: 24
Joined: Thu Jun 04, 2009 10:31 pm

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

Post 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?)
Post Reply