PDA

View Full Version : WEIRD but INTERESTING


ozman
19-05-2008, 22:50
I am using 1 database server and 2 separate teamspeak servers at the same port this is because i want rollover if one teamspeak goes down the other one will pickup any new connections...
The problem is with both teamspeak servers connected to the same database to act as one "teamspeak cluster" both teamspeaks here eachother (ie) If i am in channel 5 on teamspeak #1 you will here me on EVERY channel on teamspeak #2 any suggestions
Ubuntu 6.0.6.2
MySQL 5.0.51b Complied on 1 server xxx.xxx.xxx.xx1
TeamSpeak Version 2.0.24.1 on 2 servers xxx.xxx.xxx.xx2 and xxx.xxx.xxx.xx3

BHKai
21-05-2008, 02:16
Guess you need two dbs and just have them sync with each other. I find that pretty freaking cool that, that is happening.

ozman
22-05-2008, 08:06
I got it!!!!
I used SSH Tunnels on different ports instead of a direct connection to mysql

I posted a pic of the map