aetherh4cker
March 29th, 2008, 02:41 PM
I'm going to be setting up a ventrilo server on my Ubuntu 7.04 machine and I have quite a few questions. If you can answer any of them, I would greatly appreciate the help.
First, I've read that you should create a new user to specifically run the ventrilo server, or something like that. Here is a quote on what I read:
While I've never used ventrilo, this is likely to be the same as any other service.. so since ventrilo will be started as a service, don't worry about the password, make it something random.. Also, set it to an unprivileged account, and i'd assume you can leave the privileges as-is. Then change to the "Advanced" tab and change the shell to "/bin/false"
In reality you should set it to no password.. this would mean editing the shadow file (/etc/shadow) with sudo (such as 'sudo pico /etc/shadow' or 'sudo gedit /etc/shadow'), find the line starting with 'ventrilo' and remove the random sequence of characters between the following colon and the next colon and replace it with an "!".
So, my issues with this is simply my lack of knowledge.
1. How do I setup a new user completely from command line (via ssh)?
2. How will I set the machine to run the ventrilo server on startup using the special user?
3. As for installing the server itself, I think I'll be able to manage just from reading the ventrilo FAQ, however I'm still open to any advice there.
4. And my final issue is how do I set IPTables to allow ventrilo to go through?
I guess that's all. I eagerly await your replies!
First, I've read that you should create a new user to specifically run the ventrilo server, or something like that. Here is a quote on what I read:
While I've never used ventrilo, this is likely to be the same as any other service.. so since ventrilo will be started as a service, don't worry about the password, make it something random.. Also, set it to an unprivileged account, and i'd assume you can leave the privileges as-is. Then change to the "Advanced" tab and change the shell to "/bin/false"
In reality you should set it to no password.. this would mean editing the shadow file (/etc/shadow) with sudo (such as 'sudo pico /etc/shadow' or 'sudo gedit /etc/shadow'), find the line starting with 'ventrilo' and remove the random sequence of characters between the following colon and the next colon and replace it with an "!".
So, my issues with this is simply my lack of knowledge.
1. How do I setup a new user completely from command line (via ssh)?
2. How will I set the machine to run the ventrilo server on startup using the special user?
3. As for installing the server itself, I think I'll be able to manage just from reading the ventrilo FAQ, however I'm still open to any advice there.
4. And my final issue is how do I set IPTables to allow ventrilo to go through?
I guess that's all. I eagerly await your replies!