Koozali.org: home of the SME Server

Ventrilo server on 7pre1

Offline dadoudidon

  • *
  • 84
  • +0/-0
Ventrilo server on 7pre1
« Reply #15 on: October 06, 2006, 09:55:37 AM »
Hello William and thks for your answer.
I did it a bit different than you. Plz tell me if i'm right.

Ventrilo is a service so

Code: [Select]
db configuration setprop ventrilo acces public
db configuration setprop ventrilo LocalNetworkingOnly no

So after that
Code: [Select]
db configuration show ventrilo
ventrilo=service
LocalNetworkingOnly=no
acces=public
status=enabled


after
Code: [Select]
expand-template /etc/my.cnf
signal-event remoteaccess-update


After that in thge server manager i do the fowarding of UDP and TCP port i use in ventrilo.ini

so to check the ports are open

 first
Code: [Select]
iptables -L | grep 3784
that give me
Code: [Select]
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:3784
ACCEPT     udp  --  anywhere             anywhere            udp dpt:3784


and i check with
https://www.grc.com/x/portprobe=3784 and see if the ventrilo port is open.

This is the way i did on a gateway sme7

Is it good?

David

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Ventrilo server on 7pre1
« Reply #16 on: October 06, 2006, 11:26:57 AM »
Quote from: "dadoudidon"
Hello William and thks for your answer.
I did it a bit different than you. Plz tell me if i'm right.

Ventrilo is a service so

Code: [Select]

db configuration setprop ventrilo LocalNetworkingOnly no



after
Code: [Select]
expand-template /etc/my.cnf




This is the way i did on a gateway sme7

Is it good?

David


LocalNetworkingOnly and my.cnf are only used with MySQL. They would have made no difference to your Ventrilo service.
Regards,
William

IF I give advise.. It's only if it was me....

Offline dadoudidon

  • *
  • 84
  • +0/-0
Ventrilo server on 7pre1
« Reply #17 on: October 06, 2006, 02:45:50 PM »
ok thanks william but
i'm on dynamic ip so when my ip change, the 3784 port comes stealth and the ventrilo server cannot be connect from the wan!!
plz explain me what to do
Dave

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Ventrilo server on 7pre1
« Reply #18 on: October 06, 2006, 02:58:39 PM »
Quote from: "dadoudidon"
ok tkaks william but
i'm on dynamic ip so when my ip change, the 3784 port comes stealth and the ventrilo server cannot be connect from the wan!!
plz explain me what to do
Dave


It's not your port that becomes stealth it's your IP that becomes stealth.

Do you have a domain name?

No matter what, you can try one of the Dynamic DNS services offered freely on the net.

The one I use is https://www.dyndns.com/services/dns/dyndns/ .

You could then get dadoudidon.homelinux.net that would always point to your server.

Login as admin to the server console and step through Configure this Server. If it is in server-gateway mode you will see a Dynamic DNS page.
Regards,
William

IF I give advise.. It's only if it was me....

Offline dadoudidon

  • *
  • 84
  • +0/-0
Ventrilo server on 7pre1
« Reply #19 on: October 06, 2006, 03:20:01 PM »
no prob my server/gateway was allready running with dyndns.org
but
each time i have my ip change, i can reach my domain (www) on my server from the wan but not the 3784 port
i have checked on dyndns.org and my new ip is good!

How can i open once for all the port 3784 for ventrilo cuse my ip changes every day
dave

Offline dadoudidon

  • *
  • 84
  • +0/-0
Ventrilo server on 7pre1
« Reply #20 on: October 06, 2006, 03:20:50 PM »
i'm   on  rc://irc.freenode.net/sme-fr now
Dave

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: How-To install Ventrilo on SME 7.0 (and start it on boot
« Reply #21 on: October 13, 2006, 09:06:22 AM »
Quote from: "william_syd"
Just a quick and nasty how to.

Let me know how it goes.

How-To install Ventrilo on SME 7.0 (and start it on boot up)


I've changed the how to from using init script to using supervise.
How-To install Ventrilo on SME 7.0 (and start it on boot up).

Still no solution for those with dyndns and losing connectivity. If you do have this problem maybe report it in the bug tracker as it would probably effect other added services.
Regards,
William

IF I give advise.. It's only if it was me....

Offline dadoudidon

  • *
  • 84
  • +0/-0
Ventrilo server on 7pre1
« Reply #22 on: October 13, 2006, 09:52:27 AM »
Thks for your job William,

For those with venrilo and dynamic ip the solution i have for the moment is to enter in the console each time my ip change

Code: [Select]
signal-event remoteaccess-update

So what we just have to find now is how to auto execute this command when the external ip changes?

David

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Ventrilo server on 7pre1
« Reply #23 on: October 13, 2006, 10:04:34 AM »
David,

Are you using the latest ventrilo server software with the 8 person limit ?
Regards,
William

IF I give advise.. It's only if it was me....

Offline dadoudidon

  • *
  • 84
  • +0/-0
Ventrilo server on 7pre1
« Reply #24 on: October 13, 2006, 03:33:33 PM »
yes version2.3.1

By the way, is it possible for you to send me the old howto you have done for ventrilo.
The new one is good but i need more infos from the old one
thks
dave

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Ventrilo server on 7pre1
« Reply #25 on: October 13, 2006, 11:36:01 PM »
The original one is still on contribs
http://no.longer.valid/phpwiki/index.php/How-To%20install%20Ventrilo%20on%20SME%207.0%20%28and%20start%20it%20on%20boot%20up%29

Until the wiki becomes writable I wont change it. Even so, as a wiki you can go through the 'pagehistory' to see old versions.
Regards,
William

IF I give advise.. It's only if it was me....