View Single Post
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 02-23-2021 , 17:00   Re: Need help with changing address
Reply With Quote #3

Quote:
Originally Posted by nikitos1ck View Post
Hi,how do I change server's ip address so that people can connect using
connect deathmatchserver1 , not the ip address?
Thanks in advance
You won't be able to do it with "deathmatchserver1" alone...


If you however have a domain for your gaming community, e.g. "example.com", then most domain registries include some sort of basic DNS with the yearly costs of the domain.

Within the domain's DNS settings, you can add "A" records in the DNS settings pointing towards your server's IP address(es), for example:

"deathmatch1.example.com" -> DNS "A" record -> 192.0.2.1
"deathmatch2.example.com" -> DNS "A" record -> 192.0.2.2

then when people use "connect deathmatch1.example.com", they will go to 192.0.2.1, and so on.

By holding "example.com", you can literally choose any name that you wish, to be the label before the ".example.com".


If you already have a domain name (and website) for your gaming community, you should ask support desk there for further assistance on how to add these records.
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL is offline