Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
Возникла проблема после того как перевел сервер на NO-IP
#1
Здравствуйте! Возникла проблема после того как прочитал гайд о переводе сервера на NO-IP помогите плиз, сервер держу не давно поэтому еще толком не понимаю, но все же.

Запускаются они нормально без ошибок а вот клиент говорит что не удается подключится к серверу авторизации! Help me!!

Вот мои конфиги, что не так:

LoginServer;

Код:
#
# 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

GameServer;

Код:
#
# 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 = 500

# Address of login server
gameserver.network.login.address = xxlonline.serveblog.net:9014

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

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

# 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

ipconfig

Код:
<!--
  ~ 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="xxlonline.serveblog.net">

    <!--
        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="127.0.0.1"/>
    <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>
Ответ
#2
в ЛС замени с
# LoginServer will bind specified network interface
# * - bind all interfaces
loginserver.network.client.host= *
на # LoginServer will bind specified network interface
# * - bind all interfaces
loginserver.network.client.host= xxlonline.serveblog.net
ЛЮДИ ВКЛЮЧИТЕ ВАШИ МОЗГИ
а то китайцы уже андроидов в телефоны пихают
Nokia N810
[Изображение: Bez_nazvy-2.png]
[Изображение: account_detailed.gif]
Ответ
#3
Меня смутили настройки... может изза этой строки
<iprange min="10.0.0.0" max="10.255.255.255" address="127.0.0.1"/> Измени на
<iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>

Прост у меня както было такое....
Мы всё сделаем металлом! Чернее чернейшей черноты бесконечности! © Nathan Explotion
Работаю с Aion Java-emu, любой версии. skype: alexsiuss1
Ответ
#4
Не хочет(((
Ответ
#5
Если возникает проблема ПОСЛЕ того как прочитал гайд, следует задасться вопросом. А надо ли тебе это? Smile

п.с. если КЛИЕНТ говорит что проблема, резонно будет искать проблему в клиенте. Скажем, редактирование l2.ini, или какой там файл у вас отвечает за путь к серверу.
Jedem das seine.
Каждому своё.
Ответ
#6
VoltVolt это не линейка

в конфиге гейм сервера
Цитата:# Id of this game server
gameserver.network.login.gsid = 1

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

тут ошибка

Зайди в базу логин севера там найди таблицу гейм сервер
Пропиши внутри так
1 / * / пароль
Далее в конфиге выше что я скопировал в строке
gameserver.network.login.password =my pass
и вставь пароль что в базе логинсервера установишь.
Запусти снова сервера и будет счастье.
[Изображение: aionban.gif]
Ответ
#7
Да, и то верно Smile
Но раз уж подняли тему... Клиент аиона разве не получает инфу о том, к какому серверу авторизации ему коннектиться? Smile
Как говорил Станиславский, "Не верю!" (с)
Jedem das seine.
Каждому своё.
Ответ
#8
Я написал в чем проблема
[Изображение: aionban.gif]
Ответ
#9
всеровно нет! такая же проблемма

Добавлено через 1 минуту
и не в клиенте дело... все норм было.. конектились раньше норм.. немогло же слетень это одновременно у нескольких игроков!!
[Изображение: 3c926d95b821.png]
Ответ
#10
Ну он и коннектится по старому адресу. А твой сервер авторизации висит уже на no-ip.com Smile
Jedem das seine.
Каждому своё.
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  aion2.1 подскажите в чем проблема kovalmir 3 1,797 05-14-2022, 03:54 PM
Последний пост: kovalmir
  Не запускается сервер MailFolder345 12 5,556 04-29-2019, 07:36 PM
Последний пост: klubheads
  Aion сервер под клиент 4.8 EU PROGRAMMATOR 67 72,364 03-24-2019, 09:32 AM
Последний пост: css
  Нужен знающий человек (сервер,обвязка итд) Applearrow 13 5,886 02-04-2018, 04:43 AM
Последний пост: drost
  Рандом возрождение после смерти slideon 8 3,135 06-14-2016, 12:30 AM
Последний пост: AionLight
  Проблема с персонажами в AL 4.8 Азраэль 2 2,357 05-01-2016, 05:35 PM
Последний пост: AionLight
  U3J - При установке jdk-6u45 не компилится, при jdk-7u80 не запускается сервер. Frol 0 1,676 04-01-2016, 09:45 PM
Последний пост: Frol
  Помогите найти логин и сервер !! saati 1 2,472 02-26-2016, 09:48 AM
Последний пост: V_Nick
  Сервер VS Сервер Mr.TeRay 17 6,886 02-10-2016, 05:35 PM
Последний пост: SunriseFixtures
  Хочу сервер Liofan 6 3,406 10-20-2013, 09:59 AM
Последний пост: xolseg

Перейти к форуму:


Пользователи, просматривающие эту тему: 3 Гость(ей)