Ir para conteúdo
  • Cadastre-se
  • 0

(Resolvido) Servidor [Freya] Problemas


marquiinho

Pergunta

jah criei mtos servidores de lineage com o l2j e nunca tive problema . mas agora que lançou a versão freya os l2j [Freya] estão me dando problema na configuração de ips

 

quando configuro o login e o gameserver pro ip 127.0.0.1 consigo dar start no loginserver e gameserver ,mas quando coloco o no-ip (meu server address) da um erro no login server !

 

por favor me ajudem ! :smile:

Link para o comentário
Compartilhar em outros sites

4 respostass a esta questão

Posts recomendados

amigo em servidores freya , voce deve configurar o ipconfig.xml , que se encontra dentro da pasta config .

cyCrFTF.jpg

Obrigado pelo presente Mickaelll

Corintiano Fanático;

Estudante de T.I e l2jbrasileiro nas horas vagas.

Link para o comentário
Compartilhar em outros sites


QUAIS IPS O O QUE DEVE SE COLOCAR E COMO ?

 

DA UMA AJUDA AI MANO.

 

 

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

<!-- Externalhost here (Internet IP) or Localhost IP for local test -->

<gameserver address="myserverfabio.no-ip.org" xmlns:xsi="

O conteúdo está oculto, favor efetuar login ou se cadastrar!
xsi:noNamespaceSchemaLocation="ipconfig.xsd">

<!-- Localhost here -->

<define subnet="127.0.0.0/8" address="myserverfabio.no-ip.org" /> < O QUE COLOCAR AKI?

<!-- Internalhosts here (LANs IPs) -->

<define subnet="10.0.0.0/8" address="10.1.1.4" /> < O QUE COLOCAR AKI?

<define subnet="172.16.0.0/19" address="10.1.1.4" /> < O QUE COLOCAR AKI?

<define subnet="192.168.0.0/16" address="10.1.1.4" /> < O QUE COLOCAR AKI? EU COLOQUEI O IP QUE APARECEU NO COMANDO IPCONFIG NO CMD

</gameserver>

Editado por Fabinhomq
Link para o comentário
Compartilhar em outros sites

galera, eu estou configurando dessa forma... e também pessoal de fora não acessa de jeito nenhum!!!

 

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

<!-- Externalhost here (internet IP) or Localhost IP for local test -->

<gameserver address="MEU-NO-IP AQUI" xmlns:xsi="

O conteúdo está oculto, favor efetuar login ou se cadastrar!
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/24" address="192.168.0.0" />

</gameserver>

 

Portas redirecionadas para o meu server: 53, 80, 2009, 2106, 3306, 7777, 9014.

 

Alguém ajuda ai?

Editado por Sir Louis
Link para o comentário
Compartilhar em outros sites

galera, eu estou configurando dessa forma... e também pessoal de fora não acessa de jeito nenhum!!!

 

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

<!-- Externalhost here (internet IP) or Localhost IP for local test -->

<gameserver address="MEU-NO-IP AQUI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"'>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/24" address="192.168.0.0" />

</gameserver>

 

Portas redirecionadas para o meu server: 53, 80, 2009, 2106, 3306, 7777, 9014.

 

Alguém ajuda ai?

 

Galera.... Solucionado!

 

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

<!-- Externalhost here (internet IP) or Localhost IP for local test -->

<gameserver address="MEU-NO-IP AQUI" 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/24" address="192.168.0.0" />

</gameserver>

 

Arquivo server.properties

 

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

# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>

# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>

# Default: 127.0.0.1

LoginHost = 127.0.0.1

 

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

# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>

# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>

# Default: * (0.0.0.0)

GameserverHostname = 0.0.0.0

 

# Default: 7777

GameserverPort = 7777

 

Arquivo login.properties

 

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

# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>

# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>

# Default: * (0.0.0.0)

LoginserverHostname = 0.0.0.0

 

# Default: 2106

LoginserverPort = 2106

 

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

# WARNING: <u><b><font color="red">Please don't change default IPs here if you don't know what are you doing!</font></b></u>

# WARNING: <u><b><font color="red">External/Internal IPs are now inside "ipconfig.xml" file.</font></b></u>

# Default: * (0.0.0.0)

LoginHostname = 0.0.0.0

 

# The port on which login will listen for GameServers

# Default: 9014

LoginPort = 9014

 

Boa sorte a todos!

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.




×
×
  • 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.