Community Forums Today's Posts     Member List     Archive    
Page 1 of 2 12 LastLast
Results 1 to 15 of 18
  1. #1
    Join Date
    Jun 2012
    Posts
    12

    Here's a neat little problem.

    My router is my server, running Ubunte 10.04. It has 2 nics. WAN (static IP) & LAN.

    TS3 is installed & running just. I can connect to it w/o problems using any client from any external network.

    However, from my internal network, I can't connect with clients, weather I use my domain name, my static IP, or my LAN nic's IP.

    But, from my internal network I CAN telnet in. I have no ports blocked.

    Any thoughts?

  2. #2
    Join Date
    Jun 2012
    Posts
    12

    More info

    Additional info from the client logs:

    [code]
    6/14/2012 8:27:58 PM ClientUI Info Connect to server: <my domain>
    6/14/2012 8:27:58 PM ClientUI Info Trying to resolve <my domain>
    6/14/2012 8:27:58 PM Info creating 000000000205C340
    6/14/2012 8:27:59 PM ClientUI Info Lookup finished: <static IP> 9987 <my domain> 0 0
    6/14/2012 8:27:59 PM ClientUI Info Resolve successful: <static IP>:9987
    6/14/2012 8:27:59 PM ClientUI Info Checking blacklist
    6/14/2012 8:27:59 PM Info Trying to resolve blacklist server
    6/14/2012 8:27:59 PM Info creating2 00000000020555E0
    6/14/2012 8:27:59 PM ClientUI Info Blacklist check ok
    6/14/2012 8:27:59 PM ClientUI Info Initiating connection: <static IP>:9987 <my domain>
    6/14/2012 8:27:59 PM Windows Audio Session Devel DeviceDeleteList::waitForDeletes - enter
    6/14/2012 8:27:59 PM Windows Audio Session Devel DeviceDeleteList::waitForDeletes - leave
    6/14/2012 8:27:59 PM ClientUI Info Connect status: Connecting
    6/14/2012 8:28:00 PM Info Blacklist server resolved
    6/14/2012 8:28:00 PM Info Data sent to blacklist server
    6/14/2012 8:28:00 PM Info Data received from blacklist server: 1,
    6/14/2012 8:28:01 PM Info deleting 00000000020555E0
    6/14/2012 8:28:05 PM ClientUI Info Connect status: Disconnected
    6/14/2012 8:28:05 PM ClientUI Info Failed to connect to server, want autoreconnect = 0
    6/14/2012 8:28:11 PM Info deleting 000000000205C340

  3. #3
    Join Date
    Jun 2012
    Posts
    12
    Wow. 115 views and NO ONE has a clue? I've rarely run into a situation that novel.

    Sigh . . . Maybe I'll have to look at another software then. That sucks, as I like TS from what I have read.

  4. #4
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,038
    Server Log would be more interesting in this case...

    You probably have the Server's Voice IP bound to the WAN IP only as opposed to 0.0.0.0

  5. #5
    Join Date
    Jun 2012
    Posts
    12
    Quote Originally Posted by SilentStorm View Post
    Server Log would be more interesting in this case...

    You probably have the Server's Voice IP bound to the WAN IP only as opposed to 0.0.0.0
    Thanks for the reply. I don't think you are correct, but here is the log:

    [code]
    2012-06-14 14:06:31.850481|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.5 (2012-04-23 04:46:12)
    2012-06-14 14:06:31.850917|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
    2012-06-14 14:06:31.850945|INFO |DatabaseQuery | | dbPlugin version: 3.7.3
    2012-06-14 14:06:31.851143|INFO |DatabaseQuery | | checking database integrity (may take a while)
    2012-06-14 14:06:31.868030|INFO |SQL | | db_CreateTables() tables created
    2012-06-14 14:06:32.025607|WARNING |Accounting | | Unable to find valid license key, falling back to limited functionality
    2012-06-14 14:06:32.044473|INFO |FileManager | | listening on 0.0.0.0:30033
    2012-06-14 14:06:32.046906|INFO |VirtualSvrMgr | | executing monthly interval
    2012-06-14 14:06:32.047025|INFO |VirtualSvrMgr | | reset virtualserver traffic statistics
    2012-06-14 14:06:32.234306|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
    2012-06-14 14:06:32.234688|INFO |Query | | listening on 0.0.0.0:10011
    2012-06-15 00:00:15.966054|INFO |ServerMain | | Received signal SIGTERM, shutting down.
    [code]

    The only clue this gave me really, was possibly I need to whitelist my internal net? If so, How do I do so?

  6. #6
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,038
    The Global log is looking good so far, post the latest Logfile ending with _1.log please

  7. #7
    Join Date
    Jun 2012
    Posts
    12
    I should mention that I have 4 log files, and all mention the 0.0.0.0 address with different ports. In addtion one has this line:

    Code:
    2012-06-15 01:20:18.863257|INFO    |CIDRManager   |   | updated query_ip_whitelist ips: 127.0.0.1, 192.168.1.1,
    Which would seem to indicate that connections coming in on my internal net (192.168.1.1) should be allowed.

  8. #8
    Join Date
    Jun 2012
    Posts
    12
    Quote Originally Posted by SilentStorm View Post
    The Global log is looking good so far, post the latest Logfile ending with _1.log please
    One line:

    Code:
    2012-06-15 00:00:18.093222|INFO    |VirtualServer |  1| listening on 0.0.0.0:9987

  9. #9
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,038
    If there are no Errors or Warnings in either of the Logs then yes it should work just fine with the Local IP...
    You could check the Server Machine to see what Ports TS3 is listening on on what IPs.

  10. #10
    Join Date
    Jun 2012
    Posts
    12
    Where would I look to find that? I don't have anything firewalled for my internal network. Meaning ANYTHING should be able to connect to my server from inside my network, by default. Any restrictions would have to be in TS3. So where would I look?

  11. #11
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,038
    As I said check what IPs and Ports TS3 is listening on... netstat should be able to help you with that.

  12. #12
    Join Date
    Jun 2012
    Posts
    12
    Doh! Was thinking of a setting in a pref's file on TS3. Thanks for stating the obvious.


    Here's what netstat spit out:

    Code:
    udp        0      0 wsip-AA-BBB-CC-DD:46570 hardy.teamspeak.4p:2010 ESTABLISHED
    I replaced my IP for obvious reasons. One thing I note, the IP is truncated. My IP is actually AA.BBB.CC.DDD. Although I wouldn't think it would make a difference, I don't want to skip something that might an issue.

    BTW, I haven't said thank you yet, so here it is: Thank you very much for your help.

  13. #13
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,038
    Entire Output of netstat -anp | grep ts3server should show whether TS3 only listens on your External IP or on your Local IP as well.

  14. #14
    Join Date
    Jun 2012
    Posts
    12
    See anything I am missing? The 0.0.0.0's should indicate it's listening on all interfaces, both my exertanl static IP and my internal 192 IP.


    [code]
    tcp 0 0 0.0.0.0:30033 0.0.0.0:* LISTEN 26567/ts3server_lin
    tcp 0 0 0.0.0.0:10011 0.0.0.0:* LISTEN 26567/ts3server_lin
    udp 0 0 AA.BBB.CC.DDD:46570 194.97.114.3:2010 ESTABLISHED 26567/ts3server_lin
    udp 0 0 0.0.0.0:9987 0.0.0.0:* 26567/ts3server_lin
    [\code]

    I had to search the 194 to figure that out, but it's documented in the forums.

  15. #15
    Join Date
    Jun 2012
    Posts
    12
    Some additional information:

    I specifically put the 192. IP of one of my machines in the whitelist file, restart TS3, and tested again. No change.

Thread Information

Users Browsing this Thread

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

Posting Permissions

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