Свой Public Server

задавайте Ваши вопросы
Правила форума
СНАЧАЛА ПОЛЬЗУЙТЕСЬ ПОИСКОМ!!!

При обращении просим Вас сразу указывать:
Вашу ОСь? Видео? Звук? DirectX? Логи Мамбл, Мурмур?
Это поможет быстрей и более точно ответить на Ваши вопросы.
viktor6
Сообщения: 23
Зарегистрирован: 17 авг 2011, 16:16
Поблагодарили: 1 раз

Как добавить свой сервер

Сообщение viktor6 »

Уважаемые гуру
Как добавить свой сервер в глобальный список серверов

B0nuse
Site Admin
Сообщения: 1588
Зарегистрирован: 27 июл 2009, 08:58
Благодарил (а): 40 раз
Поблагодарили: 363 раза
Контактная информация:

Re: Как добавить свой сервер

Сообщение B0nuse »

Это называется - список публичных серверов. Смотрите настройки murmur.ini
Мы в Telegramm https://t.me/mumbleru
Пожалуйста, при персональном обращении сразу формулируйте его цель. Спасибо.
Подпишитесь на Новости форума feed/news :rtfm:

Изображение <--- Хочешь себе такой? Читай тут

viktor6
Сообщения: 23
Зарегистрирован: 17 авг 2011, 16:16
Поблагодарили: 1 раз

Re: Как добавить свой сервер

Сообщение viktor6 »

B0nuse писал(а):Это называется - список публичных серверов. Смотрите настройки murmur.ini
Типа так

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

registerName=Mumble Server Plusnet
registerPassword=secret
registerUrl=http://plusnet.ks.ua/
registerHostname=plusnet.ks.ua
И когда оно будет видно в списке? как часто оно обновляется и какие критерии

viktor6
Сообщения: 23
Зарегистрирован: 17 авг 2011, 16:16
Поблагодарили: 1 раз

Re: Как добавить свой сервер

Сообщение viktor6 »

Ребята ответьте я правильно все сделал или нет?
В список серверов не добавилось

B0nuse
Site Admin
Сообщения: 1588
Зарегистрирован: 27 июл 2009, 08:58
Благодарил (а): 40 раз
Поблагодарили: 363 раза
Контактная информация:

Re: Как добавить свой сервер

Сообщение B0nuse »

Смотрите лог.
Что в настройках в директиве host?
Мы в Telegramm https://t.me/mumbleru
Пожалуйста, при персональном обращении сразу формулируйте его цель. Спасибо.
Подпишитесь на Новости форума feed/news :rtfm:

Изображение <--- Хочешь себе такой? Читай тут

viktor6
Сообщения: 23
Зарегистрирован: 17 авг 2011, 16:16
Поблагодарили: 1 раз

Re: Как добавить свой сервер

Сообщение viktor6 »

B0nuse писал(а):Смотрите лог.
Что в настройках в директиве host?
вот что у меня
[spoiler]

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

# Path to database. If blank, will search for
# murmur.sqlite in default locations or create it if not found.
database=/var/lib/mumble-server/mumble-server.sqlite

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

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

emailfrom = cs_bot@ukr.net

# 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 conntection, and
# any script attempting to access must then have this secret.
#icesecret=

# 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 = 10
#autobanTimeframe = 120
#autobanTime = 300

# Murmur default to logging to murmur.log. If you leave this blank,
# murmur will log to the console (linux) or through message boxes (win32).
logfile=/var/log/mumble-server/mumble-server.log

# If set, murmur will write its process ID to this file.
pidfile=/var/run/mumble-server/mumble-server.pid

# 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="<br />Welcome to this server running <b>Murmur</b>.<br />Enjoy your stay!<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=72000

# Maximum number of concurrent clients allowed.
users=100

# 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?
#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.
#
registerName=plusnet.ks.ua
registerPassword=plus
registerUrl=http://plusnet.ks.ua/
registerHostname=plusnet.ks.ua

# To enable bonjour service discovery uncomment the following line.
# 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.
#sslCert=
#sslKey=

# 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=mumble-server

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

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

defaultchannel=3

[Ice]
Ice.Warn.UnknownProperties=1
Ice.MessageSizeMax=65536
[/spoiler]
вот лог

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

<W>2011-09-08 07:27:59.869 Shutting down
<W>2011-09-08 07:27:59.870 MurmurIce: Shutdown complete
<W>2011-09-08 07:27:59.926 Initializing settings from /etc/mumble-server.ini (basepath /etc)
<W>2011-09-08 07:27:59.937 SSL: Added CA certificates from '/etc/ssl/certs/ca-certificates.crt'
<W>2011-09-08 07:27:59.944 ServerDB: Openend SQLite database /var/lib/mumble-server/mumble-server.sqlite
<W>2011-09-08 07:27:59.957 DBus registration succeeded
<W>2011-09-08 07:27:59.959 MurmurIce: Endpoint "tcp -h 127.0.0.1 -p 6502" running
<W>2011-09-08 07:28:00.019 Murmur 1.2.2 (1.2.2-6) running on X11: Debian GNU/Linux 6.0.2 (squeeze): Booting servers
<W>2011-09-08 07:28:00.100 1 => Server listening on 0.0.0.0:64738
<W>2011-09-08 07:28:00.159 1 => Announcing server via bonjour
<W>2011-09-08 07:29:33.618 1 => Registration: SSL Handshake error: The certificate is self-signed, and untrusted
<W>2011-09-08 07:29:33.678 1 => Registration failed: SSL handshake failed

