Ver um Único Post
Antigo 13-09-2010, 05:52 PM   #10
bgjunior
Membro - Recruta
 
Avatar de bgjunior
 
Registrado em: Aug 2010
Posts: 8
Agradeceu: 0
Agradecido 3 Vezes em 2 Posts
Achei Ruim:
Acharam ruim Vezes em Posts
Meu Estado:

Inventório de bgjunior

Padrão

Me desculpe vc mas eu falei e que do jeito que foi feito no tutorial não funciona ele esta incompleto e confuso, quando me manifestei foi para que vc que disse ter colocado "on para algumas pessoas" completasse as informações ou colocasse um tutorial mais completo... essa foi minha intenção participo de vários foruns e o que encontrei aqui foram copias de outros foruns minha indignação e as pessoas se promoverem com resultados incompletos de outros... neste caso se não gostou aconselho que coloque a informações que faltão ou elabore um tutorial que realmente forneça as informações necessárias ao funcionamento...

Por favor não leiam o que esta abaixo o Destructor pode ficar ofendido...

[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]

Aion Server on a Dynamic IP
« on: April 02, 2010, 10:01:40 PM »

--------------------------------------------------------------------------------

I decided to write a manual for those who have no permanent (dedicated) ip address.
So we need to register at here or here to download the necessary tool for that that you can connect.

[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] or [Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar]

Next configure loginsever.properties


Quote
# LoginServer will listen for connections on specified port
loginserver.network.client.port=2106

# LoginServer will bind specified network interface
# * - bind all interfaces
loginserver.network.client.host=*.no-ip.org (or other dynamic address which is registered)

# How many times player can try to login before he get's banned for bruteforcing
loginserver.network.client.logintrybeforeban=5

# For what time in minutes player should be banned in case of bruteforcing
loginserver.network.client.bantimeforbruteforcing= 15

# Host that will be used by LS to listen for GS connections
loginserver.network.gameserver.host=127.0.0.1(You can put *, I have so)

# Port that will be used by LS to listen for GS connections
loginserver.network.gameserver.port=9014

# Nuber of additional threads for NIO that will handle only reading
loginserver.network.nio.threads.read=0

# Nuber of additional threads for NIO that will handle only writing
loginserver.network.nio.threads.write=0

# Create accounts automatically or not?
loginserver.accounts.autocreate=true

Then adjust game server gameserver.properties


Quote
# Port that will be used to listen for client connections
gameserver.network.client.port=7777

# Host that will be used to listen for client connections
gameserver.network.client.host=*.no-ip.org (or other dynamic address which is registered)

# Maximum online players on the server
gameserver.network.client.maxplayers=100

# Address of login server
gameserver.network.login.address=localhost:9014

# Id of this game server
gameserver.network.login.gsid=1

Then adjust ipconfig.xml


Quote
<ipconfig default="*.no-ip.org">(Editing this address)

<!--
IANA-reserved private IPv4 network ranges
Access only from local networks, external client can't have any of
the following ip addresses
-->
<iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
<iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>

</ipconfig>

The main thing now to open ports in the router 7777 and 2106 for that that could connect friends And do not forget to run the program for a dynamic IP that the download from the site where registered, details about how to configure can find on sites that are laid out above.
Enjoy the game you with your friends

qualquer semelhança e mera coincidencia sem falar na video aula no youtub que também não funciona e eu não disse ctrlV+ctrlC eu disse copia neste caso versão de um tutorial em ingles cujo o link esta acima...

detalhe o seu é do dia 21/04/2010 repare na data deste e se quiser eu coloco outros anteriores a este mais semelhantes que o seu em alemão e coloco também a video aula... por isso meu caro amigo se realmente funciona refaça o seu com o que falta pois da forma como este está vai me desculpar mas não fufa mesmo...

quanto a parte confusa talves o que vou rolar a seguir esclareça um pouco...

RESOLVED][help] Cannot connect to the server -- NO-IP
« on: April 15, 2010, 02:54:58 PM »

--------------------------------------------------------------------------------

I have a problem, when I login in server...


login server


Code:
#
# This file is part of aion-unique <aionunique.smfnew.com>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#

# LoginServer will listen for connections on specified port
loginserver.network.client.port=2106

# LoginServer will bind specified network interface
# * - bind all interfaces
loginserver.network.client.host=*

# How many times player can try to login before he get's banned for bruteforcing
loginserver.network.client.logintrybeforeban=5

