Страница 6 из 6

Очень часто всех дисконектит

Добавлено: 10 янв 2017, 21:30
deathnote
Настройки сервера

Код: Выделить всё

# Murmur configuration file.
#
# General notes:
# * Settings in this file are default settings and many of them can be overridden
#   with virtual server specific configuration via the Ice or DBus interface.
# * Due to the way this configuration file is read some rules have to be
#   followed when specifying variable values (as in variable = value):
#     * Make sure to quote the value when using commas in strings or passwords.
#        NOT variable = super,secret BUT variable = "super,secret"
#     * Make sure to escape special characters like '\' or '"' correctly
#        NOT variable = """ BUT variable = "\""
#        NOT regex = \w* BUT regex = \\w*

# Path to database. If blank, will search for
# murmur.sqlite in default locations or create it if not found.
database=

# If you wish to use something other than SQLite, you'll need to set the name
# of the database above, and also uncomment the below.
# Sticking with SQLite is strongly recommended, as it's the most well tested
# and by far the fastest solution.
#
#dbDriver=QMYSQL
#dbUsername=
#dbPassword=
#dbHost=
#dbPort=
#dbPrefix=murmur_
#dbOpts=

# Murmur defaults to not using D-Bus. If you wish to use dbus, which is one of the
# RPC methods available in Murmur, please specify so here.
#
dbus=session

# Alternate D-Bus service name. Only use if you are running distinct
# murmurd processes connected to the same D-Bus daemon.
#dbusservice=net.sourceforge.mumble.murmur

# If you want to use ZeroC Ice to communicate with Murmur, you need
# to specify the endpoint to use. Since there is no authentication
# with ICE, you should only use it if you trust all the users who have
# shell access to your machine.
# Please see the ICE documentation on how to specify endpoints.
#ice="tcp -h 127.0.0.1 -p 6502"

# Ice primarily uses local sockets. This means anyone who has a
# user account on your machine can connect to the Ice services.
# You can set a plaintext "secret" on the Ice connection, and
# any script attempting to access must then have this secret
# (as context with name "secret").
# Access is split in read (look only) and write (modify) 
# operations. Write access always includes read access,
# unless read is explicitly denied (see note below).
#
# Note that if this is uncommented and with empty content,
# access will be denied.

#icesecretread=
icesecretwrite=

# How many login attempts do we tolerate from one IP
# inside a given timeframe before we ban the connection?
# Note that this is global (shared between all virtual servers), and that
# it counts both successfull and unsuccessfull connection attempts.
# Set either Attempts or Timeframe to 0 to disable.
autobanAttempts = 0
#autobanTimeframe = 120
autobanTime = 0

# Specifies the file Murmur should log to. By default, Murmur
# logs to the file 'murmur.log'. If you leave this field blank
# on Unix-like systems, Murmur will force itself into foreground
# mode which logs to the console.
logfile=murmur.log

# If set, Murmur will write its process ID to this file
# when running in daemon mode (when the -fg flag is not
# specified on the command line). Only available on
# Unix-like systems.
#pidfile=

# The below will be used as defaults for new configured servers.
# If you're just running one server (the default), it's easier to
# configure it here than through D-Bus or Ice.
#
# Welcome message sent to clients when they connect.
welcometext="<center><h1>Добро пожаловать в Lamussons</h1></center><br><center><img src='http://lamussons.ru/img/logo2.png' border='0' width='200' height='140'></center><br><br>
Сайт: <a href='http://lamussons.ru/'>Lamussons.ru</a><br> Устав: <a href='http://goo.gl/rkjOz8'>Прочитать</a><br>
"

# Port to bind TCP and UDP sockets to.
port=64738

# Specific IP or hostname to bind to.
# If this is left blank (default), Murmur will bind to all available addresses.
#host=

# Password to join server.
serverpassword=

# Maximum bandwidth (in bits per second) clients are allowed
# to send speech at.
bandwidth=192000

# Maximum number of concurrent clients allowed.
users=1000