B0nuse
Site Admin
Сообщения: 1588
Зарегистрирован: 27 июл 2009, 08:58
Благодарил (а): 40 раз
Поблагодарили: 363 раза
Контактная информация:

Re: Свой Public Server

Сообщение B0nuse »

Если получаете в логах сервера
Registration: SSL Handshake error: The certificate is self-signed, and untrusted
Registration failed: SSL handshake failed
Попробуйте

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

openssl s_client -connect mumble.hive.no:443 -CAfile /etc/ssl/certs/ca-certificates.crt
И посмотрите на наличие ошибок верификации

Если у Вас отсутствует корневой сертификат
error:02001002:system library:fopen:No such file or directory:bss_file.c:126:fopen('/etc/ssl/certs/ca-certificates.crt','r')
то на Дебиан, например:

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

apt-get install ca-certificates
Мы в Telegramm https://t.me/mumbleru
Пожалуйста, при персональном обращении сразу формулируйте его цель. Спасибо.
Подпишитесь на Новости форума feed/news :rtfm:

Изображение <--- Хочешь себе такой? Читай тут

Andyk
Сообщения: 8
Зарегистрирован: 10 мар 2010, 17:47

Re: Как добавить свой сервер

Сообщение Andyk »

Что должно быть в логе при удачном конфиге для паблик списка?
Директива host должна быть заполнена обязательно?
Как долго ждать до появления сервера в списке?

B0nuse
Site Admin
Сообщения: 1588
Зарегистрирован: 27 июл 2009, 08:58
Благодарил (а): 40 раз
Поблагодарили: 363 раза
Контактная информация:

Re: Как добавить свой сервер

Сообщение B0nuse »

Andyk писал(а):Что должно быть в логе при удачном конфиге для паблик списка?
Registration: New registration successfull
К Вам на сервер должен зайти бот с IP 128.39.114.1
Andyk писал(а):Директива host должна быть заполнена обязательно?
Желательно.
Andyk писал(а):Как долго ждать до появления сервера в списке?
Обычно, около 10-20 минут.
Мы в Telegramm https://t.me/mumbleru
Пожалуйста, при персональном обращении сразу формулируйте его цель. Спасибо.
Подпишитесь на Новости форума feed/news :rtfm:

Изображение <--- Хочешь себе такой? Читай тут

Andyk
Сообщения: 8
Зарегистрирован: 10 мар 2010, 17:47

Re: Свой Public Server

Сообщение Andyk »

Где-то косяк. Нуждаюсь в вашей помощи.
Лог[spoiler]

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

<W>2012-02-07 15:26:59.963 Initializing settings from /root/murmur-static_x86-1.2.3/murmur.ini (basepath /root/murmur-static_x86-1.2.3)
<W>2012-02-07 15:26:59.964 Binding to address 87.118.89.113
<W>2012-02-07 15:26:59.964 OpenSSL: OpenSSL 0.9.8o 01 Jun 2010
<W>2012-02-07 15:26:59.999 SSL: Added CA certificates from '/etc/ssl/certs/ca-certificates.crt'
<W>2012-02-07 15:27:00.029 SSL: Adding recommended CA UTN-USERFirst-Client Authentication and Email
<C>2012-02-07 15:27:00.029 WARNING: You are running murmurd as root, without setting a uname in the ini file. This might be a security risk.
<W>2012-02-07 15:27:00.030 ServerDB: Openend SQLite database /root/murmur-static_x86-1.2.3/murmur.sqlite
<W>2012-02-07 15:27:00.034 Resource limits were 0 0
<C>2012-02-07 15:27:00.035 Failed to set final capabilities
<W>2012-02-07 15:27:00.043 Failed to connect to D-Bus session
<W>2012-02-07 15:27:00.140 Murmur 1.2.3 (Compiled Feb 19 2011 22:36:52) running on X11: Debian GNU/Linux 5.0.9 (lenny): Booting servers
<W>2012-02-07 15:27:00.163 1 => Server listening on 87.118.89.113:8888
<W>2012-02-07 15:27:00.253 1 => Announcing server via bonjour
[/spoiler]
ini[spoiler]

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

host=87.118.89.113
registerName=Mumble
registerPassword=secret
registerUrl=http://forum.uags.info/
registerHostname=forum.uags.info
[/spoiler]
Мамбла отзывается как на IP так и на поддомен talk.uags.info
Порт не стандартный 8888

Ответить