Install CentOS6

From Mumble Wiki
Revision as of 20:12, 17 February 2013 by Holos (talk | contribs)
Jump to: navigation, search

Installation of murmur server on CentOS 6 with standard settings


The binary package and the source.

https://www.dropbox.com/s/cp9amj5f9glae11/murmur-1.2.3-1.el6.x86_64.rpm
https://www.dropbox.com/s/9ywof04f320kowm/murmur-1.2.3-1.el6.src.rpm

You need the epel and the ZeroC repository. (ZeroC™ is the Home of Ice™)

rpm -ivh http://ftp-stud.hs-esslingen.de/pub/epel/6/i386/epel-release-6-8.noarch.rpm
wget --directory-prefix=/etc/yum.repos.d/ http://zeroc.com/download/Ice/3.4/rhel6/zeroc-ice-rhel6.repo
yum install avahi-compat-libdns_sd qt qt-sqlite ice-libs protobuf
rpm -ivh https://www.dropbox.com/s/cp9amj5f9glae11/murmur-1.2.3-1.el6.x86_64.rpm

Configuration iptables

service iptables stop

iptables -A INPUT -p udp -m udp --dport 64738 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 64738 -j ACCEPT

service iptables save
service iptables start

Setting the password of murmur

/usr/sbin/murmurd -ini /etc/mumble-server.ini -supw yourpassword


service murmur start chkconfig murmur on