I'm trying to setup a subdomain elstest1 on my example.com domain to redirect to a certain IP. Following some instructions on the web, I created an A DNS record.
Currently, if I do this:
dig elstest1.example.com
I get:
...
...
;; ANSWER SECTION:
elstest1.example.com. 14400 IN A 994.93.999.990
(IP address hidden)
Will going to http://elstest1.example.com take me to the IP address above?
Its not working presently, but that's to be expected because the web server isn't up + I just made the DNS changes, etc. But I want to make sure the above DNS settings are what they need to be.