Community Forums Today's Posts     Member List     Archive    
Results 1 to 10 of 10
  1. #1
    Join Date
    Jul 2012
    Posts
    20

    Solved Need a bit help with TSDNS

    At this point I had no idea what to do except ask for help. This post will probably be fairly long, so please endure it...


    A friend of mine and myself have plans of setting up a community to support games, clans, servers, etc.

    We obtained a Non-Profit License for Teamspeak and we have purchased a VPS, Domain name, and are currently in the process of getting the ball rolling.

    Today we decided we'd get the TS server up and running so that we can start getting things going. We installed the Teamspeak 3 server on our VPS along with the NPL. We're currently attempting to avoid giving out the IP address of the VPS for simplicity. We'd like to have a URL as the teamspeak hostname instead of an ip/port combination. After a bit of research, I found out about TSDNS and attempted to configure it based off of what I had read. I failed miserably.

    The domain name we currently own is 'LogisticGaming.com'
    I tried configuring the TSDNS file like this: logisticgaming.com=xxx.xxx.xxx.xxx:9987

    I feel like I'm missing something completely, because this doesn't work whatsoever.

    I'm still able to connect to the Teamspeak server by using the IP address so that isn't the problem.

    I dunno... My head is so screwed right now that I didn't know what else to do except for ask for help xD

    Hope you guys can help, thanks in advance.

  2. #2
    Join Date
    Jul 2006
    Posts
    1,575
    This should work if the A record of your domain (logisticgaming.com) points to the ip the tsdns server is running on.

  3. #3
    Join Date
    Mar 2012
    Posts
    18
    Example:
    Code:
    # dig LogisticGaming.com
    .....
    ;; ANSWER SECTION:
    LogisticGaming.com.     172800  IN      A       31.170.162.146
    You place your front-end server at 31.170.162.146 (WWW, TSDNS, ...) and your teamspeak servers are on IP 1.2.3.1, 1.2.3.2, 1.2.3.3.

    Your virtual servers:
    Code:
    Server address | Description | TSDNS name
    1.2.3.1
    ...1.2.3.1:20011  World of Warcraft - Alliance  wowally.LogisticGaming.com
    ...1.2.3.1:20012  World of Warcraft - Horde   wowhorde.LogisticGaming.com
    1.2.3.2
    ...1.2.3.2:20011  Diablo III - English   d3en.LogisticGaming.com
    ...1.2.3.2:20012  Diablo III - Russian   d3ru.LogisticGaming.com
    1.2.3.3
    ...1.2.3.3:20011  SomeGame - RedTeam   sgred.LogisticGaming.com
    ...1.2.3.3:20012  SomeGame - BlueTeam  sgblue.LogisticGaming.com
    ...1.2.3.3:20013  SomeGame - YellowTeam   sgyellow.LogisticGaming.com
    ...1.2.3.3:20014  SomeGame - GreedTeam   sggreen.LogisticGaming.com
    Your config will be:
    Code:
    wowally.LogisticGaming.com=1.2.3.1:20011
    wowhorde.LogisticGaming.com=1.2.3.1:20012
    
    d3en.LogisticGaming.com=1.2.3.2:20011
    d3ru.LogisticGaming.com=1.2.3.2:20012
    
    sgred.LogisticGaming.com=1.2.3.3:20011
    sgblue.LogisticGaming.com=1.2.3.3:20012
    sgyellow.LogisticGaming.com=1.2.3.3:20013
    sggreen.LogisticGaming.com=1.2.3.3:20014
    I recommend moving virluaserver from default port for situations when tsdns not working on client side.
    Then users can connect via TSDNS addresses (sggreen.LogisticGaming.com) without any IPs or ports.

  4. #4
    Join Date
    Oct 2010
    Location
    Warsaw / Poland
    Posts
    237
    Quote Originally Posted by maxi1990 View Post
    This should work if the A record of your domain (logisticgaming.com) points to the ip the tsdns server is running on.
    And remember about that. Domain needs to be DIRECTLY assigned (record A of DNS) to get things working. Domains are just aliases in the web and they always point to IP. You can use traceroute or even ping to domain to check if it's configured right.

    Right now it points to 31.170.162.146 so if you can connect using 31.170.162.146 address then everything should work fine.

  5. #5
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,042
    You don't have to run TS3 Servers on another IP than the TSDNS Server, it will work all fine on the same machine using the same IP.

  6. #6
    Join Date
    Jul 2012
    Posts
    20
    After I made this post last night, I found a bit of a solution, or so I thought.

    I found a website called ts3dns.com and it very simply did exactly what I needed.
    Unfortunately, I screwed it up by changing the nameservers from my domain host to my webhost
    so that we would have a .com domain instead of a subdomain provided by the webhost.

    I guess my question is: Is it possible for me to configure the same domain to work for both TS3 and my webhost?

    And thank you very much for your replies

  7. #7
    Join Date
    Jun 2012
    Location
    Portugal
    Posts
    150
    My guess is that you closed the tsdns server with ctrl+c.

    Install "screen" and run: screen ./<tsdns executable> without <>
    Then detach pressing Ctrl+A+D

  8. #8
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,042
    Why screen when you can just do ./tsdnsserver_linux_<arch> &

  9. #9
    Join Date
    Jul 2012
    Posts
    20
    For the record, this has been resolved.

  10. #10
    Join Date
    Feb 2012
    Location
    Nuremberg, Bavaria
    Posts
    52
    Quote Originally Posted by SilentStorm View Post
    Why screen when you can just do ./tsdnsserver_linux_<arch> &
    There is a simple answer: Screen can be attached and detached. The prompt "&" says to the job, that it should work as background job. But there are some background jobs, which prints their informations on the screen and that problem you don't have by "Screen".

    For example the minecraft server prints as background job ALL informations on the screen and you can't exit this informationen without exiting/closing/stopping the server. Well... Screen was there the only solution.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [Resolved] TSDNS Help
    By MavRicBoS in forum Linux / FreeBSD
    Replies: 6
    Last Post: 12-09-2011, 11:16
  2. TSDNS not working
    By xastra in forum Windows
    Replies: 7
    Last Post: 30-07-2011, 13:36
  3. tsdns help!
    By thesamu in forum Linux / FreeBSD
    Replies: 7
    Last Post: 13-07-2011, 21:46

Posting Permissions

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