tst2005googlecode / umurmur

Automatically exported from code.google.com/p/umurmur
1 stars 0 forks source link

accidental disconnection reconnection #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hello, I regularly inadvertent disconnections reconnection, while the packet 
umurmur is not stopped, my connection has no problem, this problem is identical 
both internal ip connected external ip.I use a https connection to my syno but 
I do not possess a certificate.

thank you :)

config.conf : 
max_bandwidth = 30000;
welcometext = "Bienvenue sur uMurmur!";
certificate = "/usr/local/umurmur/var/umurmur.crt";
private_key = "/usr/local/umurmur/var/umurmur.key";
password = "*****";
admin_password = "*****";   # Set to enable admin functionality.
ban_length = 86400;            # Length in seconds for a ban. Default is 0. 0 = 
forever.
enable_ban = false;        # Default is false
banfile = "/usr/local/umurmur/var/banfile.txt";   # File to save bans to. 
Default is to not save bans to file.
sync_banfile = false;      # Keep banfile synced. Default is false, which means 
it is saved to at shutdown only.
allow_textmessage = true;  # Default is true
max_users = 20;

bindport = 64738;
bindaddr = "192.168.0.45";

log on mumble evement : 
[17:47:21] La connexion au serveur à échoué : L'hôte distant a fermé la 
connexion.
[17:47:31] Reconnexion.
[17:47:31] Connecté.
[17:47:32] Message de bienvenue : Bienvenue sur uMurmur!
[18:47:33] La connexion au serveur à échoué : L'hôte distant a fermé la 
connexion.
[18:47:43] Reconnexion.
[18:47:44] Connecté.
[18:47:44] Message de bienvenue : Bienvenue sur uMurmur!

log on mumble evement in synology :
INFO: User Guy Fawkes authenticated - [1] Guy Fawkes@192.168.0.11:50817
INFO: New UDP connection port 52430 - [1] Guy Fawkes@192.168.0.11:50817
INFO: Timeout, closing. - [1] Guy Fawkes@192.168.0.11:50817
WARN: SSL: verify error:num=18:self signed certificate:depth=0:/C N=Utilisateur 
Mumble
INFO: User Guy Fawkes authenticated - [1] Guy Fawkes@192.168.0.11:51522
INFO: New UDP connection port 60520 - [1] Guy Fawkes@192.168.0.11:51522
INFO: Timeout, closing. - [1] Guy Fawkes@192.168.0.11:51522
WARN: SSL: verify error:num=18:self signed certificate:depth=0:/C N=Utilisateur 
Mumble

Original issue reported on code.google.com by Sylvain....@gmail.com on 26 Sep 2012 at 5:02

GoogleCodeExporter commented 9 years ago
synology DS110J
DSM 4.1-2636

Original comment by Sylvain....@gmail.com on 26 Sep 2012 at 5:07

GoogleCodeExporter commented 9 years ago
Any chance you are using PTT (push to talk)? Or rather the user Guy Fawkes use 
PTT? If so the issue is known and fixed: 
https://github.com/fatbob313/umurmur/commit/6087b18a630eb32df682a7fd90d88408aa99
c726

Original comment by fatbob.s...@gmail.com on 26 Sep 2012 at 10:21

GoogleCodeExporter commented 9 years ago
the problem is the same PTT or not 
:(

Original comment by Sylvain....@gmail.com on 26 Sep 2012 at 10:28

GoogleCodeExporter commented 9 years ago
Then I have no idea. You could try without the 'bindaddr' option in the config. 
I don't have a synology so I think you'd get better help at their forum.

Original comment by fatbob.s...@gmail.com on 26 Sep 2012 at 10:47

GoogleCodeExporter commented 9 years ago
No response/updates. Closing.

Original comment by fatbob.s...@gmail.com on 11 Feb 2013 at 10:13