Ir para conteúdo
  • Cadastre-se

Deixando server on por NO-IP (Com modem).


Kaeh

Posts recomendados

--- Galera, hoje eu estarei ensinando a deixar o server de Lineage II (Modem) ---


1 - Você precisa desativar o firewall do windons para as portas: Vá ate a seu desktop e aperte Windows + R, depois digite "services.msc", depois procure por "Firewall do windons", der 2 cliques, vá ate "Tipo de inicialização e coloque "desativado" depois aperte "Parar" e depois "Aplicar".


2 - Abra seu modem (roteador) liberes as portas 7777, 3306, 9014, 2106 em TCP e UDP.


--- Agora vamos editar o server ---


1 - gameserver/config/network/gameserver


# ===================================#

# 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.

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


# Enter here (ip) address of your game server, or use the symbol *

GameserverHostname = * <<< Deixa como está.

GameserverPort = 7777 <<< Deixa como está.


# Configure your external ip

ExternalHostname = <<< Aqui você coloca o ID do seu NO-IP Ex: 123456.ddns.net


# Configure your internal ip

InternalHostname = <<< Aqui você coloca o IP do seu PC.


# Bunch ID and game server. It is better not to change.

LoginPort = 9014 <<< Deixa como está.

LoginHost = 127.0.0.1 <<< Deixa como está.


2 - loginserver/config/network/loginserver


#============================================================#

# Frozen Dev.Team #

#============================================================#

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

# Usually you have to change the ExternalHostname option to

# - 127.0.0.1 (if you want to play alone / testing purpose)

# - LAN IP* (if you want to play from another computer in the network)

# - WAN IP** (if you want to play with friends over internet)

# - Questions? =>
O conteúdo está oculto, favor efetuar login ou se cadastrar!

#


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

ExternalHostname = <<< Aqui você coloca o ID do seu NO-IP Ex: 123456.ddns.net


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

InternalHostname = <<< Aqui você coloca o IP do seu PC..


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

LoginserverHostname = * <<< Deixa como está.

LoginserverPort = 2106


# How many times you can provide an invalid account/pass before the IP gets banned

LoginTryBeforeBan = 20


# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)

LoginBlockAfterBan = 600

GMMinLevel = 100


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

LoginHostname = * <<< Deixa como está.


# The port on which login will listen for GameServers

LoginPort = 9014


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

AcceptNewGameServer = True <<< Se tiver desativado (False) coloque True.



--- Agora vamos editar o L2.ini (System) ---


1 - Para você entrar:


Abra seu L2.ini na pasta system e procure por "ServerAddr=", na frente (sem espaço) coloque "127.0.0.1"


2 - Para os plays entrarem:


Abra seu L2.ini na pasta system e procure por "ServerAddr=", na frente (sem espaço) coloque o seu IP do NO-IP


Obs: no patch para os seus plays coloquem o segundo.


Creditos: Kaeh (eu).




Link para o comentário
Compartilhar em outros sites


a minha net não é da GVT não mano, o meu Roteador é One-Link ai como eu faço pra colocar meu server pra rodar? tenho que mecher no meu roteador é?


tipo o meu server é jdot ai eu coloco como o site

O conteúdo está oculto, favor efetuar login ou se cadastrar!
????

Link para o comentário
Compartilhar em outros sites

a minha net não é da GVT não mano, o meu Roteador é One-Link ai como eu faço pra colocar meu server pra rodar? tenho que mecher no meu roteador é?

tipo o meu server é jdot ai eu coloco como o site

O conteúdo está oculto, favor efetuar login ou se cadastrar!
????

Amigo, a minha net também não e GVT, você precisa abrir as portas 7777, 3306, 9014, 2106 em TCP e UDP no seu modem.

Link para o comentário
Compartilhar em outros sites

preciso sim mano eu entrei no site do meu modem mais não consigo logar no meu servidor de jeito nenhum, eu faço tudo como você deixo no poste ai mais, não consigo logar de jeito nenhum. liberei as portas 7777 3306 9014 e etc.. mais ainda na mesma...

Manda msg privada, dai você compartilha tv e eu vejo o que poço fazer.

Link para o comentário
Compartilhar em outros sites

  • 2 months later...
  • 2 months later...

 

--- Galera, hoje eu estarei ensinando a deixar o server de Lineage II (Modem) ---
1 - Você precisa desativar o firewall do windons para as portas: Vá ate a seu desktop e aperte Windows + R, depois digite "services.msc", depois procure por "Firewall do windons", der 2 cliques, vá ate "Tipo de inicialização e coloque "desativado" depois aperte "Parar" e depois "Aplicar".
2 - Abra seu modem (roteador) liberes as portas 7777, 3306, 9014, 2106 em TCP e UDP.
--- Agora vamos editar o server ---
1 - gameserver/config/network/gameserver
# ===================================#
# 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.
# -------------------------------------------------------------------------------------------------------------------------------
# Enter here (ip) address of your game server, or use the symbol *
GameserverHostname = * <<< Deixa como está.
GameserverPort = 7777 <<< Deixa como está.
# Configure your external ip
ExternalHostname = <<< Aqui você coloca o ID do seu NO-IP Ex: 123456.ddns.net
# Configure your internal ip
InternalHostname = <<< Aqui você coloca o IP do seu PC.
# Bunch ID and game server. It is better not to change.
LoginPort = 9014 <<< Deixa como está.
LoginHost = 127.0.0.1 <<< Deixa como está.
2 - loginserver/config/network/loginserver
#============================================================#
# Frozen Dev.Team #
#============================================================#
# This is the server configuration file. Here you can set up the connection for your server.
# Usually you have to change the ExternalHostname option to
# - 127.0.0.1 (if you want to play alone / testing purpose)
# - LAN IP* (if you want to play from another computer in the network)
# - WAN IP** (if you want to play with friends over internet)
# - Questions? =>
O conteúdo está oculto, favor efetuar login ou se cadastrar!
#
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = <<< Aqui você coloca o ID do seu NO-IP Ex: 123456.ddns.net
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = <<< Aqui você coloca o IP do seu PC..
# Bind ip of the loginServer, use * to bind on all available IPs
LoginserverHostname = * <<< Deixa como está.
LoginserverPort = 2106
# How many times you can provide an invalid account/pass before the IP gets banned
LoginTryBeforeBan = 20
# Time you won't be able to login back again after LoginTryBeforeBan tries to login. Provide a value in seconds. Default 10min. (600)
LoginBlockAfterBan = 600
GMMinLevel = 100
# The address on which login will listen for GameServers, use * to bind on all available IPs
LoginHostname = * <<< Deixa como está.
# The port on which login will listen for GameServers
LoginPort = 9014
# If set to True any GameServer can register on your login's free slots
AcceptNewGameServer = True <<< Se tiver desativado (False) coloque True.
--- Agora vamos editar o L2.ini (System) ---
1 - Para você entrar:
Abra seu L2.ini na pasta system e procure por "ServerAddr=", na frente (sem espaço) coloque "127.0.0.1"
2 - Para os plays entrarem:
Abra seu L2.ini na pasta system e procure por "ServerAddr=", na frente (sem espaço) coloque o seu IP do NO-IP
Obs: no patch para os seus plays coloquem o segundo.
Creditos: Kaeh (eu).

 

como liberar essas portas no modem novo da vivo speedy? aquele que ja vem com wi-fi, um modem pretinho...

L2QAPB

Link para o comentário
Compartilhar em outros sites

  • 8 months later...




×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.