# For what time in minutes player should be banned in case of bruteforcing
loginserver.network.client.bantimeforbruteforcing= 15

# Host that will be used by LS to listen for GS connections
loginserver.network.gameserver.host=*

# Port that will be used by LS to listen for GS connections
loginserver.network.gameserver.port=9014

# Nuber of additional threads for NIO that will handle only reading
loginserver.network.nio.threads.read=0

# Nuber of additional threads for NIO that will handle only writing
loginserver.network.nio.threads.write=0

# Create accounts automatically or not?
loginserver.accounts.autocreate=true

game server


Code:
#
# This file is part of aion-unique <aion-unique.org>.
#
# aion-unique is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# aion-unique is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
#
# ----------------------------
# Network Config
# ----------------------------

# Port that will be used to listen for client connections
gameserver.network.client.port = 7777

# Host that will be used to listen for client connections
gameserver.network.client.host =*

# Maximum online players on the server
gameserver.network.client.maxplayers = 100

# Address of login server
gameserver.network.login.address = localhost:9014

# Id of this game server
gameserver.network.login.gsid = 1

# Password of this game server
gameserver.network.login.password =

# Additional threads that are used to read network data
gameserver.network.nio.threads.read = 0

# Additional threads that are used to write network data
gameserver.network.nio.threads.write = 0

# This will enable or disable the messages for unknown packets
gameserver.network.display.unknownpackets = false

ip config


Code:
<!--
~ This file is part of aion-unique <aionunique.smfnew.com>.
~
~ aion-unique is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ aion-unique is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with aion-unique. If not, see <http://www.gnu.org/licenses/>.
-->

<!--
File that is responsible for network address mapping.
We can have any number of ip ranges mapped to various network interfaces
Useful for those who run server in local areas with two (or more) networks

For ipconfig's "default" attribute both DNS and ip address is supported.
Example: <ipconfig default="216.239.59.104">
Examples: <ipconfig default="google.de">
-->

<ipconfig default="aionmaster.no-ip.org">

<!--
IANA-reserved private IPv4 network ranges
Access only from local networks, external client can't have any of
the following ip addresses
-->
<iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
<iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>

</ipconfig>

Navicat



ports



Open Server



Launcher



In Game Login is Ok



In Game server ... is cannot




how to stop this error?



Logged



AionSupportAdministratorSr. MemberPosts: 341 Re: [RESOLVED][help] Cannot connect to the server -- NO-IP
« Reply #1 on: April 15, 2010, 02:55:52 PM »

--------------------------------------------------------------------------------

ok from waht i see in your ipconfig.xml use your wan ip not your dns name. also if you wish for it to be online and to play from lan as well where it says this

Code:
<iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
<iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>add your LAN ip into one of those values , whichever one it fits into.

example if your lan ip is 192.168.23.212
then you would do this

<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.23.212"/>
but keep the default ip as your wan ip. so it will look like this


Code:
<ipconfig default="67.222.45.123"> // this is just an example of wan ip. add your wan ip here

<!--
IANA-reserved private IPv4 network ranges
Access only from local networks, external client can't have any of
the following ip addresses
-->
<iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
<iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.23.212"/>

</ipconfig>
next in navicat , in databse au_server_ls, in tabel gameserver, under MASK put *, that allows for any variable


se o pessoal quizer conferir as imagems segue o link abiaxo....

[Somente Usuários Registrados Podem Visualizar os Links Desta PáginaClique aqui para se Registrar] mesmo assim não é garantindo que funcione....

no caso acima fiz ctrlV+ctrlC para que as pessoas possam julgar por si mesmas agora por favor se vc realmente coloca essa merda via no-ip vê se elabora um tutorial mais organizado com mais informações e me desculpe pois em nenhum momento esta me reverindo a vc ter copiado o tuto eu so disse que tinha feito como estava no seu tutorial e ele não funcionou, quando avia me referido a copia foi outro tutoriais que estão aqui no forum, mas vc pediu eu atendi... ok

Há e por favor quando quizerem evitar que alguem proteste vê se elabora um sistema de punição menos fácil de bular como o fato de evitar que eu post uma mensagens... retire a função editar assim talvez fica mais fácil....

eu já configuerei o meu server a anos o meu ja ta até online eu so avisei o cara que a coisa não fufa e não fufa mesmo... com relação ao fato de vc ser membro de outros foruns e boa a descupla mas até agora não entendi o que que custa arrumar a merda do tuto...

(Usuário recebeu uma advertência NESTE POST)
bgjunior está offline   Responder com Citação