Howto: TeamSpeak 3 server in pfSense 2.x(Now with scripts amd64) v1.3
-
Upgrading:
1.) Shutdown the teamspeak server:
a.)
/usr/local/etc/rc.d/teamspeak3-server.sh forcestop
2.)
cd /usr/local/lib/
3.) Backup the teamspeak server:
a.)
tar -pczvf teamspeak3-server_freebsd-x86.tar.gz teamspeak3-server_freebsd-x86
or
a.)
tar -pczvf teamspeak3-server_freebsd-amd64.tar.gz teamspeak3-server_freebsd-amd64
4.) Verify the backup contains our server files:
a.)
tar -ztvf teamspeak3-server_freebsd-x86.tar.gz
or
a.)
tar -ztvf teamspeak3-server_freebsd-amd64.tar.gz
5.) Download teamspeak 3 FreeBSD x86 or amd64 archive from http://www.teamspeak.com
6.) Upload arcive to /root
7.)
cd /root
8.) Extract:
a.)
tar -xzvf teamspeak3-server_freebsd-x86-*.tar.gz -C /usr/local/lib
or
a.)
tar -xzvf teamspeak3-server_freebsd-amd64-*tar.gz -C /usr/local/lib
9.) Change Ownership:
a.)
chown -R teamspeak:teamspeak /usr/local/lib/teamspeak3-server_freebsd-x86
or
a.)
chown -R teamspeak:teamspeak /usr/local/lib/teamspeak3-server_freebsd-amd64
10.) Start the teamspeak server and verify everything works:
a.)
/usr/local/etc/rc.d/teamspeak3-server start
11.) If you wish to, restart the router and verify the teamspeak server starts as expected.
Migrating: https://forum.pfsense.org/index.php?topic=86681.msg481345#msg481345
*Thank You Tong. ;) -
Thanks kevev! Will be giving this a try after work today.
-
My ts3 not started
/root(6): /usr/local/etc/rc.d/teamspeak3-server onestart
Starting teamspeak3.
su: unknown login: teamspeak
/usr/local/etc/rc.d/teamspeak3-server: WARNING: failed to start teamspeak3need creat new user? How to do it this?
From old manual5.)
pw user add -n teamspeak -c "TeamSpeak User" -d /usr/local/lib/teamspeak3-server_freebsd-x86 -s /usr/sbin/nologin
6.)
passwd teamspeak
(Set the user's password for added security even though it will not be used because the shell is nologin`7.)
chown -R teamspeak:teamspeak /usr/local/lib/teamspeak3-server_freebsd-x86
Shell i try it?
Log Ts3:
2015-01-13 20:12:13.017480|INFO |ServerLibPriv | | TeamSpeak 3 Server (1970-01-01 00:00:00)
2015-01-13 20:12:13.018583|INFO |ServerLibPriv | | SystemInformation: FreeBSD 8.3-RELEASE-p16 FreeBSD 8.3-RELEASE-p16 #0: Mon Aug 25 08:25:41 EDT 2014 root@pf2_1_1_i386.pfsense.org:/usr/obj.i386/usr/pfSensesrc/src/sys/pfSense_SMP.8 i386 Binary: 32bit
2015-01-13 20:12:13.033088|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, TeamSpeak Systems GmbH
2015-01-13 20:12:13.033553|INFO |DatabaseQuery | | dbPlugin version: 3.6.21
2015-01-13 20:12:13.037913|INFO |DatabaseQuery | | checking database integrity (may take a while)
2015-01-13 20:12:13.206552|INFO |SQL | | db_CreateTables() tables created -
New user, brand new and very green to this and anything outside of Windows but here's what I got.
Just picked up an apu device, installed pfsense on it (8g SD soon to be 30g msata). Followed these directions (first post so far), got #6 done with no errors, rebooted, configured #7 (both lan and wan), but when I got to #8, there was no log folder, tried connecting anyways but no success (thought maybe only after a connect would there be a log folder/file). I can watch the machine boot through serial console and I've seen it say starting team speak, but can't connect and there's no log file.
Another question I had is, if we have a 64bit capable machine and are using a 64bit install of pfsense, can/should we install the freebsd64 bit version of team speak instead of the x86?
Thanks a ton for doing this and trying to make it simple for beginners like me, it was your old thread instructions that finally convinced me to buy one of these and start this process of a serious net security device.
-
As I stated in the first post, I will only be supporting the script install method.
In your situation I would try the Removal option of the script and then the Install option.
If that does not work reload pfSense and try the script.
Shell i try it?
-
Which version of pfSense did you install? I have not tested these instructions on the nano build. Only on the full build.
Where there any errors in the output when running the Install option of the script?
Check if teamspeak is running:
ps aux|grep team
If it is not running try starting it manually and check the output:
/usr/local/etc/rc.d/teamspeak3-server onestart
New user, brand new and very green to this and anything outside of Windows but here's what I got.
Just picked up an apu device, installed pfsense on it (8g SD soon to be 30g msata). Followed these directions (first post so far), got #6 done with no errors, rebooted, configured #7 (both lan and wan), but when I got to #8, there was no log folder, tried connecting anyways but no success (thought maybe only after a connect would there be a log folder/file). I can watch the machine boot through serial console and I've seen it say starting team speak, but can't connect and there's no log file.
Another question I had is, if we have a 64bit capable machine and are using a 64bit install of pfsense, can/should we install the freebsd64 bit version of team speak instead of the x86?
Thanks a ton for doing this and trying to make it simple for beginners like me, it was your old thread instructions that finally convinced me to buy one of these and start this process of a serious net security device.
-
Which version of pfSense did you install? I have not tested these instructions on the nano build. Only on the full build.
Where there any errors in the output when running the Install option of the script?
Check if teamspeak is running:
ps aux|grep team
If it is not running try starting it manually and check the output:
/usr/local/etc/rc.d/teamspeak3-server onestart
Using 2.1.5 live CD with installer (off mem stick) 64 bit version. There were no errors when running the script. Will try your suggestion when I get home and report back.
Thank you very much.
-
Log never spit out the privilege key.
After rebooting 3 logs were produced. They are…
#1```
2015-01-15 00:12:48.685304|INFO |ServerLibPriv | | TeamSpeak 3 Server (1970-01-01 00:00:00)
2015-01-15 00:12:48.686766|INFO |ServerLibPriv | | SystemInformation: FreeBSD 8.3-RELEASE-p16 FreeBSD 8.3-RELEASE-p16 #0: Mon Aug 25 08:25:41 EDT 2014 root@pf2_1_1_i386.pfsense.org:/usr/obj.i386/usr/pfSensesrc/src/sys/pfSense_SMP.8 i386 Binary: 32bit
2015-01-15 00:12:48.696158|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
2015-01-15 00:12:48.696657|INFO |DatabaseQuery | | dbPlugin version: 3.6.21
2015-01-15 00:12:48.733735|INFO |DatabaseQuery | | checking database integrity (may take a while)
2015-01-15 00:12:49.043127|INFO |SQL | | db_CreateTables() tables created#2``` 2015-01-15 00:14:38.024153|INFO |ServerLibPriv | | TeamSpeak 3 Server (1970-01-01 00:00:00) 2015-01-15 00:14:38.032010|INFO |ServerLibPriv | | SystemInformation: FreeBSD 8.3-RELEASE-p16 FreeBSD 8.3-RELEASE-p16 #0: Mon Aug 25 08:25:41 EDT 2014 root@pf2_1_1_i386.pfsense.org:/usr/obj.i386/usr/pfSensesrc/src/sys/pfSense_SMP.8 i386 Binary: 32bit 2015-01-15 00:14:38.097830|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH 2015-01-15 00:14:38.099106|INFO |DatabaseQuery | | dbPlugin version: 3.6.21 2015-01-15 00:14:38.124190|INFO |DatabaseQuery | | checking database integrity (may take a while) 2015-01-15 00:14:38.251693|CRITICAL|DatabaseQuery | | setSQLfromFile( file:sql/update_1.sql) failed
#3```
2015-01-15 00:14:56.710614|INFO |ServerLibPriv | | TeamSpeak 3 Server (1970-01-01 00:00:00)
2015-01-15 00:14:56.711993|INFO |ServerLibPriv | | SystemInformation: FreeBSD 8.3-RELEASE-p16 FreeBSD 8.3-RELEASE-p16 #0: Mon Aug 25 08:25:41 EDT 2014 root@pf2_1_1_i386.pfsense.org:/usr/obj.i386/usr/pfSensesrc/src/sys/pfSense_SMP.8 i386 Binary: 32bit
2015-01-15 00:14:56.744478|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
2015-01-15 00:14:56.744987|INFO |DatabaseQuery | | dbPlugin version: 3.6.21
2015-01-15 00:14:56.746687|INFO |DatabaseQuery | | checking database integrity (may take a while)
2015-01-15 00:14:56.922026|CRITICAL|DatabaseQuery | | setSQLfromFile( file:sql/update_1.sql) failedI tried connecting from my main rig(behind pfSense) using the LAN IP of my pfSense box, and also the DNS have pointed to my external IP to make people's lives easier when they connect to my TS3 server. At this point I realized I needed to fix my TS port forwards because they were resolving to my main rig's LAN IP. Changed that to my pfSense LAN IP. I figured since I did that, and since those 3 logs didn't produce they key, I might as well stop/start the TS server. I tried `/usr/local/etc/rc.d/teamspeak3-server stop` which produced…
$ /usr/local/etc/rc.d/teamspeak3-server stop
/usr/local/etc/rc.d/teamspeak3-server: WARNING: $teamspeak3_enable is not set properly - see rc.conf(5).
Cannot 'stop' teamspeak3. Set teamspeak3_enable to YES in /etc/rc.conf or use 'onestop' instead of 'stop'.So I replaced "stop" with "onestop" which seems to have done the trick. I then tried the start command and got a similar error, corrected it to onestart. This produced a fourth log… #4``` 2015-01-15 00:21:22.625060|INFO |ServerLibPriv | | TeamSpeak 3 Server (1970-01-01 00:00:00) 2015-01-15 00:21:22.636595|INFO |ServerLibPriv | | SystemInformation: FreeBSD 8.3-RELEASE-p16 FreeBSD 8.3-RELEASE-p16 #0: Mon Aug 25 08:25:41 EDT 2014 root@pf2_1_1_i386.pfsense.org:/usr/obj.i386/usr/pfSensesrc/src/sys/pfSense_SMP.8 i386 Binary: 32bit 2015-01-15 00:21:22.643734|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH 2015-01-15 00:21:22.644223|INFO |DatabaseQuery | | dbPlugin version: 3.6.21 2015-01-15 00:21:22.647119|INFO |DatabaseQuery | | checking database integrity (may take a while) 2015-01-15 00:21:22.778871|CRITICAL|DatabaseQuery | | setSQLfromFile( file:sql/update_1.sql) failed
Did I do something wrong? Followed the guide step-by-step making sure I was typing in all commands correctly. I did steps 1 through 4 via webGUI command, then switched over to puTTy/SSH because I had to perform that install command from /root/. Then I rebooted. This is on a full install, version details are…
2.1.5-RELEASE (i386) built on Mon Aug 25 07:44:26 EDT 2014 FreeBSD 8.3-RELEASE-p16
And just for good measure, here is the install log…
Checking for required files... All required files have been found in /root Archive Extracting... Extraction completed successfully! Moving pfsense to /usr/local/lib/ ... Move completed successfully! Creating "teamspeak" user... Created user successfully! Moving script "ts3server.sh" to /usr/local/lib/teamspeak3-server_freebsd-x86 Moving completed successfully! Setting permissions on /usr/local/lib/teamspeak3-server_freebsd-x86 Permissions successful! Setting permissions on /usr/local/lib/teamspeak3-server_freebsd-x86/ts3server.sh Permissions successful! Moving script "teamspeak3-server" to /usr/local/etc/rc.d/ Moving completed successful! Setting permissions on /usr/local/etc/rc.d/teamspeak3-server Permissions successful! Moving script "run_teamspeak3-server.sh" to /usr/local/etc/rc.d/ Moving completed successful! Setting permissions on /usr/local/etc/rc.d/run_teamspeak3-server.sh Permissions successful! Backing up original system file /etc/rc.reboot Backup successful! Editing /etc/rc./reboot Editing completed successfully! Backing up original system file /etc/rc.shutdown Backup successful! Editing /etc/rc./shutdown Editing completed successfully! After checking the output for errors remember to reboot!
ETA: One of your four files doesn't have a file extension. Is this intentional? It's the "teamspeak3-server" file.
ETA1: There's also this in case you were wanting to see it…
$ ps aux|grep team root 41709 0.0 0.3 3468 1280 ?? S 6:42PM 0:00.00 grep team
ETA2: The "start" and "stop" commands are working normally now. No "add one-" errors. Weird. Logs are still spitting out the same, ending with that critical SQL error.
-
ps aux|grep team
Gives this result:
root 81623 0.0 0.0 9068 1468 u0 S+ 6:39PM 0:00.00 grep team
Still no log folder however. And I'm beating my head on the firewall rule… Not sure i have it 100% right!
Btw, did this fresh on a new install, followed all the directions to a T.
Might be just me and my inexperience so far.
-
ps aux|grep team
Gives this result:
root 81623 0.0 0.0 9068 1468 u0 S+ 6:39PM 0:00.00 grep team
Still no log folder however. And I'm beating my head on the firewall rule… Not sure i have it 100% right!
Btw, did this fresh on a new install, followed all the directions to a T.
Might be just me and my inexperience so far.
Are you sure you're checking the /usr/local/lib/teamspeak3-server_freebsd-x86/logs/ directory?
In the webGUI go to Diagnostics > Edit File. Click Browse to view folder list. Single-left-click usr, then local, then lib, then teamspeak3-server_freebsd-x86, then logs. Are you not seeing the /teamspeak3-server_freebsd-x86/ folder in /usr/local/lib/?
-
Are you sure you're checking the /usr/local/lib/teamspeak3-server_freebsd-x86/logs/ directory?
In the webGUI go to Diagnostics > Edit File. Click Browse to view folder list. Single-left-click usr, then local, then lib, then teamspeak3-server_freebsd-x86, then logs. Are you not seeing the /teamspeak3-server_freebsd-x86/ folder in /usr/local/lib/?
Yup, no log folder exists. Directory structure stops at /teamspeak3-server_freebsd-x86/, inside I have 5 folders: doc, redist, serverquerydocs, sql, tsdns. There's 9 files also but no log folder.
-
Yup, no log folder exists. Directory structure stops at /teamspeak3-server_freebsd-x86/, inside I have 5 folders: doc, redist, serverquerydocs, sql, tsdns. There's 9 files also but no log folder.
When you first run the command to install TS3 server it spits out a log via cmd prompt. Did you check to see every step was successful? Did you reboot pfSense after that?
Beyond that I'm out of ideas. I'm still trying to figure out why I'm getting that SQL error which I think is not only keeping it from spitting out my key, but also keeping the server from starting/running properly. I think it has something to do with TS thinking there is an update when there isn't one, according to a google search of that specific error.
-
When you first run the command to install TS3 server it spits out a log via cmd prompt. Did you check to see every step was successful? Did you reboot pfSense after that?
Beyond that I'm out of ideas. I'm still trying to figure out why I'm getting that SQL error which I think is not only keeping it from spitting out my key, but also keeping the server from starting/running properly. I think it has something to do with TS thinking there is an update when there isn't one, according to a google search of that specific error.
Remove or Install? Enter I/i for Install. R/r for Remove.i Install Checking for required files... All required files have been found in /root Archive Extracting... Extraction completed successfully! Moving pfsense to /usr/local/lib/ ... Move completed successfully! Creating "teamspeak" user... Created user successfully! Moving script "ts3server.sh" to /usr/local/lib/teamspeak3-server_freebsd-x86 Moving completed successfully! Setting permissions on /usr/local/lib/teamspeak3-server_freebsd-x86 Permissions successful! Setting permissions on /usr/local/lib/teamspeak3-server_freebsd-x86/ts3server.sh Permissions successful! Moving script "teamspeak3-server" to /usr/local/etc/rc.d/ Moving completed successful! Setting permissions on /usr/local/etc/rc.d/teamspeak3-server Permissions successful! Moving script "run_teamspeak3-server.sh" to /usr/local/etc/rc.d/ Moving completed successful! Setting permissions on /usr/local/etc/rc.d/run_teamspeak3-server.sh Permissions successful! Backing up original system file /etc/rc.reboot Backup successful! Editing /etc/rc./reboot Editing completed successfully! Backing up original system file /etc/rc.shutdown Backup successful! Editing /etc/rc./shutdown Editing completed successfully! After checking the output for errors remember to reboot!
There you go, no Log folder
-
pfSense 2.1.5-RELEASE-pfSense (amd64)
Does it matter if I'm using the 64bit ? Could that be my problem?
-
I fixed the issue in the old scripts.
Be sure to uninstall the old version with the 1.0 script using the Removel option before uploading and installing from the new 1.1 scripts!
Let me know if the new version works or has issues. :)
-
I fixed the issue in the old scripts.
Be sure to uninstall the old version with the 1.0 script using the Removel option before uploading and installing from the new 1.1 scripts!
Let me know if the new version works or has issues. :)
Thanks kevev, but I'm still at stuck at the same issue, no log folder. Only thing i can think of is that I'm using the 64bit version of pfsense.
Did it on a brand new fresh install just in case too. Still no dice.
-
That's not good. Try it on a 32bit system or wait till I post the 64bit install scripts.
I fixed the issue in the old scripts.
Be sure to uninstall the old version with the 1.0 script using the Removel option before uploading and installing from the new 1.1 scripts!
Let me know if the new version works or has issues. :)
Thanks kevev, but I'm still at stuck at the same issue, no log folder. Only thing i can think of is that I'm using the 64bit version of pfsense.
Did it on a brand new fresh install just in case too. Still no dice.
-
That's not good. Try it on a 32bit system or wait till I post the 64bit install scripts.
I'll wait, it will give me time to play with this box and learn stuff that i need to know on how to use it.
-
Just got home from work. I'll run the 1.0 script uninstall/1.1 script install and report back with my findings.
-
I ran the uninstall but still see the following in /root/….
pfsense-teamspeak-install.sh run_teamspeak3-server.sh teamspeak3-server teamspeak3-server_freebsd-x86-3.0.11.2.tar.gz ts3server.sh
Am I supposed to delete those before doing the new script install?
Also, do I re-follow all steps in the first post for the new script install?