Jump to content
  • 0

(Help) Server IP Config


Question

Posted

The server dont run when i confing him with no-ip.

This is wath i config:

 

server.properties

 

# ---------------------------------------------------------------------------

# Game Server Settings

# ---------------------------------------------------------------------------

# This is the server configuration file. Here you can set up the connection information for your server.

# This was written with the assumption that you are behind a router.

# Dumbed Down Definitions...

# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.

# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).

# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.

# ---------------------------------------------------------------------------

# Networking

# ---------------------------------------------------------------------------

#

# Note: External/Internal address definitions was moved to the ipconfig.xml

#

 

# Where's the Login server this gameserver should connect to

# Default: 127.0.0.1

LoginHost = my no-ip

 

# TCP port the login server listen to for gameserver connection requests

# Default: 9014

LoginPort = 9014

 

# Bind address for gameserver. You should not need to change it in most cases.

# Default: * (0.0.0.0)

GameserverHostname = my no-ip

 

# Default: 7777

GameserverPort = 7777

 

login.properties

 

# ---------------------------------------------------------------------------

# Login Server Settings

# ---------------------------------------------------------------------------

# This is the server configuration file. Here you can set up the connection information for your server.

# This was written with the assumption that you are behind a router.

# Dumbed Down Definitions...

# LAN (LOCAL area network) - typically consists of computers connected to the same router as you.

# WAN (WIDE area network) - typically consists of computers OUTSIDE of your router (ie. the internet).

# x.x.x.x - Format of an IP address. Do not include the x'es into settings. Must be real numbers.

# ---------------------------------------------------------------------------

# Networking

# ---------------------------------------------------------------------------

 

# Bind ip of the LoginServer, use * to bind on all available IPs

# Default: *

LoginserverHostname = my no-ip

 

# Default: 2106

LoginserverPort = 2106

 

# The address on which login will listen for GameServers, use * to bind on all available IPs

# Default: *

LoginHostname = my no-ip

 

# The port on which login will listen for GameServers

# Default: 9014

LoginPort = 9014

 

# The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)

# Default: 15

IpUpdateTime = 15

 

ipconfig.xml

 

<?xml version="1.0" encoding="UTF-8"?>

<!-- Put old contents of ExternalHostname here, used by default -->

<gameserver address="my no-ip">

<!-- Localhost access -->

<define subnet="127.0.0.0/8" address="my no-ip" />

<!-- LAN's, put old contents of InternalHostname here -->

<define subnet="10.0.0.0/8" address="my no-ip" />

<define subnet="172.16.0.0/19" address="my no-ip" />

<define subnet="192.168.0.0/16" address="my no-ip" />

</gameserver>

 

93487270.jpg

 

 

any1 know wath i have to do?

plz help :(

8 answers to this question

Recommended Posts

  • 0
Posted

What you've made is absolutely wrong.

 

Leave your .properties as default (*) and edit only ipconfig.xml

<?xml version="1.0" encoding="UTF-8"?>
<!-- Put old contents of ExternalHostname here, used by default -->
<gameserver address="YOUR NO-IP">
   <!-- Localhost access -->
   <define subnet="127.0.0.0/8" address="my 127.0.0.1" />
   <!-- LAN's, put old contents of InternalHostname here -->
   <define subnet="10.0.0.0/8" address="LEAVE AS DEFAULT" />
   <define subnet="172.16.0.0/19" address="LEAVE AS DEFAULT" />
   <define subnet="192.168.0.0/16" address="YOUR LOCAL IP (EX. 192.168.1.101) (type ipconfig in cmd)" />
</gameserver>

  • 0
Posted

Problem solved...i think :)

 

i change just this:

 

in ipconfig.xml i change just this gameserver address="my no-ip"

and i didnt change l2.ini with my no-ip , i let 127.0.0.1

and i add in host file "my no-ip     l2testauthd.lineage2.com"

and now i can login without problems..

thx guis :)

  • 0
Posted

l2testauthd.lineage2.com is using when your client is a test one.

Its just because your hosts file depends on your l2.ini.

IF you change l2.ini with an IP, not l2authd.lineage2.com, hosts file is useless.

  • 0
Posted

Problem solved...i think :)

 

i change just this:

 

in ipconfig.xml i change just this gameserver address="my no-ip"

and i didnt change l2.ini with my no-ip , i let 127.0.0.1

and i add in host file "my no-ip    l2testauthd.lineage2.com"

and now i can login without problems..

thx guis :)

locked.
Guest
This topic is now closed to further replies.


×
×
  • Create New...