[Archive] SRV Records for Different Realmserver Ports
[Archive] SRV Records for Different Realmserver Ports
Archived author: Venetica • Posted: 2025-11-04T18:12:47.043487
Original source
Hey. I have more Realmservers on different Ports. 3724 is the Standard Port and this Port not need a SRV record.
But what is the Servicename for Trinity, Jadecore, Azeroth and some another Cores?
I try a Realmserver on Port 3725. But then the Clients must write "set realmlist IP:3725" and now i will make a SRV Record for the Port 3725.
For "set realmlist SUBDOMAIN.DOMAIN.XX"
How?
Archived author: Venetica • Posted: 2025-11-04T18:12:47.043487
Original source
AFAIK port 3724 is for your authentication server, not for the worldserver and thus not suited to make your realms available.
I suggest you try port 8086, 8087, 8088 etc for any additional realm.
If that doesnt work:
For each realm, I think you'll need another domain (and corresponding IP address).
you can then create an A record in DNS for each realm:
domain1.mydomain.com 1.1.1.1
domain2.mydomain.com 2.2.2.2
etc
Note: realmlists like domain1.mydomain.com, domain2.mydomain.com depend on DNS A records, not DNS SRV records.
(Or AAAA records if you're using IPv6.)