How Install Mumble Or Teamspeak On Netgear RDYNAS?

Language: JP EN DE FR
New Items
2026-01-06
4879 users online
Forum » Everything Else » Tech Support » How install Mumble or Teamspeak on Netgear RDYNAS?
How install Mumble or Teamspeak on Netgear RDYNAS?
 Carbuncle.Akivatoo
Offline
Server: Carbuncle
Game: FFXI
User: Akivatoo
Posts: 263
By Carbuncle.Akivatoo 2013-07-17 15:28:55
Link | Quote | Reply
 
Hello everyones, i would put VOIPchat software on my new Netgear READYNAS for manage my linkshell.
can you help me , (i'm pretty noob on network thing)
 Sylph.Kawar
Offline
Server: Sylph
Game: FFXI
User: Kawar
Posts: 1774
By Sylph.Kawar 2013-07-18 18:41:13
Link | Quote | Reply
 
Carbuncle.Akivatoo said: »
Hello everyones, i would put VOIPchat software on my new Netgear READYNAS for manage my linkshell.
can you help me , (i'm pretty noob on network thing)
You are wrong with the names.What is your computer and what OS are you running i can give you step by step after i know that.Your netgear is a router not computer.

here is the old teamspeak download for teamspeak 2

http://www.teamspeak.com/?page=downloads&archive=1

Here is Teamspeak 3 link

http://www.teamspeak.com/?page=downloads

Setting up a server has changed a bit once you get back to me i will know how to set the server up for you.

Then there is also vent if you would rather that this is there homepage link.
http://www.ventrilo.com/index.php

this is what you need to know for setting up a vent server and making the settings work right.It is about the same for Teamspeak but some key things are not the same.
 Cerberus.Draupnir
Offline
Server: Cerberus
Game: FFXI
User: Draupnir
Posts: 2119
By Cerberus.Draupnir 2013-07-18 19:01:54
Link | Quote | Reply
 
I have teamspeak setup on my VPN, to host it on your own computer you realize you need to have your computer on 24/7 for the server application to be running. If you do decide to go this route you'll simply just need to download the server client files from either teamspeak (highly recommended) or mumble (more of a pain for people who don't know how to properly use it). Since I only have the experience with teamspeak I'll explain how to set it up.

I recommend getting a NPL which can take anywhere from 2-3 business days. I got mine the day I registered.

First get the teamspeak server file and open it up.

Open up the ts3server_win32/64 (whatever system bit you downloaded).

It will give you your necessary information. PLEASE copy all the information and place it in a notepad file for future reference you only get this window once.

Once you have all that you can connect to your teamspeak by using localhost:9987, now to setup for players to connect to your IP you will need a website domain to setup a DNS (this normally takes 24 hours for it to register.)

You will also need to enable port forwarding for the following ports:
9987, 10011, 30033.

Once you have all that setup you should be able to join by using your ip/port as well as others.

Not the best guide but it's pretty simple to set up.
 Bismarck.Dracondria
Offline
Server: Bismarck
Game: FFXI
Posts: 33979
By Bismarck.Dracondria 2013-07-18 19:28:14
Link | Quote | Reply
 
Wouldn't it just be easier to do a skype group call?
 Cerberus.Draupnir
Offline
Server: Cerberus
Game: FFXI
User: Draupnir
Posts: 2119
By Cerberus.Draupnir 2013-07-18 19:38:01
Link | Quote | Reply
 
You could but I prefer using teamspeak just due to it being easier to have multiple rooms and you can just jump from room to room if you need something.
 Carbuncle.Akivatoo
Offline
Server: Carbuncle
Game: FFXI
User: Akivatoo
Posts: 263
By Carbuncle.Akivatoo 2013-07-19 14:25:37
Link | Quote | Reply
 
i'm looking for host it on my NAS hard drive and not on my computer
OS seems be an debian 6.

Youtube link of my product
 Diabolos.Raelia
Offline
Server: Diabolos
Game: FFXI
User: Raelia
Posts: 1707
By Diabolos.Raelia 2013-07-19 14:35:01
Link | Quote | Reply
 
Are you able to shell into them? Are they decently powerful (1ghz+)?

If you don't know what I'm talking about, don't bother.

Otherwise: apt-get install mumble

Forward 64378 TCP+UDP

Enjoy not having 100ms+ latency.

Again: If you require more instructions, it's out of your league. Just use Skype.
 Ramuh.Yarly
Offline
Server: Ramuh
Game: FFXI
User: nignog
Posts: 802
By Ramuh.Yarly 2013-07-19 15:04:55
Link | Quote | Reply
 
the mumble team manages their own ppa for ubuntu but i'm sure you can add it on debian since ubuntu is based off of debian
the debian repo for mumble uses like 1.2.2 which is really, really old.
Code
sudo add-apt-repository ppa:mumble/release
sudo apt-get update
audo apt-get install mumble-server


this should install 1.2.4 on your nas.

might want to edit the config file at /etc/mumble-server.ini
if you use a router, don't forget to port forward whatever you chose for murmur to run on.

teamspeak is a little more involved since teamspeak2 is the newest version on the repos...

so you'll have to download the ts3 linux server that corresponds to your os type (x64 or x86) from the teamspeak website.

then extract it somewhere
ex:
Code
tar -xvf teamspeak3-server_linux-x86-3.0.7.2.tar.gz

but that's if you downloaded the x86 version and if the version didn't change between my post and you reading it.

then run the included script
ex:
Code
./ts3server_startscript.sh start


then follow on screen instructions


keep in mind, unless you've got like a massive amount of upload speed, not only download, then it's not going to be worth your time.
 Carbuncle.Akivatoo
Offline
Server: Carbuncle
Game: FFXI
User: Akivatoo
Posts: 263
By Carbuncle.Akivatoo 2013-07-19 16:21:41
Link | Quote | Reply
 
i don't really understand where type code command on this OS

but i have find on web think close to Yarly instruction

btw i really thank you all for support, now i need time to try that
 Ramuh.Yarly
Offline
Server: Ramuh
Game: FFXI
User: nignog
Posts: 802
By Ramuh.Yarly 2013-07-19 16:49:20
Link | Quote | Reply
 
first you need to enable root ssh access to your nas

then download an SSH/telnet client..
I suggest putty but it's by no means the only client out there so if you find one that you like better, feel free to use that one instead.

then you can use it to connect to your nas IP address with the username root and password is the same as the password for your nas web interface
ie. 192.168.xxx.xxx port 22

then type in the things i wrote but i'm not sure how much of that is enabled on your nas.
Log in to post.