Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

DNS issues - registering nameservers

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  Which account is using from ASP.NET in anonymous ..  
Author Message
nospam34

External


Since: Oct 20, 2003
Posts: 294



(Msg. 1) Posted: Wed Feb 02, 2005 1:35 am
Post subject: DNS issues - registering nameservers
Archived from groups: alt>www>webmaster (more info?)

I have a domain capriolepark.com and I'm trying to assign it nameservers
ns1.capriolepark.com and ns2.capriolepark.com

Problem 1:
Im using Godaddy & assigned the following:

Nameservers Summary:
NS1.CAPRIOLEPARK.COM
NS2.CAPRIOLEPARK.COM

Domain Host Summary:
NS1.CAPRIOLEPARK.COM
70.85.16.70
NS2.CAPRIOLEPARK.COM
70.85.16.71


Question 1
How do I check that these ns* IPs have propagated to the root namesersers?
All I get is:

dig ns1.capriolepark.com

; <<>> DiG 9.2.1 <<>> ns1.capriolepark.com
;; global options: printcmd
;; connection timed out; no servers could be reached


Problem 2: I'm trying to configure bind9 on 70.85.16.70 &
70.85.16.71 but thats another post.

gtoomey

 >> Stay informed about: DNS issues - registering nameservers 
Back to top
Login to vote
blackhole

External


Since: Apr 13, 2004
Posts: 235



(Msg. 2) Posted: Wed Feb 02, 2005 1:35 am
Post subject: Re: DNS issues - registering nameservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Gregory Toomey wrote:

 > I have a domain capriolepark.com and I'm trying to assign it
 > nameservers ns1.capriolepark.com and ns2.capriolepark.com
 >
 > Problem 1:
 > Im using Godaddy & assigned the following:
 >
 > Nameservers Summary:
 > NS1.CAPRIOLEPARK.COM
 > NS2.CAPRIOLEPARK.COM
 >
 > Domain Host Summary:
 > NS1.CAPRIOLEPARK.COM
 > 70.85.16.70
 > NS2.CAPRIOLEPARK.COM
 > 70.85.16.71
 >
 >
 > Question 1
 > How do I check that these ns* IPs have propagated to the root
 > namesersers? All I get is:
 >
 > dig ns1.capriolepark.com
 >
 > ; <<>> DiG 9.2.1 <<>> ns1.capriolepark.com
 > ;; global options: printcmd
 > ;; connection timed out; no servers could be reached
 >
 >
 > Problem 2: I'm trying to configure bind9 on 70.85.16.70 &
 > 70.85.16.71 but thats another post.
 >
 > gtoomey

Looks ok to me. Results here:

$ nslookup NS1.CAPRIOLEPARK.COM

Name: NS1.CAPRIOLEPARK.COM
Address: 70.85.16.70


$ dig NS1.CAPRIOLEPARK.COM

; <<>> DiG 9.2.3 <<>> NS1.CAPRIOLEPARK.COM
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 62516
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1

;; QUESTION SECTION:
;NS1.CAPRIOLEPARK.COM. IN A

;; ANSWER SECTION:
NS1.CAPRIOLEPARK.COM. 172740 IN A 70.85.16.70

;; AUTHORITY SECTION:
CAPRIOLEPARK.COM. 172740 IN NS ns2.CAPRIOLEPARK.COM.
CAPRIOLEPARK.COM. 172740 IN NS NS1.CAPRIOLEPARK.COM.

;; ADDITIONAL SECTION:
ns2.CAPRIOLEPARK.COM. 172740 IN A 70.85.16.71

;; Query time: 2 msec
;; SERVER: 192.168.1.5#53(192.168.1.5)
;; WHEN: Wed Feb 2 18:18:18 2005
;; MSG SIZE rcvd: 102


--
Chris Hope - The Electric Toolbox - <a style='text-decoration: underline;' href="http://www.electrictoolbox.com/" target="_blank">http://www.electrictoolbox.com/</a><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: DNS issues - registering nameservers 
Back to top
Login to vote
sjsobol

External


Since: Aug 24, 2004
Posts: 255



(Msg. 3) Posted: Wed Feb 02, 2005 1:35 am
Post subject: Re: DNS issues - registering nameservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Gregory Toomey wrote:

 > Domain Host Summary:
 > NS1.CAPRIOLEPARK.COM
 > 70.85.16.70
 > NS2.CAPRIOLEPARK.COM
 > 70.85.16.71

 > How do I check that these ns* IPs have propagated to the root namesersers?

