Setting DNS - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Setting DNS (
/showthread.php?tid=286091)
Setting DNS -
ombre - 26.09.2011
Hi,
I create a subdomain gameserver.domain.com for to connect on samp so I want to replace the ip 111.222.333.444:8005 by gameserver.domain.co:8005
So my question how to modify the setting DNS for to use gameserver.domain.co:8005
At present my DNS is:
*.domain.com A 123.456.789.101 (my site web)
domain.com A 123.456.789.101 (my site web)
domain.com MX mail.domain.com
domain.com NS ns1.nameserverffs.com
domain.com NS ns2.nameserverffs.com
domain.com NS ns3.nameserverffs.com
domain.com NS ns4.nameserverffs.com
domain.com NS ns5.nameserverffs.com
Thx
Re: Setting DNS -
JiHost - 26.09.2011
Point gameserver.domain.com to 111.222.333.444 (A record).
Re : Setting DNS -
ombre - 26.09.2011
I add a new line?
*.domain.com A 123.456.789.101 (my site web)
domain.com A 123.456.789.101 (my site web)
domain.com MX mail.domain.com
domain.com NS ns1.nameserverffs.com
domain.com NS ns2.nameserverffs.com
domain.com NS ns3.nameserverffs.com
domain.com NS ns4.nameserverffs.com
domain.com NS ns5.nameserverffs.com
gameserver.domain.com A 111.222.333.444
Re: Setting DNS -
JiHost - 26.09.2011
Yea, that's right.
Re : Setting DNS -
ombre - 26.09.2011
ok thanks.
My ip server is 111.222.333.444:8005 I give gameserver.domain.co:8005 but if I change the host the new ip is 555.555.555.666:9050 I modify the DNS with 555.555.555.666 but for the port there is a solution for not always to inform my players of a new port?