Jump to content
  • 0

mia apantisi pedia opios mpori na woithisi


Question

Posted

Exo ena mikro problima sta loginserver/gameserver  confic    pixi den ksero sto internalhostname ,loginserverhostname , loginhostname , kai talipa ....prostoparon exo to 127.0.0.1 gia na mpeno ego .. den ksero ti na balw ekei mesa gia na mporoune ta filarakia m na mpoune sto server plz ena help pedia efxaristo poli !

4 answers to this question

Recommended Posts

  • 0
Posted

Afu exeis anoiksei ta ports, des auto edo

Τώρα πάμε να φτίαξουμε τα Config του Server μας και τελειώνουμε σιγα σιγα...!

 

Πηγαίνουμε Server\gameserver\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

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

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

# Common settings...

# 127.0.0.1 - If you are playing alone on a test server

# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect

# x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.

# If this IP is resolvable by the Login Server, just leave *.

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

# Default: *

ExternalHostname = Myserver2323.no-ip.biz <----------Εδώ βάζουμε το No-ip μας

 

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

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.

# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.

# If this IP is resolvable by the Login Server, just leave *.

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

# Default: *

InternalHostname = 127.0.0.1 <----------Εδώ βάζουμε το 127.0.0.1

 

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

# Default: 127.0.0.1 <----------Εδώ βάζουμε το 127.0.0.1

LoginHost = 127.0.0.1 <----------Εδώ βάζουμε το 127.0.0.1

 

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

# Default: 9014

LoginPort = 9014

 

# Default: 127.0.0.1

GameserverHostname = * <----------Εδώ βάζουμε * (αστεράκι)

 

# Default: 7777

GameserverPort = 7777

2119axd.png

Και το κάνουμε αποθήκευση..!

 

Μετά πηγαίνουμε Server\loginserver\config και ανοίγουμε το αρχείο loginserver.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

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

# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname

# Common settings...

# 127.0.0.1 - If you are playing alone on a test server

# 192.168.x.x - This is if you are on a 192.168.x.x type network (behind a standard consumer router) and want other computers from JUST the internal network to be able to connect

# x.x.x.x - WAN IP obtained from http://www.whatismyip.com/. This is if you want people outside your internal network to be able to connect to your server.

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

# Default: 127.0.0.1

ExternalHostname = Myserver2323.no-ip.biz <----------Εδώ βάζουμε το No-ip μας

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

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.

# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.

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

# Default: 127.0.0.1

InternalHostname = 127.0.0.1 <----------Εδώ βάζουμε το 127.0.0.1

 

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

# If you are behind a router which using its own local IP for Port Forwarding then set this to the routers

# local IP if you want people outside your internal network to be able to connect to your server.

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

# RouterHostname =

 

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

# Default: *

LoginserverHostname = * <----------Εδώ βάζουμε *(αστεράκι

 

 

# Default: 2106

LoginserverPort = 2106

 

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

# Default: *

LoginHostname = * <----------Εδώ βάζουμε *(αστεράκι

# The port on which login will listen for GameServers

# Default: 9014

LoginPort = 9014

25t9cas.png

Και το κάνουμε αποθήκευση..!

 

Τώρα θα πάμε Server\gameserver\config και ανοίγουμε το αρχείο server.properties με το σημειωματάριο..!

Και αλλάζουμε το MinProtocolRevision = 1 και MaxProtocolRevision = 999

 

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

# Misc Server Settings

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

# This is the server ID that the Game Server will request.

# Example: 1 = Bartz

# Default: 1

RequestServerID = 1

 

# True = The Login Server will give an other ID to the server if the requested ID is already reserved.

# Default: True

AcceptAlternateID = True

 

# Datapack root directory.

# Defaults to current directory from which the server is started unless the below line is uncommented.

#DatapackRoot = C:/Work/tmp/DataPack

 

# Define how many players are allowed to play simultaneously on your server.

# Default: 100

MaximumOnlineUsers = 100

 

# Minimum and maximum protocol revision that server allow to connect.

# Warning: You must make sure that the minimum revision is always less than or equal to the maximum revision.

# Default: 83

MinProtocolRevision = 1 <----------Εδώ βάζουμε 1

 

# Default: 87

MaxProtocolRevision = 999 <----------Εδώ βάζουμε 999

fxxk5f.png

 

Τώρα θα πάμε Server\loginserver\config και ανοίγουμε το αρχείο loginserver.properties με το σημειωματάριο..!

και αλλάζουμε το AcceptNewGameServer = απο False σε True

 

 

# If set to True any GameServer can register on your login's free slots

# Default: False

AcceptNewGameServer =False <----------Εδώ βάζουμε True

mlrw47.png

 

 

Και το τελευταίο βήμα Ανοίξτε το File edit και τροποποιήστε το l2.ini που βρίσκετε μέσα στο System του client σας

(*Υ.Σ 127.0.0.1 βάζουμε για το system που θα τρέχουμε απο το σπίτι μας και για αυτό που θα έχουμε online βάζουμε το No-ip μας (myserver2323.no-ip.biz))!

ncmadx.png

2efrn89.png

[/size]

Pistevo me auto dn xreiazese tpt allo..
Guest
This topic is now closed to further replies.
×
×
  • Create New...