Page 1 of 1

help in configuring ipconfig

Posted: Fri Jul 01, 2011 6:23 pm
by fanfcsd
Hi all, I have a serious problem associated with ipconfig. Searched on many forums solution but not founded. After you select a server in the game, I wrote that there was an error and displays the window логина. tried many configurations in ipconfig but nothing helps. Here are some of them:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?> <!-- Put old contents of ExternalHostname here, used by default --> <gameserver address="91.211.16.141"> <!-- Localhost access --> <define subnet="127.0.0.0/8" address="91.211.16.141" /> <!-- LAN's, put old contents of InternalHostname here --> <define subnet="255.255.255.0/8" address="91.211.16.141" /> <define subnet="255.255.255.0/19" address="91.211.16.141" /> <define subnet="255.255.255.0/16" address="91.211.16.141" /> <define subnet="255.255.255.0/216" address="91.211.16.141" /> </gameserver> 

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="91.211.16.141" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">    <!-- Localhost here -->    <define subnet="127.0.0.0/8" address="91.211.16.141" />    <!-- Internalhosts here (LANs IPs) -->    <define subnet="10.0.0.0/8" address="91.211.16.141" />    <define subnet="172.16.0.0/19" address="91.211.16.141" />    <define subnet="192.168.0.0/16" address="91.211.16.141" /></gameserver> 

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="91.211.16.141" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">    <!-- Localhost here -->    <define subnet="127.0.0.0/8" address="127.0.0.0" />    <!-- Internalhosts here (LANs IPs) -->    <define subnet="10.0.0.0/8" address="91.211.16.141" />    <define subnet="172.16.0.0/19" address="91.211.16.141" />    <define subnet="192.168.0.0/16" address="91.211.16.141" /></gameserver>

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="91.211.16.141" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">    <!-- Localhost here -->    <define subnet="127.0.0.0/8" address="127.0.0.0" />    <!-- 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/19" />    <define subnet="192.168.0.0/16" address="192.168.0.0" /></gameserver>
settings server.properties:

Code: Select all

LoginHost = 91.211.16.141GameserverHostname = 91.211.16.141
settings login.properties:

Code: Select all

LoginserverHostname = 91.211.16.141LoginHostname = 91.211.16.141
I really like your team so I want to choose it but not out :cry:
sorry for the broken English writing through translator :)




» Find Revision
L2J Revision 4698:
L2JDP Revision 8099:

Re: help in configuring ipconfig

Posted: Sat Jul 02, 2011 12:43 am
by tukune
<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address=" :D 91.211.16.141" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="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=" :!: change here see http://www.google.com/#tbm=isch&q=ipconfig" />
</gameserver>

Can you read this?
"# WARNING: Please don't change default IPs here if you don't know what are you doing!"
Don't change!

settings server.properties:

Code: Select all

LoginHost = 127.0.0.1GameserverHostname = *
settings login.properties:

Code: Select all

LoginserverHostname = *LoginHostname = *

Re: help in configuring ipconfig

Posted: Sat Jul 02, 2011 8:34 am
by fanfcsd
not work :cry:

Code: Select all

la2@localhost ~/server $ netstat -a | grep 9014tcp 0 0 91.211.16.141:9014 *:* LISTENtcp 0 0 91.211.16.141:9014 91.211.16.141:48709 ESTABLISHEDtcp 0 0 91.211.16.141:48709 91.211.16.141:9014 ESTABLISHED
no connect server-client

Re: help in configuring ipconfig

Posted: Sat Jul 02, 2011 12:42 pm
by fanfcsd
please help someone!!! :(

Re: help in configuring ipconfig

Posted: Sat Jul 02, 2011 4:46 pm
by tukune
you have 4 servers.
do you have router?
what is your local IP?
changed port?
what is server version?
you must tell more information.

Re: help in configuring ipconfig

Posted: Sat Jul 02, 2011 5:03 pm
by fanfcsd
i have 1 server
i am not have router
i am not have local ip (only internet) but hi see ip 172.17
port is not changed
server: Linux Gentoo 2.6.38

Re: help in configuring ipconfig

Posted: Sat Jul 02, 2011 6:52 pm
by Opiam
:( For example: My server has dedicated ip adress...
<?xml version="1.0" encoding="UTF-8"?><gameserver address="my.dedicated.adress.there" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd"></gameserver>
and I haven't any problems with this... I suggest you purchase a dedicated address and do as me :roll:

but if you want to share your serv in loc area you must using original ipconfig with your settings.
For ex.: your dedic's xxx.xxx.xx.xx and local 192.168.0.100 Then
<?xml version="1.0" encoding="UTF-8"?>
<gameserver address="xxx.xxx.xx.xx (your dedic)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<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.100 (your loc share)" />
</gameserver>
P.S: for more information about adresses of local network you must come back to touch

Re: help in configuring ipconfig

Posted: Sat Jul 02, 2011 10:01 pm
by fanfcsd
Opiam wrote::( For example: My server has dedicated ip adress...
<?xml version="1.0" encoding="UTF-8"?><gameserver address="my.dedicated.adress.there" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd"></gameserver>
and I haven't any problems with this... I suggest you purchase a dedicated address and do as me :roll:

but if you want to share your serv in loc area you must using original ipconfig with your settings.
For ex.: your dedic's xxx.xxx.xx.xx and local 192.168.0.100 Then
<?xml version="1.0" encoding="UTF-8"?>
<gameserver address="xxx.xxx.xx.xx (your dedic)" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<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.100 (your loc share)" />
</gameserver>
P.S: for more information about loc adresses you must come back to touch

not work... :(

Re: help in configuring ipconfig

Posted: Sat Jul 02, 2011 10:18 pm
by fanfcsd
possibly because of the Gentoo problemma ?????

Re: help in configuring ipconfig

Posted: Sat Jul 02, 2011 10:52 pm
by Opiam
fanfcsd wrote:possibly because of the Gentoo problemma ?????
maybe... Are you sure that your ip's dedicated :?:
http://www.domaintools.com/research/my-ip/

and one... Often servers' online is 9999 when it's problem with ipconfig.

Re: help in configuring ipconfig

Posted: Sun Jul 03, 2011 9:46 am
by fanfcsd
Opiam wrote:
fanfcsd wrote:possibly because of the Gentoo problemma ?????
maybe... Are you sure that your ip's dedicated :?:
http://www.domaintools.com/research/my-ip/

and one... Often servers' online is 9999 when it's problem with ipconfig.
Ping is 25~10

Re: help in configuring ipconfig

Posted: Sun Jul 03, 2011 1:13 pm
by Opiam
fanfcsd wrote:
Opiam wrote:
fanfcsd wrote:possibly because of the Gentoo problemma ?????
maybe... Are you sure that your ip's dedicated :?:
http://www.domaintools.com/research/my-ip/

and one... Often servers' online is 9999 when it's problem with ipconfig.
Ping is 25~10
it's you router or not dedicated ip address - learn more books about network connections and Linux systems :arrow:

Re: help in configuring ipconfig

Posted: Sun Jul 03, 2011 7:44 pm
by tukune
:D I log on your server