0

I have mapped my main domain to a different hosting using NS record.

but I want to map a subdomain on the same hosting. What DNS setting do I need to configure?

Example:

abc.com is mapped to ns1.xyz.com and ns2.xyz.com

but I want subdomain.abc.com to be mapped to same hosting i.e. ns1.abc.com and ns2.abc.com

how do I achieve this scenario?

1 Answers1

0

The duplicate spells it out indeed, but I wonder if in your case you could just add an A record to the existing DNS and point it to the target IP address instead (no need to first point to NameServers).

subdomain.abc.com. A 123.456.789.100

If there's a webserver on that IP address listening on port 80 and expecting that alias/hostname, that's the easiest route.

JayMcTee
  • 4,111