# Amount of users with Opus support needed to force Opus usage, in percent.
# 0 = Always enable Opus, 100 = enable Opus if it's supported by all clients.
#opusthreshold=100

# Maximum depth of channel nesting. Note that some databases like MySQL using
# InnoDB will fail when operating on deeply nested channels.
#channelnestinglimit=10

# Regular expression used to validate channel names.
# (Note that you have to escape backslashes with \ )
channelname=[ \\-=\\w\\#\\[\\]\\{\\}\\(\\)\\@\\|№]+

# Regular expression used to validate user names.
# (Note that you have to escape backslashes with \ )
#username=[-=\\w\\[\\]\\{\\}\\(\\)\\@\\|\\.]+

# Maximum length of text messages in characters. 0 for no limit.
#textmessagelength=5000

# Maximum length of text messages in characters, with image data. 0 for no limit.
#imagemessagelength=131072

# Allow clients to use HTML in messages, user comments and channel descriptions?
allowhtml=true

# Murmur retains the per-server log entries in an internal database which
# allows it to be accessed over D-Bus/ICE.
# How many days should such entries be kept?
# Set to 0 to keep forever, or -1 to disable logging to the DB.
#logdays=31

# To enable public server registration, the serverpassword must be blank, and
# this must all be filled out.
# The password here is used to create a registry for the server name; subsequent
# updates will need the same password. Don't lose your password.
# The URL is your own website, and only set the registerHostname for static IP
# addresses.
# Only uncomment the 'registerName' parameter if you wish to give your "Root" channel a custom name.
#
registerName=Lamussons Server
#registerPassword=secret
registerUrl=http://lamussons.ru/
registerHostname=lamussons.ddns.net

# If this option is enabled, the server will announce its presence via the 
# bonjour service discovery protocol. To change the name announced by bonjour
# adjust the registerName variable.
# See http://developer.apple.com/networking/bonjour/index.html for more information
# about bonjour.
#bonjour=True

# If you have a proper SSL certificate, you can provide the filenames here.
# Otherwise, Murmur will create it's own certificate automatically.
#sslCert=
#sslKey=

# The sslCiphers option chooses the cipher suites to make available for use
# in SSL/TLS. This option is server-wide, and cannot be set on a
# per-virtual-server basis.
#
# This option is specified using OpenSSL cipher list notation (see
# https://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT).
#
# It is recommended that you try your cipher string using 'openssl ciphers <string>'
# before setting it here, to get a feel for which cipher suites you will get.
#
# After setting this option, it is recommend that you inspect your Murmur log
# to ensure that Murmur is using the cipher suites that you expected it to.
#
# Note: Changing this option may impact the backwards compatibility of your
# Murmur server, and can remove the ability for older Mumble clients to be able
# to connect to it.
#sslCiphers=EECDH+AESGCM:AES256-SHA:AES128-SHA

# If Murmur is started as root, which user should it switch to?
# This option is ignored if Murmur isn't started with root privileges.
#uname=

# If this options is enabled, only clients which have a certificate are allowed
# to connect.
#certrequired=False

# If enabled, clients are sent information about the servers version and operating
# system.
#sendversion=True

# You can configure any of the configuration options for Ice here. We recommend
# leave the defaults as they are.
# Please note that this section has to be last in the configuration file.
#
[Ice]
Ice.Warn.UnknownProperties=1
Ice.MessageSizeMax=65536

# AFK канал 
defaultchannel = 17

характеристики сервера

1x2.2ГГц, 2Гб RAM, 40Гб HDD

Re: Удаленный узел закрыл соединение

Добавлено: 13 янв 2017, 12:07
B0nuse
Если у Вас возникают проблемы с подключением к серверу - пожалуйста, выполните инструкции описанные в посте viewtopic.php?p=3619#p3619

Re: Удаленный узел закрыл соединение

Добавлено: 21 янв 2017, 19:00
Falazur
Попытка соединения с сервером не удалась: Удалённый узел закрыл соединение.

Код: Выделить всё

C:\Users\Сергей>tracert m.voice-server.ru

Трассировка маршрута к m.voice-server.ru [5.178.84.43]
с максимальным числом прыжков 30:

  1    <1 мс    <1 мс    <1 мс  192.168.0.100
  2     1 ms     1 ms     1 ms  217.77.208.254
  3    <1 мс     3 ms    <1 мс  217.77.214.1
  4     *        *        *     Превышен интервал ожидания для запроса.
  5     1 ms     1 ms     1 ms  217.77.212.1
  6     1 ms     1 ms     3 ms  ae3.RT.ATR.NIK.UA.retn.net [87.245.239.253]
  7    25 ms    25 ms    25 ms  ae3-2.RT.MR.MSK.RU.retn.net [87.245.233.120]
  8    24 ms    24 ms    24 ms  GW-Selectel.retn.net [87.245.253.117]
  9    25 ms    28 ms    26 ms  01.msk.net.selectel.ru [95.213.189.0]
 10    24 ms    23 ms    24 ms  5.178.84.43

Трассировка завершена.

Код: Выделить всё

C:\Users\Сергей>pathping m.voice-server.ru

Трассировка маршрута к m.voice-server.ru [5.178.84.43]
с максимальным числом прыжков 30:
  0  Falazur [192.168.0.101]
  1  192.168.0.100
  2  217.77.208.254
  3  217.77.214.1
  4     *        *        *
Подсчет статистики за: 75 сек. ...
           Исходный узел     Маршрутный узел
Прыжок  RTT   Утер./Отпр.   %   Утер./Отпр.  %   Адрес
  0                                           Falazur [192.168.0.101]
                                0/ 100 =  0%   |
  1    0мс     0/ 100 =  0%     0/ 100 =  0%  192.168.0.100
                                0/ 100 =  0%   |
  2    1мс     0/ 100 =  0%     0/ 100 =  0%  217.77.208.254
                                0/ 100 =  0%   |
  3    0мс     0/ 100 =  0%     0/ 100 =  0%  217.77.214.1

Трассировка завершена.

Re: Отказано в соединении. Connection refused

Добавлено: 05 май 2017, 18:53
Scash
Добрый день! Не могу подключится к серверу, пишет: [18:37:57] Попытка соединения с сервером не удалась: Удалённый узел закрыл соединение.
Что делать как быть? К остальным серверам норм подключается!
Вин 10, Mumble 1.2.15.

Удалённый узел закрыл соединение.

Добавлено: 13 май 2017, 12:42
Scash
Добрый день! Не могу подключится к данному серверу. Я в этом всем мало что понимаю, вот что получилось сделать!
1. Адрес сервера - s1.v4game.ru и Порт - 60352
2. Есть ли потери в статистике в клиенте (меню Сервер -> Информация)? - не активна кнопочка!
3. Трассировка до сервера с помощью команды tracert, pathping:
tracert:

Код: Выделить всё

Трассировка маршрута к s1.v4game.ru [149.202.223.138]
с максимальным числом прыжков 30:

  1    <1 мс    <1 мс    <1 мс  Dlink-Router.Dlink [192.168.0.1]
  2     1 ms    <1 мс     1 ms  10.147.16.1
  3    <1 мс    <1 мс    <1 мс  89.223.47.89
  4     1 ms     1 ms     1 ms  lgw1.nevalink.net [89.223.47.1]
  5     1 ms     1 ms     1 ms  31.134.191.18
  6     1 ms     1 ms     1 ms  31.134.191.17
  7    13 ms     1 ms     1 ms  xe521-207.RT.KM.SPB.RU.retn.net [87.245.252.17]
  8    23 ms    23 ms    23 ms  et430-2.RT.LIM.WAW.PL.retn.net [87.245.234.70]
  9    24 ms    24 ms    24 ms  be100-152.var-5-a9.pl.eu [37.187.231.216]
 10    38 ms    38 ms    38 ms  vl2.var-1-a72.pl.eu [91.121.215.209]
 11    39 ms    39 ms    38 ms  be100-1102.fra-1-a9.de.eu [213.251.128.113]
 12    43 ms    42 ms    42 ms  be1-1170.sbg-g1-a9.fr.eu [37.187.232.86]
 13    41 ms    41 ms    41 ms  be1-60.vac2-0b-a9.fr.eu [37.187.232.163]
 14    44 ms    44 ms    44 ms  vac2-1-n7.fr.eu.firewall [37.187.232.171]
 15    41 ms    41 ms    41 ms  vac2-2-n7.fr.eu [91.121.215.109]
 16    41 ms    41 ms    41 ms  be5.vac2-3-n7.fr.eu [91.121.215.111]
 17     *        *        *     Превышен интервал ожидания для запроса.
 18    43 ms    41 ms    42 ms  be50-5.sbg-4b-a9.routeurs.fr.eu [188.165.9.74]
 19    44 ms    44 ms    44 ms  s1.v4game.ru [149.202.223.138]

Трассировка завершена.
pathping:

Код: Выделить всё

C:\Users\sagot>pathping 1s.v4game.ru

Трассировка маршрута к v4game.ru [178.33.47.238]
с максимальным числом переходов 30:
  0  DESKTOP-0G43AHU.Dlink [192.168.0.38]
  1  Dlink-Router.Dlink [192.168.0.1]
  2  10.147.16.1
  3  89.223.47.89
  4  lgw1.nevalink.net [89.223.47.1]
  5  31.134.191.18
  6  31.134.191.17
  7  xe521-207.RT.KM.SPB.RU.retn.net [87.245.252.17]
  8  et430-2.RT.LIM.WAW.PL.retn.net [87.245.234.70]
  9  be100-152.var-5-a9.pl.eu [37.187.231.216]
 10  vl2.var-1-a72.pl.eu [91.121.215.209]
 11  be100-1102.fra-1-a9.de.eu [213.251.128.113]
 12  be1-1170.sbg-g1-a9.fr.eu [37.187.232.86]
 13  be1-20.vac2-0-a9.fr.eu [178.33.100.155]
 14  vac2-1-n7.fr.eu.firewall [178.33.100.98]
 15  vac2-2-n7.fr.eu [91.121.215.109]
 16  be5.vac2-3-n7.fr.eu [91.121.215.111]
 17     *        *        *
Подсчет статистики за: 400 сек. ...
           Исходный узел     Маршрутный узел
Прыжок  RTT   Утер./Отпр.   %   Утер./Отпр.  %   Адрес
  0                                           DESKTOP-0G43AHU.Dlink [192.168.0.38]
                                0/ 100 =  0%   |
  1    1мс     0/ 100 =  0%     0/ 100 =  0%  Dlink-Router.Dlink [192.168.0.1]
                                0/ 100 =  0%   |
  2    3мс     0/ 100 =  0%     0/ 100 =  0%  10.147.16.1
                                0/ 100 =  0%   |
  3    2мс     0/ 100 =  0%     0/ 100 =  0%  89.223.47.89
                                0/ 100 =  0%   |
  4    3мс     0/ 100 =  0%     0/ 100 =  0%  lgw1.nevalink.net [89.223.47.1]
                                0/ 100 =  0%   |
  5    2мс     0/ 100 =  0%     0/ 100 =  0%  31.134.191.18
                                0/ 100 =  0%   |
  6    5мс     0/ 100 =  0%     0/ 100 =  0%  31.134.191.17
                                0/ 100 =  0%   |
  7    2мс     0/ 100 =  0%     0/ 100 =  0%  xe521-207.RT.KM.SPB.RU.retn.net [87.245.252.17]
                                0/ 100 =  0%   |
  8   26мс     0/ 100 =  0%     0/ 100 =  0%  et430-2.RT.LIM.WAW.PL.retn.net [87.245.234.70]
                              100/ 100 =100%   |
  9  —     100/ 100 =100%     0/ 100 =  0%  be100-152.var-5-a9.pl.eu [37.187.231.216]
                                0/ 100 =  0%   |
 10  —     100/ 100 =100%     0/ 100 =  0%  vl2.var-1-a72.pl.eu [91.121.215.209]
                                0/ 100 =  0%   |
 11  —     100/ 100 =100%     0/ 100 =  0%  be100-1102.fra-1-a9.de.eu [213.251.128.113]
                                0/ 100 =  0%   |
 12  —     100/ 100 =100%     0/ 100 =  0%  be1-1170.sbg-g1-a9.fr.eu [37.187.232.86]
                                0/ 100 =  0%   |
 13  —     100/ 100 =100%     0/ 100 =  0%  be1-20.vac2-0-a9.fr.eu [178.33.100.155]
                                0/ 100 =  0%   |
 14  —     100/ 100 =100%     0/ 100 =  0%  vac2-1-n7.fr.eu.firewall [178.33.100.98]
                                0/ 100 =  0%   |
 15  —     100/ 100 =100%     0/ 100 =  0%  vac2-2-n7.fr.eu [91.121.215.109]
                                0/ 100 =  0%   |
 16  —     100/ 100 =100%     0/ 100 =  0%  be5.vac2-3-n7.fr.eu [91.121.215.111]

Трассировка завершена.
4. Пинг по порту сервера с помощью утилиты tcping.exe - Что то не получилось! Вот что пишет:

Код: Выделить всё

C:\Users\...>tcping.exe -n 10 s1.v4game.ru 60352
"tcping.exe" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
5. Показания MTR с количеством пакетов не менее 1000 - Что такое "1000 пакетов" понятия не имею, так что подождал подольше и вот результат:

Код: Выделить всё

|                                      WinMTR statistics                                   |

|                       Host              -   %  | Sent | Recv | Best | Avrg | Wrst | Last |

|                      Dlink-Router.Dlink -    0 | 1532 | 1532 |    0 |    1 |   98 |    0 |

|                             10.147.16.1 -    0 | 1532 | 1532 |    0 |    2 |  202 |    1 |

|                            89.223.47.89 -    0 | 1531 | 1531 |    0 |    1 |   99 |    1 |

|                       lgw1.nevalink.net -    0 | 1532 | 1532 |    1 |    5 |  199 |    1 |

|                           31.134.191.18 -   16 |  951 |  805 |    0 |    2 |   99 |    1 |

|                           31.134.191.17 -    0 | 1532 | 1532 |    1 |    5 |  193 |    1 |

|         xe521-207.RT.KM.SPB.RU.retn.net -    0 | 1532 | 1532 |    1 |    2 |  100 |    1 |

|          et430-2.RT.LIM.WAW.PL.retn.net -    0 | 1531 | 1531 |   23 |   25 |  124 |   23 |

|                be100-152.var-5-a9.pl.eu -    0 | 1532 | 1532 |   23 |   25 |  124 |   24 |

|                     vl2.var-1-a72.pl.eu -    1 | 1524 | 1522 |   38 |   40 |  138 |   38 |

|               be100-1102.fra-1-a9.de.eu -    1 | 1528 | 1527 |   38 |   40 |  138 |   38 |

|                be1-1170.sbg-g1-a9.fr.eu -    1 | 1524 | 1522 |   41 |   45 |  149 |   41 |

|                 be1-60.vac2-0b-a9.fr.eu -    1 | 1527 | 1526 |   41 |   43 |  137 |   41 |

|                vac2-1-n7.fr.eu.firewall -    1 | 1524 | 1522 |   44 |   46 |  147 |   44 |

|                         vac2-2-n7.fr.eu -    0 | 1532 | 1532 |   41 |   43 |  141 |   41 |

|                     be5.vac2-3-n7.fr.eu -    1 | 1528 | 1527 |   41 |   43 |  141 |   41 |

|                   No response from host -  100 |  307 |    0 |    0 |    0 |    0 |    0 |

|         be50-5.sbg-4b-a9.routeurs.fr.eu -    1 | 1524 | 1522 |   40 |   46 |  164 |   42 |

|                            s1.v4game.ru -    1 | 1528 | 1527 |   44 |   46 |  145 |   45 |
Заранее прошу прощения за криворукость, напомню, в этом всем не черта не понимаю! Как смог и вот что получилось.
Заранее Спасибо!

Re: Удаленный узел закрыл соединение

Добавлено: 03 июл 2017, 12:04
descord
Доброго времени суток, не знаю по адресу ли я пишу , но все же.
Мой бесплатный сервер не пускает меня даже под Супер Юзером.
Показывает что на сервере находятся 99 пользователей из возможных 50.
Есть какой то совет как с этим бороться?

Попытка соединения с сервером не удалась: Удалённый узел закрыл соединение.

нету соединения

Добавлено: 20 окт 2017, 00:47
ches
доброго времени суток, заранее извеняюсь если не туда пишу. испытываю проблемы с подключениям к серверам мамбла s4.v4game.ru и s2.v4game.ru, до сегодняшнего дня все было хорошо, тех поддержка в самом мамбле ни чем помочь не смогла, провайдер так же заявил что у них все хорошо, при этом я могу подключать к другим серверам предоставленными в списках( азия америка) .Тех поддержка мамбла посоветовала скинуть трасеровку

Код: Выделить всё

Трассировка маршрута к s4.v4game.ru [91.234.35.127]
с максимальным числом прыжков 30:
  1    40 ms    28 ms    29 ms  m.home [192.168.8.1]
  2    25 ms    27 ms    20 ms  10.10.30.97
  3     *        *        *     Превышен интервал ожидания для запроса.
  4    65 ms    44 ms    35 ms  10.10.40.3
  5    68 ms    38 ms    67 ms  195.239.192.201
  6   121 ms   109 ms    91 ms  mx01.Frankfurt.gldn.net [79.104.225.34]
  7    88 ms    88 ms    89 ms  ae34-xcr1.fri.de.cw.net [195.89.97.209]
  8   107 ms    98 ms    80 ms  ae2-xcr1.fix.cw.net [195.2.9.238]
  9   117 ms   109 ms   116 ms  ae0-xcr1.kiv.cw.net [195.2.30.146]
 10   144 ms   109 ms   119 ms  194.221.103.2
 11   130 ms   103 ms   106 ms  ae2.3258.sh0.kv.wnet.ua [217.20.162.222]
 12   119 ms   113 ms   104 ms  gorillagroup-gw.lunacharskogo4-sw.kv.wnet.ua [128.0.175.221]
 13   111 ms   111 ms   108 ms  gw.thehost.com.ua [91.196.149.36]
 14   129 ms   107 ms   108 ms  s4.v4game.ru [91.234.35.127]
как быть и что делать???

Не могу подключиться ни к одному каналу.

Добавлено: 20 окт 2017, 03:02
AnastasiaVolkova
Доброго времени суток. Столкнулась с такой проблемой. У меня 4 канала к которым подключаюсь либо чаще либо реже. Порой было такое что подключения к этим каналам нет, но быстро проблема пропадала. Тут уже целый день нет возможности к ним подключиться. Перепробовала все что можно только было изменить. Перезагружала роутер, перезагружала ноутбук, перезагружала адаптеры на ноутбуке и все бесполезно. Ранее похожее было, но чтобы вот так никогда еще. У всех все работает.

Re: нету соединения

Добавлено: 30 окт 2017, 10:58
B0nuse
Какие сообщения в логе клиента?
viewtopic.php?p=2895#p2895

Не могу подключиться к серверу.

Добавлено: 03 ноя 2017, 13:41
Miona
Добрый день.
У меня проблемы с подключением к серверу :
адрес : s4.v4game.ru
порт: 60172
К другим серверам я могу подключиться.
Что я могу сделать что бы подключиться?