Author Topic: Server Hosting using No-IP?  (Read 85 times)

0 Members and 1 Guest are viewing this topic.

Offline Cep

  • *
  • Posts: 4
  • Respect: 0
Server Hosting using No-IP?
« on: May 28, 2011, 08:59:42 PM »
0
First off, I'd like to say hello to everyone, first post.

This goes out to the more experienced members, I'm inquiring on how it is possible to use a domain (say we register it through No-IP) and run multiple gameservers off of it as does the random servers. What host do you use, and what is the price range?

Thanks in advance!

Offline ursus

  • ***
  • Linux UserCat LoverWindows UserOld Forum Member
    View More Badges!

  • Posts: 4393
  • Gender: Male
  • drunkposting is the music of the soul
  • Respect: +1518
Re: Server Hosting using No-IP?
« Reply #1 on: May 28, 2011, 09:32:51 PM »
0
It's not multiple IP's, it's multiple ports. I think the range for the Source Dedicated Server is UDP ports 27015-27025. I don't know how these specific servers are run, though.

However, the simplest way to accomplish this is to run multiple dedicated servers on the same machine, using different ports to connect.

Offline Cep

  • *
  • Posts: 4
  • Respect: 0
Re: Server Hosting using No-IP?
« Reply #2 on: May 28, 2011, 09:45:16 PM »
0
Alright so, if we were running two servers off of the same machine:

Launch #1 with port 27015, then the IP would be whatever the domain is translated into an IP, then port 27015. (example.com:27015 -> 12.34.56.78:27015)
Then launching #2 with port 27016 would be 12.34.56.78:27016 ?

If that's correct then I'm good except,

Wouldn't it just be easier to not use a domain that directs you to the server, and just use the machine IP instead?


Offline ursus

  • ***
  • Linux UserCat LoverWindows UserOld Forum Member
    View More Badges!

  • Posts: 4393
  • Gender: Male
  • drunkposting is the music of the soul
  • Respect: +1518
Re: Server Hosting using No-IP?
« Reply #3 on: May 28, 2011, 09:59:23 PM »
0
Alright so, if we were running two servers off of the same machine:

Launch #1 with port 27015, then the IP would be whatever the domain is translated into an IP, then port 27015. (example.com:27015 -> 12.34.56.78:27015)
Then launching #2 with port 27016 would be 12.34.56.78:27016 ?

If that's correct then I'm good except,

Wouldn't it just be easier to not use a domain that directs you to the server, and just use the machine IP instead?

More or less.

The reason rNd uses a domain name is because, to my knowledge, the IP itself changes periodically.

Offline Cep

  • *
  • Posts: 4
  • Respect: 0
Re: Server Hosting using No-IP?
« Reply #4 on: May 28, 2011, 10:08:19 PM »
0
Alright then, thanks for the help!