Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
проблема со входом на сервер
#1
проблема совственно в чем. сделал серв все в точности по мануалу сборка l2open rev. 1115, пробросил порты вроде все верно,сделал no-ip, настроил роутер,в л2ини вписал все как надо при входе в игру застревает после ввода логина и пароля.
ЛС---------------------------------------------------------------------------
# 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
# ***
# Это подключение клиентов из внешней сети (интернета), должен быть внешний IP
# Общие настройки...
# Поставьте 127.0.0.1 - Если вы играете только на тестовом сервере или один.
# Или пропишите ваш внешний IP адрес для того что бы к вам могли подключиться из интернета.
# Что бы узнать свой внешний IP пройдите по ссылке http://www.whatismyip.com/.
# Там будет написан ваш IP(внешний).
# По умолчанию: 127.0.0.1
# ---------------------------------------------------------------------------
ExternalHostname = 127.0.0.1

# ---------------------------------------------------------------------------
# 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
# ***
# Подключение внутри сети. Для тех людей которые играют с вами в одной сети.
# Или 127.0.0.1 если хотите играть один (тестировать сервер).
# По умолчанию: 127.0.0.1
# ---------------------------------------------------------------------------
InternalHostname = 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.
# ***
# Если у вас есть роутер, который использует локальный IP для Port Forwarding, то стерите # перед RouterHostname,
# и впишите туда свой локальный IP если хотите, чтоб люди не из вашей сети могли подключится к вашему серверу.
# ---------------------------------------------------------------------------
# RouterHostname =

# Bind ip of the LoginServer, use * to bind on all available IPs
# Default: *
# ***
# Привязка IP к LoginServer, используйте * чтобы связать все доступные IP-адреса. (Не меняйте параметр *).
# По умолчанию: *
LoginserverHostname = *

# Default: 2106
# ***
# Порт логин сервера
# По умолчанию: 2106
LoginserverPort = 2106

# The address on which login will listen for GameServers, use * to bind on all available IPs
# Default: *
# ***
# Адрес, к которому будет подключатся Login для GameServers, используйте * чтобы связать все доступные IP-адреса (Не меняйте параметр *).
# По умолчанию: *
LoginHostname = *

# The port on which login will listen for GameServers
# Default: 9014
# ***
# Оставьте этот порт по умолчанию.
# По умолчанию: 9014
LoginPort = 9014


гс
# ---------------------------------------------------------------------------
# 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 = 127.0.0.1

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

# Where's the Login server this gameserver should connect to
# 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

# Default: *
GameserverHostname = *

# Default: 7777
GameserverPort = 7777

при таком раскладе не заходит даже с компа на котором стоит серв
и вот прикол: в момент логина отключаю сетевое подключение в игре пишет что соединение с сервером потеряно и при повторном вводе логина пароля заходит на сервер

уже не знаю че делать перерыл весь гугл прочитал все что можноSad помогите кто знает в чем может быть причина
Ответ
#2
Novice Написал:ЛС---------------------------------------------------------------------------
# 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
# ***
# Это подключение клиентов из внешней сети (интернета), должен быть внешний IP
# Общие настройки...
# Поставьте 127.0.0.1 - Если вы играете только на тестовом сервере или один.
# Или пропишите ваш внешний IP адрес для того что бы к вам могли подключиться из интернета.
# Что бы узнать свой внешний IP пройдите по ссылке http://www.whatismyip.com/.
# Там будет написан ваш IP(внешний).
# По умолчанию: 127.0.0.1
# ---------------------------------------------------------------------------
ExternalHostname = 97.88.88.57 (внешний!!!!)

# ---------------------------------------------------------------------------
# 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
# ***
# Подключение внутри сети. Для тех людей которые играют с вами в одной сети.
# Или 127.0.0.1 если хотите играть один (тестировать сервер).
# По умолчанию: 127.0.0.1
# ---------------------------------------------------------------------------
InternalHostname = 192.168.x.x (выданный Пк на котором сервер)

