View Single Post
Old 06-08-2008, 08:56 AM   #5 (permalink)
pit234a
Registered+
 
Join Date: Apr 2008
Posts: 57
Thanks: 0
Thanked 1 Time in 1 Post
Re: Running Ventrilo on N5200 - Anyone got it to work?

Found some time this morning and tested this and yes, you are right, this ventrilo seems to run on the thecus without further changes.
I downloaded it, tar -xfz in the directory ventrilo and found a new directory ventsrv then.
cd ventsrv and ./ventrilo_srv started the server with some output. I show details here:
Code:
root@127.0.0.1:/raid/data/pit/ventrilo# tar -xzf ventrilo_srv-3.0.2-Linux-i386.tar.gz
root@127.0.0.1:/raid/data/pit/ventrilo# ls
ventrilo_srv-3.0.2-Linux-i386.tar.gz  ventsrv/
root@127.0.0.1:/raid/data/pit/ventrilo# cd ventsrv
root@127.0.0.1:/raid/data/pit/ventrilo/ventsrv# ls
LICENSE           ventrilo_srv*     ventrilo_srv.htm  ventrilo_srv.ini  ventrilo_status*
root@127.0.0.1:/raid/data/pit/ventrilo/ventsrv# ./ventrilo_srv
Ventrilo Server - Public - Version 3.0.2
(c)Copyright 1999-2007 Flagship Industries, Inc.

Version           = 3.0.2
Name              = Server 1
Phonetic          = Server 1
Auth              = 0
Duplicates        = 1
SendBuffer        = 131072
RecvBuffer        = 131072
LogonTimeout      = 5
CloseStd          = 1
TimeStamp         = 0
PingRate          = 10
ExtraBuffer       = 131072
ChanWidth         = 0
ChanDepth         = 8
ChanClients       = 0
DisableQuit       = 0
VoiceCodec        = 0 (GSM 6.10)
VoiceFormat       = 1 (11 KHz, 16 bit) - Bytes/Sec 2210
SilentLobby       = 0
AutoKick          = 0
MaxClients        = 8


READY:

----------
END: Shutting down the server.
END: Shutdown complete. Uptime was 0 00:11:18.
The end of the server in the last two lines was “STRG+C”.
When I inspected the running processes with ps, I found ventrilo active:
Code:
root@127.0.0.1:~# ps | grep ventr
30795 root        704 S   ./ventrilo_srv
There was no problem or error mentioned.
When I run nmap, I found:
Code:
[root@syo]~ # nmap 192.168.0.100

Starting Nmap 4.62 ( http://nmap.org ) at 2008-08-06 10:29 CEST
Interesting ports on 192.168.0.100:
Not shown: 1705 closed ports
PORT     STATE SERVICE
21/tcp   open  ftp
22/tcp   open  ssh
80/tcp   open  http
111/tcp  open  rpcbind
443/tcp  open  https
548/tcp  open  afp
631/tcp  open  ipp
850/tcp  open  unknown
2000/tcp open  callbook
2049/tcp open  nfs
MAC Address: 00:14:FD:11:30:AA (Thecus Technology)

Nmap done: 1 IP address (1 host up) scanned in 568.886 seconds
So, there seems to be no further port open for the ventrilo.
I don't know enough about that stuff and my time is over now, but /etc/services at least shows not a lot of free open ports for the NAS. Somehow, you probably have to give the ventrilo server a chance to open one port and listen to incoming calls on it.
Bye.
pit234a is offline   Reply With Quote