MJ,
Thanks for the reply.
I double checked the firewall settings and I am in fact passing port traffic to the local IP of the TS server:
Rule Name,Listen Link,Host,Listen IP,Application,Listen Port,Protocol,Forward IP,Forward Port,Enable,Enable Logging,Description
TeamSpeak_Server_API,wan2,<<REMOVED>>,WAN IP,ANY,10011,ANY,10.10.10.206,10011,Yes,0,
Here is what I have in my config file:
----------------------------------------------------
class Config {
// Administrators character
public $admin = "Pedrosito85";
// Teamspeak 3 Server Query Information (REQUIRED)
public $tshost = "used FQDN (domain name) and IP - same result";
public $tsname = "REMOVED";
public $tspass = "REMOVED";
public $tsport = "10011"; //ServerQuery Port
public $tscport = "9987"; //TeamSpeak client port
// Database Information (REQUIRED)
public $db_host = "REMOVED";
public $db_user = "REMOVED";
public $db_pass = "REMOVED";
public $db_name = "REMOVED";
// API Connection Testing Information (REQUIRED) - TESTID and TESTname MUST be the characterID and characterName of the SAME character respectively
public $TESTID = 935338328;
public $TESTname = "MJ Maverick";
// Your alliance/corp name
public $ourname = "Alliance";
// Alliance Whitelist Information (REQUIRED) - Example: ("Alliance1","Alliance 2");
public $allyList = array("Alliance");
// Corporation Whitelist Information (REQUIRED) - Example: ("Corporation1","Corporation 2");
public $corpList = array("Corporation");
// Debug Mode? (true/false)
public $verbose = true;
// Teamspeak 3 group for alliance/corp members
public $group = 9;
// Teamspeak 3 group for people on the whitelist but not in your alliance/corp
public $bluegroup = 8;
// Banner Image
public $banner = "images/banner.jpg";
// Optional ticker spacers. - Example: For "IRNP | MJ Maverick" use "|".
public $spacer = "|";
}
----------------------------------------------------
Here is the debug info from stage 1 (prior to clicking register)
----------------------------------------------------
Debug: Running: Teamspeak 3 PHP Framework version: 1.1.5-beta
API Connection was established.
Checking...
Character: Pedrosito85
Debug: User ID: <<REMOVED>>
Debug: API Key: <<REMOVED>>
Debug: Character ID: 90202605
Debug: Character List:
Debug: Pedrosito85
Debug: API verified.
You are on our alliance whitelist
Debug: Getting your corp ticker... WOLS
Debug: Getting your alliance ticker... RB
Please connect to Teamspeak 3 using the following details:
Address: <<REMOVED>>:9987
Nickname: "WOLS | Pedrosito85"
Once connected, click register.
----------------------------------------------------
Here is the error after I click register:
----------------------------------------------------
Attempting to grant access to: WOLS | Pedrosito85...
An error occured: Connection refused [F10]
----------------------------------------------------
I can never get past that point.

Thanks for any help in advance.
- Pedro