# ---------------------------------------------------------------------------
# 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.
# ***
# Если у вас есть роутер, который использует локальный IP для Port Forwarding, то стерите # перед RouterHostname,
# и впишите туда свой локальный IP если хотите, чтоб люди не из вашей сети могли подключится к вашему серверу.
# ---------------------------------------------------------------------------
RouterHostname = 192.168.x.x (выданный Пк на котором сервер)

# Bind ip of the LoginServer, use * to bind on all available IPs
# Default: *
# ***
# Привязка IP к LoginServer, используйте * чтобы связать все доступные IP-адреса. (Не меняйте параметр *).
# По умолчанию: *
LoginserverHostname = *

# Default: 2106
# ***
# Порт логин сервера
# По умолчанию: 2106
LoginserverPort = 2106

# The address on which login will listen for GameServers, use * to bind on all available IPs
# Default: *
# ***
# Адрес, к которому будет подключатся Login для GameServers, используйте * чтобы связать все доступные IP-адреса (Не меняйте параметр *).
# По умолчанию: *
LoginHostname = 192.168.x.x (выданный Пк на котором сервер)

# The port on which login will listen for GameServers
# Default: 9014
# ***
# Оставьте этот порт по умолчанию.
# По умолчанию: 9014
LoginPort = 9014


гс
# ---------------------------------------------------------------------------
# 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 = 97.88.88.57 (внешний!!!!)

# ---------------------------------------------------------------------------
# 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 = 192.168.x.x (выданный Пк на котором сервер)

# Where's the Login server this gameserver should connect to
# Default: 127.0.0.1
LoginHost = 192.168.x.x (выданный Пк на котором сервер)

# TCP port the login server listen to for gameserver connection requests
# Default: 9014
LoginPort = 9014

# Default: *
GameserverHostname = 192.168.x.x (выданный Пк на котором сервер)

# Default: 7777
GameserverPort = 7777

при таком раскладе не заходит даже с компа на котором стоит серв
и вот прикол: в момент логина отключаю сетевое подключение в игре пишет что соединение с сервером потеряно и при повторном вводе логина пароля заходит на сервер

уже не знаю че делать перерыл весь гугл прочитал все что можноSad помогите кто знает в чем может быть причина
Как то так вроде.
[Изображение: 76561197995319806.png]
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  Русский Никнейм PTS Сервер! Kenrix 6 3,665 11-26-2023, 09:32 AM
Последний пост: ОргазмО
  где сервер гранит файлы ява? doloto777 3 1,470 04-15-2023, 11:44 AM
Последний пост: gorodetskiy
  Требуется Тех. Администратор на сервер Interlude/High Five! sfmusic 1 1,348 03-15-2023, 01:11 PM
Последний пост: Adamheers
  Требуется Тех. Администратор на сервер essence (mobius) sfmusic 0 1,001 03-06-2023, 05:26 PM
Последний пост: sfmusic
  Lineage 2 PTS 287 Protocol Проблема PSIFAK 1 1,380 01-25-2023, 04:08 AM
Последний пост: Phantom-Dev
  Myext64HF проблема с сетью MystX 3 1,678 11-08-2022, 04:33 AM
Последний пост: Phantom-Dev
  Не пускает на сервер Nab 8 2,908 02-01-2022, 12:01 PM
Последний пост: Nab
  Ищу опытного рекламщика чтобы совместно держать готовый сервер Донат - 50 на 50.- xevilx 3 1,752 08-25-2021, 10:09 PM
Последний пост: Lord_Gothic
  Проблема с rguard\ftguard iDarkEmpire 13 5,867 07-22-2020, 11:31 PM
Последний пост: CTAJIIH
  Проблема с количеством ХП AerisRD 0 1,149 05-19-2020, 08:20 PM
Последний пост: AerisRD

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


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