Community Forums Today's Posts     Member List     Archive    
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2010
    Location
    Poland
    Posts
    1

    Server start normally but u CANT still connect? look here

    Edit by mod
    NEVER make a changes directly in the database for that. Use the start parameter - Look at server_quickstart.txt


    Hiho,

    If u:
    - have more then 1 ip binded to server
    - opened all ts3 ports in iptables
    - checked logs where everything is fine
    - checked if ts3 process is up - and it it
    - can connect via query

    and still can't join ur server, do this:

    1. delete all u have atm
    2. wget and tar last beta
    3. go to sql/
    4. edit defaults.sql
    Find:
    Code:
    -- bindings
    insert into bindings (ip, type) values ("0.0.0.0", 0);
    and insert ur Ip which will be used for connecting to ts, for ex:
    Code:
    -- bindings
    insert into bindings (ip, type) values ("120.215.176.244", 0);
    5. save file
    6. start server.

    its worked for me.
    (debian5 32, 2ips)
    Last edited by florian_fr40; 15-11-2011 at 10:59.

  2. #2
    Join Date
    Jan 2010
    Location
    France - Paris
    Posts
    3
    ...
    interesting
    thanks

  3. #3
    Join Date
    Mar 2010
    Location
    Bristol, UK
    Posts
    3
    I can confirm this works for Linux machines (Fedora 12 x8) with multiple IP addresses.

    While I could connect @ localhost 10011 for queries, any connections to 9987 on any ip address from the machine itself, or externally were refused.

    Changing this default 0.0.0.0 binding to one of the many ip addresses has resolved the issue. What is interesting is that a netstat shows that 9987 was actually being bound to on * but just didn't respond.

    Excellent fix, thank you.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Router problems
    By bigteam0385 in forum [TeamSpeak 2] Server Support
    Replies: 4
    Last Post: 24-05-2011, 10:53
  2. I'm a newb and yes, I'm confused.
    By Trekkan in forum Permission System
    Replies: 10
    Last Post: 23-06-2010, 17:19
  3. Instructions to set up TeamSpeak 2.0 client and server
    By {nUg}DankRider in forum [TeamSpeak 2] Server Support
    Replies: 496
    Last Post: 05-06-2010, 07:57
  4. [solved] i need some help with my ts server
    By rebelwarrior in forum [TeamSpeak 2] Client Support
    Replies: 3
    Last Post: 14-11-2008, 00:34
  5. Router :'(
    By Stammer in forum [TeamSpeak 2] Server Support
    Replies: 10
    Last Post: 01-06-2005, 07:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •