PDA

Visualizza Versione Completa : Problema indirizzo ip server teamspeak



mikas23
13-06-2014, 01:04 PM
2014-06-13 10:40:01.364357|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.10.3 (2014-01-01 16:28:39)
2014-06-13 10:40:01.366356|INFO |ServerLibPriv | | SystemInformation: Windows 8 (9200) x86 Binary: 32bit
2014-06-13 10:40:01.425373|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
2014-06-13 10:40:01.426373|INFO |DatabaseQuery | | dbPlugin version: 3.7.3
2014-06-13 10:40:01.427374|INFO |DatabaseQuery | | checking database integrity (may take a while)
2014-06-13 10:40:02.015579|INFO |SQL | | db_CreateTables() tables created
2014-06-13 10:40:11.007147|WARNING |Accounting | | Unable to find valid license key, falling back to limited functionality
2014-06-13 10:40:19.809724|INFO | | | Puzzle precompute time: 8704
2014-06-13 10:40:19.849927|INFO |FileManager | | listening on 0.0.0.0:30033
2014-06-13 10:40:20.056765|INFO |VirtualSvrMgr | | executing monthly interval
2014-06-13 10:40:20.057766|INFO |VirtualSvrMgr | | reset virtualserver traffic statistics
2014-06-13 10:40:27.314527|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
2014-06-13 10:40:27.319528|INFO |Query | | listening on 0.0.0.0:10011
2014-06-13 10:42:33.544217|ERROR |GetWanIP | | failed to retrieve WAN ip

Ho questo problema con il mio server teamspeak, non riesco a richiedere l'indirizzo IP per far connettere i miei amici.

diablo3pk
13-06-2014, 01:42 PM
Il server lo hosti tu?

mikas23
13-06-2014, 01:45 PM
Si si, il server lo hosto io

Kaos
13-06-2014, 02:27 PM
Devi aprire le porte 30033, 10011 TCP e 9987 UDP.
Puoi inoltre forzare ad utilizzare un indirizzo ip usando un file ts3server.ini contenente:


machine_id=default_voice_port=9987
voice_ip=TUOIP
licensepath=
filetransfer_port=30033
filetransfer_ip=TUOIP
query_port=10011
query_ip=TUOIP
query_ip_whitelist=query_ip_whitelist.txt
query_ip_blacklist=query_ip_blacklist.txt
dbplugin=ts3db_sqlite3
dbpluginparameter=
dbsqlpath=sql/
dbsqlcreatepath=create_sqlite/
dbconnections=10
logpath=logs
logquerycommands=0
dbclientkeepdays=30
logappend=0
query_skipbruteforcecheck=0


Cambia solo la scritta "TUOIP" con il tuo ip pubblico. Crea un collegamento all'eseguibile di lancio del server, vai nelle proprietà e aggiungi "inifile=ts3server.ini" in fondo alla voce "Destinazione":

http://www.team-speak.it/attachment.php?attachmentid=29&stc=1

mikas23
13-06-2014, 02:50 PM
Grazie mille. Ho risolto