![]() |
Vent Server 3.0.2 on Mac OSX 10.5.4 / 10.4.11
I finally have my private server up and running, but it took quite a few trips to these and other forums to establish where each issue was occurring. I want to post all of the steps I took, and hopefully Mac users can get a sticky up top like those fancy Windows users ;)
Issue #1: I run Ventrilo_srv and I get an error message in terminal! Quote:
Quote:
Once you have changed to the correct directory, you need to run this command: Quote:
Alternatively, Gargamel has posted an Applescript that will do this for you. Check out his post [URL="http://www.ventrilo.com/forums/showpost.php?p=82619&postcount=14"]Here.[/URL] You will again need to edit the "cd /....." command for your particular installation location. Issue #2: No one can connect to my server! If you are hosting your own server, you may need to set up a router and/or firewall to let people connect. Solution: Enable port forwarding if you are using a router on your network, and configure the Mac OS firewall to allow incoming connections to Ventrilo. Port Forwarding: Vent requires port 3784 to be open for both TCP and UDP. If you are using a router, you need to manually forward this port to the computer running the server. You will need to know the LAN IP of the computer running the server. You can find this by going to Network Preferences, selecting the appropriate connection (Ethernet, Airport, etc) and write down the IP address listed. Next, go into your router's setup. You need to find the port forwarding section. Most routers will let you enter a description for the forward (VentTCP and VentUDP for example), will ask which IP you want the port forwarded to, and will ask if you want TCP, UDP, or Both. Some users have had problems with Both, so I recommend setting up two separate port forwards, one for port 3784 TCP and one for port 3784 UDP. That should take care of the router setup. At this point, run the server and go to [URL="http://www.ventrilo.com/status.php"]http://www.ventrilo.com/status.php[/URL] and enter your external IP (If you don't know it, there is a menu option "My IP" on Ventrilo's website that will tell you) and port 3784. If the website can connect to your server, you're all set. If it is not working, you will need to configure your Mac OS firewall. Mac OS Firewall: Open System Preferences > Security and click the Firewall tab. In order to run a server you will need to select either "allow all incoming connections" or "set access for specific services and applications." I recommend "set access for specific services and applications" as allowing all connections could open your computer to attacks. Click the + button below the field and add ventrilo_srv to the list. Finally, if your router has a built-in firewall, that may need to be disabled as well. |
Vent Server 3.0.3 on Mac OSX 10.4.11
This is in reference to MacVent's locked and sticky post, dated 07-24-2008, 01:59 AM, with the title "Vent Server 3.0.2 on Mac OSX 10.5.4"
MacVent had written: Quote:
MacVent had written: Quote:
In other words, check your Mac's firewall status in any case, and if it is active, modify the settings to open the ports used by Ventrilo. MacVent had written: Quote:
Open System Preferences > Sharing and click the Firewall tab. Click New, then select Port Name: "Other". In the input window enter the following: Quote:
|
Ventrilo Server on OSX - Start on Boot / Run as Daemon
I wanted to post how to run the Ventrilo server as a Daemon at boot, on Mac OSX Server. I spent several hours researching and figuring this out, so, thought I'd post it for others that may be newer to running a Mac OSX Server.
I am using the launchctl process to start Ventrilo on boot. The actual command is: "/Applications/VentSrv/ventrilo_srv -f/Applications/VentSrv/ventrilo_srv -d" This assumes that both the Ventrilo server executable, and the ini file, are in the "/Applications/VentSrv/" folder. You can manually create the file below and place it in the "/Library/LaunchDaemons" folder. An even easier way is to use Lingon ([url]http://sourceforge.net/projects/lingon/files/[/url]), a GUI application that will create this file and place it in the correct folder. Filename: com.ventrilo.ventrilo_srv.plist File Contents: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>KeepAlive</key> <true/> <key>Label</key> <string>com.ventrilo.ventrilo_srv</string> <key>ProgramArguments</key> <array> <string>/Applications/VentSrv/ventrilo_srv</string> <string>-f/Applications/VentSrv/ventrilo_srv</string> <string>-d</string> </array> <key>RunAtLoad</key> <true/> </dict> </plist> |
Mac OS X Ventrilo 3.0.2 Setup
I was recently reading through the [URL="http://www.ventrilo.com/forums/showthread.php?t=30056"]Vent Server 3.0.2 on Mac OSX 10.5.4[/URL] thread, and I thought I'd contribute by posting one of my own to help those of you who might still be confused.
Step 1: Even though you probably already done this, go to [URL="http://www.ventrilo.com/download.php"]http://www.ventrilo.com/download.php[/URL] and download the Mac OSX version under Server programs. Step 2: Once the file has been downloaded unarchive it. That's just a matter of double clicking it and letting the Archiving Utility do its work. You will then have a file labeled ventsrv. Take this file and drag it into your applications folder. Step 3: Now return to the ventsrv folder and open it. Right click on the file ventrilo_srv.ini and select open with Text Editor. I caution you now that this file controls the parameters upon which your server will run so by editing these options incorrectly, you may drastically affect the operation of your server. You can obtain more information about the .ini file by opening the ventrilo_srv.htm file, and I highly recommend doing so before you edit your .ini file. Step 4: You should now see something like this. Quote:
Quote:
Quote:
Step 5: Now we'll create our own application to start the server.
Step 6: Now we've got to let connections come into your computer.
Step 7: You'll now need to port forward your router if you have one. If not skip to step 8. Every router is different when it comes to port forwarding. If you don't know how, use [URL="http://portforward.com/"]this website[/URL] to guide you through the port forwarding process of your specific router in conjunction with the information given in this quoted text. Quote:
Step 8: Find out what your external (WAN) ip address is by clicking [URL="http://www.ventrilo.com/myip.php"]here[/URL]. This will be the hostname to your server. Step 9: Execute the 'Ventrilo Server' application we created earlier. Terminal should open and then immediately go into 'Hide' mode. Step 10: Go to [URL="http://www.ventrilo.com/status.php"][URL="http://www.ventrilo.com/status.php"]http://www.ventrilo.com/status.php[/URL][/URL] and enter your WAN ip address and port 3784. If your server information comes up, CONGRATULATIONS!!! You have successfully set up your own private Ventrilo server. Use it wisely and for the good of man kind... or don't. I don't really care. :P haha |
All times are GMT -5. The time now is 06:11 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2023, vBulletin Solutions, Inc.