I'm using beta29 (12473) and even though I specified it to run on a certain port it still binds to 0.0.0.0.

2010-10-16 01:59:12.717171|INFO |ServerLibPriv | | Server Version: 3.0.0-beta29 [Build: 12473], Linux
2010-10-16 01:59:12.717377|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
2010-10-16 01:59:12.717400|INFO |DatabaseQuery | | dbPlugin version: 3.6.21
2010-10-16 01:59:12.717568|INFO |DatabaseQuery | | checking database integrity (may take a while)
2010-10-16 01:59:14.416491|INFO |SQL | | pruning old database log entries where timestamp is older than 90 days
2010-10-16 01:59:15.845676|INFO |Accounting | | Licensing Information
2010-10-16 01:59:15.845724|INFO |Accounting | | type : Non-profit
2010-10-16 01:59:15.845775|INFO |Accounting | | starting date : Tue Dec 22 23:00:00 2009
2010-10-16 01:59:15.845797|INFO |Accounting | | ending date : Wed Dec 22 23:00:00 2010
2010-10-16 01:59:15.845817|INFO |Accounting | | max virtualservers: 10
2010-10-16 01:59:15.845836|INFO |Accounting | | max slots : 512
2010-10-16 01:59:15.859669|INFO |FileManager | | listening on 0.0.0.0:30033
2010-10-16 01:59:16.082398|INFO |VirtualServer | 1| listening on 0.0.0.0:9987
2010-10-16 01:59:16.083477|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
2010-10-16 01:59:16.083692|INFO |Query | | listening on 0.0.0.0:10011
machine_id=1
default_voice_port=9987
voice_ip=208.74.66.20
licensepath=/home/********/teamspeak3/teamspeak3-server_linux-amd64/license.dat
filetransfer_port=30033
filetransfer_ip=208.74.66.20
query_port=10011
query_ip=208.74.66.20
query_ip_whitelist=query_ip_whitelist.txt
query_ip_blacklist=query_ip_blacklist.txt
dbplugin=ts3db_sqlite3
dbpluginparameter=
dbsqlpath=sql/
dbsqlcreatepath=create_sqlite/
dblogkeepdays=30
logpath=logs
logquerycommands=0
dbclientkeepdays=30
I tried doing this method and it still doesn't bind.

COMMANDLINE_PARAMETERS="${2}" #add any command line parameters you want to pass here
BINARYPATH="$(dirname "${0}")"
cd "${BINARYPATH}"
LIBRARYPATH="$(pwd)"
Oh and I have multiple IPs which is why I only want it to listen to that IP.