dig name.server.hostname RemoveThis @a.gtld-servers.net

Replace a with b,c,d,e,f,g,h,i,j as needed...

a through (I think) j are the root nameservers.




--
JustThe.net - Apple Valley, CA - <a style='text-decoration: underline;' href="http://JustThe.net/" target="_blank">http://JustThe.net/</a> - 888.480.4NET (4638)
Steven J. Sobol, Geek In Charge / sjsobol RemoveThis @JustThe.net / PGP: 0xE3AE35ED

"In case anyone was wondering, that big glowing globe above the Victor
Valley is the sun." -Victorville _Daily Press_ on the unusually large
amount of rain the Southland has gotten this winter (January 12th, 2005)<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: DNS issues - registering nameservers 
Back to top
Login to vote
nospam34

External


Since: Oct 20, 2003
Posts: 294



(Msg. 4) Posted: Wed Feb 02, 2005 1:35 am
Post subject: Re: DNS issues - registering nameservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Chris Hope wrote:

 > Gregory Toomey wrote:
 >
  >> I have a domain capriolepark.com and I'm trying to assign it
  >> nameservers ns1.capriolepark.com and ns2.capriolepark.com
  >>
  >> Problem 1:
  >> Im using Godaddy & assigned the following:
  >>
  >> Nameservers Summary:
  >> NS1.CAPRIOLEPARK.COM
  >> NS2.CAPRIOLEPARK.COM
  >>
  >> Domain Host Summary:
  >> NS1.CAPRIOLEPARK.COM
  >> 70.85.16.70
  >> NS2.CAPRIOLEPARK.COM
  >> 70.85.16.71
  >>
  >>
  >> Question 1
  >> How do I check that these ns* IPs have propagated to the root
  >> namesersers? All I get is:
  >>
  >> dig ns1.capriolepark.com
  >>
  >> ; <<>> DiG 9.2.1 <<>> ns1.capriolepark.com
  >> ;; global options: printcmd
  >> ;; connection timed out; no servers could be reached
  >>
  >>
  >> Problem 2: I'm trying to configure bind9 on 70.85.16.70 &
  >> 70.85.16.71 but thats another post.
  >>
  >> gtoomey
 >
 > Looks ok to me. Results here:
 >
 > $ nslookup NS1.CAPRIOLEPARK.COM
 >
 > Name: NS1.CAPRIOLEPARK.COM
 > Address: 70.85.16.70
 >
<snip>

Thats weird. From my server in Texas it looks like yours. From Australia it
finds nothing. Maybe theres a propagation issue.

gtoomey<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: DNS issues - registering nameservers 
Back to top
Login to vote
nospam34

External


Since: Oct 20, 2003
Posts: 294



(Msg. 5) Posted: Wed Feb 02, 2005 1:35 am
Post subject: Re: DNS issues - registering nameservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Steve Sobol wrote:

 > Gregory Toomey wrote:
 >
  >> Domain Host Summary:
  >> NS1.CAPRIOLEPARK.COM
  >> 70.85.16.70
  >> NS2.CAPRIOLEPARK.COM
  >> 70.85.16.71
 >
  >> How do I check that these ns* IPs have propagated to the root
  >> namesersers?
 >
 > dig name.server.hostname RemoveThis @a.gtld-servers.net
 >
 > Replace a with b,c,d,e,f,g,h,i,j as needed...
 >
 > a through (I think) j are the root nameservers.

Doesnt appear to give any IPs (run from a server in Texas):


[root@li-79 root]# dig NS1.CAPRIOLEPARK.COM RemoveThis @a.gtld-servers.net

; <<>> DiG 9.2.1 <<>> NS1.CAPRIOLEPARK.COM RemoveThis @a.gtld-servers.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 55822
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;NS1.CAPRIOLEPARK.COM\@a.gtld-servers.net. IN A

;; AUTHORITY SECTION:
gtld-servers.net. 10117 IN SOA A2.NSTLD.COM.
nstld.verisign-grs.COM. 2004102500 3600 900 1209600 86400

;; Query time: 14 msec
;; SERVER: 64.5.53.6#53(64.5.53.6)
;; WHEN: Wed Feb 2 00:59:58 2005
;; MSG SIZE rcvd: 124


