Plackles Posted September 13, 2014 Share Posted September 13, 2014 Hello!Although I set the value host=murmur.myhost.com in the /etc/mumble-server.ini, my mumble server binds to all available hostnames like myhost.com, mail.myhost.com, http://www.myhost.com, ....How can I configure it, that it just reacts on mumble.myhost.com?OS is Debian 7.Thanks for your help! Quote Link to comment Share on other sites More sharing options...
jidea8 Posted September 13, 2014 Share Posted September 13, 2014 mumble is binded to an ip address not an hostname.if all of your hostname resolv to the same ip address , then mumble will respond to all of them.if you want that mumble respond to only one hostname, you must bind it to an ip address that reverse to only one address. Quote Link to comment Share on other sites More sharing options...
Plackles Posted September 13, 2014 Author Share Posted September 13, 2014 mumble is binded to an ip address not an hostname.... Are you sure about that? Because the comment regarding "host=" in the mumble-server.ini says:# Specific IP or hostname to bind to. # If this is left blank (default), murmur will bind to all available addresses.What if I had more than only one mumble-server running on my system? Quote Link to comment Share on other sites More sharing options...
Moderators fwaggle Posted September 14, 2014 Moderators Share Posted September 14, 2014 It will resolve the hostname to an IP address, then bind to that IP.It is not possible to bind to only a single hostname, if all those hostnames point to a single IP address.If you want to run multiple Mumble servers on the same machine, you either need to run them on separate ports, or on separate IP addresses. Quote Full disclosure: I used to run a commercial Mumble host, and my opinions do not reflect the opinions of the Mumble project. Avatar is stolen from here Link to comment Share on other sites More sharing options...
Administrators kissaki Posted September 14, 2014 Administrators Share Posted September 14, 2014 I guess the comment is mistakable/unclear.Domains will *always* resolve to an IP, before a connection is established - not just for Mumble, but *any* IP based communication (pretty much all PC programs).Programs on the PC bind to IP + port, never to a domain. Quote Link to comment Share on other sites More sharing options...
Plackles Posted September 14, 2014 Author Share Posted September 14, 2014 Thanks for your help guys! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.