KathysKode-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Aug-20 13:40 UTC
How does one find the DNS address of their website?
I hope this question is appropriate for this forum and hope it is an easy one? When I look at my, or any domain in WHOIS I find where it is being hosted (if any) but not what the DNS address is of the domain page? The reason I am asking this question is that I wish to point many of my distinct domains to one of my domain''s and then use a CNAME to point this to the hosting service''s address. Thank you, Kathy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
in windows xp, some where i red that you can use nslookup(name_server lookup) open command prompt type nslookup and enter it give a subprompt then type name of the website., example... (www.example.com) it if there is host with that name. P.s: Sorry, if it din''t help, That''s all i know. On Aug 20, 6:40 pm, "KathysK...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <KathysK...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I hope this question is appropriate for this forum and hope it is an > easy one? When I look at my, or any domain in WHOIS I find where it is > being hosted (if any) but not what the DNS address is of the domain > page? > The reason I am asking this question is that I wish to point many of > my distinct domains to one of my domain''s and then use a CNAME to > point this to the hosting service''s address. > Thank you, > Kathy--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Phil Peterman
2007-Aug-20 18:47 UTC
Re: How does one find the DNS address of their website?
KathysKode-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> I hope this question is appropriate for this forum and hope it is an > easy one? When I look at my, or any domain in WHOIS I find where it is > being hosted (if any) but not what the DNS address is of the domain > page? > The reason I am asking this question is that I wish to point many of > my distinct domains to one of my domain''s and then use a CNAME to > point this to the hosting service''s address. > Thank you, > KathyHi Kathy, you can use sites like dnsstuff.com to find the name servers for your domain or if you are on a *nix or os x platform you can run ''dig mydomain.com ns'' which will return the name servers. Hope this helps. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---