Computer Hope

Internet & Networking => Networking => Topic started by: zeroburn on September 18, 2012, 02:45:06 PM

Title: Sub-Domain to eliminate ports?
Post by: zeroburn on September 18, 2012, 02:45:06 PM
I am setting up part of a company setup, and we are trying to offer game servers to customers.

Each game server runs on a different port, such as domain.net:35580 and the next one runs on domain.net:35589 and whatnot.

We also currently have our domain from GoDaddy.com and we are using their zone file editor and the DNS dashboard.

We want to make it so that when we rent out a game server, it could be connectible by using a subdomain, such as server1.domain.net. I know that this is easily done, but then to make it connect to the right server without the customer having to use a port number.

I know there is the SRV (Service) listings, but i am not sure how to use this quite yet, or if it even would work for my applications.

If this is not possible to do from the tools GoDaddy.com provides, I am willing to set up a DNS server on the network and learn whatever it takes to complete the task.

Another option would be to gain multiple public IP addresses, but i am not sure a tall how to make that work.

I am doing IT for a currently very small company and don't have too much training in these aspects. If you can provide me with some solutions, that would be great. Thanks
Title: Re: Sub-Domain to eliminate ports?
Post by: Rob Pomeroy on September 21, 2012, 09:32:26 AM
You'd be looking at one of the following solutions:
Title: Re: Sub-Domain to eliminate ports?
Post by: zeroburn on October 30, 2012, 08:33:16 PM
The Company BeastNode offers the default port for the game on every server they host.
http://www.beastnode.com/minecraft.html

I am looking for a solution to achieve the same results.

I already have sub-domains working in Apache, as my website has various sub domains already working, but that is simply in Apache. I want to direct a completely different type of traffic based on sub-domains.