gtoomey<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: DNS issues - registering nameservers 
Back to top
Login to vote
sjsobol

External


Since: Aug 24, 2004
Posts: 255



(Msg. 6) Posted: Wed Feb 02, 2005 1:35 am
Post subject: Re: DNS issues - registering nameservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Gregory Toomey wrote:

   >>>How do I check that these ns* IPs have propagated to the root
   >>>namesersers?
  >>
  >>dig name.server.hostname.TakeThisOut@a.gtld-servers.net

 > Doesnt appear to give any IPs (run from a server in Texas):

Duh. That's because I gave you the wrong command.

dig ns domain.tld.TakeThisOut@a.gtld-servers.net

replacing a with the letter of whichever root nameserver you wish to check. I'm
not sure if there are 10 or 12, it's either a-j or a-l.

Note that the root nameserver TTLs will probably not match what you have set on
your own nameservers (and that's OK).

I'm sorry, Gregory. It's late and I'm tired. Smile

root@amethyst: /home/sjsobol $dig ns justthe.net @a.gtld-servers.net

; <<>> DiG 9.2.1 <<>> ns justthe.net @a.gtld-servers.net
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 52589
;; flags: qr rd; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 4

;; QUESTION SECTION:
;justthe.net. IN NS

;; ANSWER SECTION:
justthe.net. 172800 IN NS amethyst.justthe.net.
justthe.net. 172800 IN NS name1.glorb.com.
justthe.net. 172800 IN NS name2.glorb.com.
justthe.net. 172800 IN NS name3.glorb.com.

;; ADDITIONAL SECTION:
amethyst.justthe.net. 172800 IN A 64.192.186.66
name1.glorb.com. 172800 IN A 64.192.187.9
name2.glorb.com. 172800 IN A 64.192.186.130
name3.glorb.com. 172800 IN A 216.231.105.9

;; Query time: 53 msec
;; SERVER: 192.5.6.30#53(a.gtld-servers.net)
;; WHEN: Wed Feb 2 01:31:43 2005
;; MSG SIZE rcvd: 185

--
JustThe.net - Apple Valley, CA - <a style='text-decoration: underline;' href="http://JustThe.net/" target="_blank">http://JustThe.net/</a> - 888.480.4NET (4638)
Steven J. Sobol, Geek In Charge / sjsobol.TakeThisOut@JustThe.net / PGP: 0xE3AE35ED

"In case anyone was wondering, that big glowing globe above the Victor
Valley is the sun." -Victorville _Daily Press_ on the unusually large
amount of rain the Southland has gotten this winter (January 12th, 2005)<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: DNS issues - registering nameservers 
Back to top
Login to vote
nospam34

External


Since: Oct 20, 2003
Posts: 294



(Msg. 7) Posted: Thu Feb 03, 2005 3:35 am
Post subject: Re: DNS issues - registering nameservers [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Gregory Toomey wrote:

 > I have a domain capriolepark.com and I'm trying to assign it nameservers
 > ns1.capriolepark.com and ns2.capriolepark.com

The domain has finally resolved and after 8 hours fiddling around with
config files I'm a bind expert!

gtoomey<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: DNS issues - registering nameservers 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Web Hosting Issues - We are hosting our static web throu our ISP. We are planning to implement online application (online statistical Reports, NewsEngine, Press Release, Dyn Faq) The ISP will offer us the web server based on MS SQL Server2000, ASP HTML, and exporting tools..

Help Please: Google Issues - Hey guys - 3 quick questions. I'd really appreciate some advice :) QUESTION 1: I run an advertising campaign on google through adwords. Everytime I went to google and typed in my campaign keywords, I would appear first overall. I am located in..

Mac and CSS Line Spacing Issues - I have included my .css script below. This is my first attempt at CSS. The pages look fine through they eyes of PC browsers and NS on the Mac. On IE and Safari for Mac all hell breaks loose. I am getting huge amounts of white space between lines ..

Legal issues of Online Raffles - Hello, Does anyone have any experience running an online raffle? What are the legal issues of this? Any and all comments are welcome. Thanks.

CSS tooltips - MSIE support issues - I am trying to get a tooltip working when an image is hovered. Sounds simple enough, so I pull it together like so: <html> <head> <style type="text/css"> b:hover{ color: black; background-color: transparent; } b spa...
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]