Hello, everyone
So I am stress out like crazy I have put maybe 10 hours into getting this server setup running and be able to connect to the server from external ip. So now i am going to try to setup the server again and post everything I am doing. Please correct me if I do something wrong I am not the most l33t linux users just started to get use to the love hate relationship linux has to offer.
Network system information
ubuntu 10.4 os desktop
system hardware
Pentium D 3.2
2 gig of ram 667
ISP = Comcast dynamic ip address
Monowall firewall/dhcp
Firewall Nat Inbound allow
If Proto Ext. port range NAT IP Int. port range
WAN TCP 10011 webserver 10011
WAN TCP 30033 webserver 30033
WAN UDP 9987 webserver 9987
firewall Rules * = any
Proto Source Port Destination Port
UDP * * webserver 9987
TCP * * webserver 10011
TCP * * webserver 30033
So lets begin
I went to teamspeak and downloaded the teamspeak3-server_linux-x86-3.0.0-beta25.tar.gz
I then open up terminal and type
cd Desktop
sudo tar xvf teamspeak3-server_linux-x86-3.0.0-beta25.tar.gz
This extract the files to the Desktop I then moved the files to another location
sudo mv teamspeak3-server_linux-x86 /opt/ts
This moved files to /opt/ts/ folder, I then
cd /opt/ts3
This brings me to the file where I moved the tarball
I then try to start the server
sudo ./ts3server_minimal_runscript.sh createinifile=1
The server starts up and displays the tokens for admin and I copy the information to notepad for later use to gain access to admin rights in ts.
I then ctrl+c to stop the server from running
I then sudo gedit ts3server.ini to open and view the ts3server.ini file
Here is the ts3server.ini info
machine_id=
default_voice_port=9987
voice_ip=0.0.0.0
licensepath=
filetransfer_port=30033
filetransfer_ip=0.0.0.0
query_port=10011
query_ip=0.0.0.0
query_ip_whitelist=query_ip_whitelist.txt
query_ip_blacklist=query_ip_blacklist.txt
dbplugin=ts3db_sqlite3
dbpluginparameter=
dbsqlpath=sql/
dbsqlcreatepath=create_sqlite/
dblogkeepdays=90
logpath=logs
logquerycommands=0
dbclientkeepdays=30
So now I have have the ts3server.ini files so I will restart the server using this file
sudo ./ts3server_startscript.sh start inifile=ts3server.ini
Starting the TeamSpeak 3 server
TeamSpeak 3 server started, for details please view the log file
Now I go to another computer on the network and try to connect using the ipaddress of the linux box as the connection ip, the port 9987 and try to connect. I get connected and well that should be all good I guess, So now I try to connect to the box with my externail IP address and fail to connect. at this point I don't want to go any further and try to setup another users to have the server autostart because if I can't get this up and running and able to access this from the wan.