[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

5.2

DNS is not pointing to correct IP for dynamic IP

Asked by torpster in Miscellaneous Networking, Dynamic Host Configuration Protocol (DHCP), Domain Name Service (DNS)

Tags: ip

Problem is for torpey.org, all the subdomains work as expected. Wrong IP is 67.9.156.29, Correct IP is 66.68.50.11

I use a dynamic DNS service (freedns.afraid.org).  I have setup at netsol.com to have four nameservers: ns[1-4].afraid.org.  When I dig @ these NS I have the correct IP address.  When I look around the internet at other NS, it has an old IP address.  

Below is a rr.com NS that I use.  It shows the correct NS ns[1-4].afraid.org.  I let it time out and dig again and it gets the wrong IP address.  Below that will be the zone file from freedns.afraid.org.

[root@firewall root]# dig torpey.org @24.93.40.75

; <<>> DiG 9.2.4 <<>> torpey.org @24.93.40.75
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11967
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 4

;; QUESTION SECTION:
;torpey.org.                    IN      A

;; ANSWER SECTION:
torpey.org.             1       IN      A       67.9.156.29

;; AUTHORITY SECTION:
torpey.org.             1       IN      NS      ns3.afraid.org.
torpey.org.             1       IN      NS      ns4.afraid.org.
torpey.org.             1       IN      NS      ns1.afraid.org.
torpey.org.             1       IN      NS      ns2.afraid.org.

;; ADDITIONAL SECTION:
ns1.afraid.org.         40345   IN      A       69.93.44.254
ns2.afraid.org.         5794    IN      A       69.26.167.62
ns3.afraid.org.         21841   IN      A       66.252.11.124
ns4.afraid.org.         26      IN      A       69.93.44.251

;; Query time: 28 msec
;; SERVER: 24.93.40.75#53(24.93.40.75)
;; WHEN: Fri Mar  4 08:21:09 2005
;; MSG SIZE  rcvd: 187

[root@firewall root]# dig torpey.org @24.93.40.75

; <<>> DiG 9.2.4 <<>> torpey.org @24.93.40.75
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 26391
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 4

;; QUESTION SECTION:
;torpey.org.                    IN      A

;; ANSWER SECTION:
torpey.org.             86400   IN      A       67.9.156.29

;; AUTHORITY SECTION:
torpey.org.             86400   IN      NS      ns2.afraid.org.
torpey.org.             86400   IN      NS      ns3.afraid.org.
torpey.org.             86400   IN      NS      ns4.afraid.org.
torpey.org.             86400   IN      NS      ns1.afraid.org.

;; ADDITIONAL SECTION:
ns1.afraid.org.         40344   IN      A       69.93.44.254
ns2.afraid.org.         5793    IN      A       69.26.167.62
ns3.afraid.org.         21840   IN      A       66.252.11.124
ns4.afraid.org.         25      IN      A       69.93.44.251

;; Query time: 63 msec
;; SERVER: 24.93.40.75#53(24.93.40.75)
;; WHEN: Fri Mar  4 08:21:11 2005
;; MSG SIZE  rcvd: 187


;
; zone for torpey.org
; built on 2005-03-03 14:56:21
;

$TTL    3603

@       86400      IN      SOA     ns1.afraid.org. dnsadmin.afraid.org.  (
                                50303004    ; Serial
                                86400    ; Refresh
                                7200     ; Retry
                                3600000    ; Expire
                                3603 )  ; Minimum

@            86400      IN      NS      ns1.afraid.org.
@            86400      IN      NS      ns2.afraid.org.
@            86400      IN      NS      ns3.afraid.org.
@            86400      IN      NS      ns4.afraid.org.


localhost            IN      A      127.0.0.1

; torpster
@      3600      IN      MX      10 buster.torpey.org.

; torpster
@      3600      IN      LOC      30 13 08 N 97 58 08 W 357m

; torpster
@      60      IN      A      66.68.50.11

; torpster
buster      3600      IN      A      66.68.50.11

; torpster
ftp      3600      IN      CNAME      buster.torpey.org.

; torpster
mail      3600      IN      CNAME      buster.torpey.org.

; torpster
www      3600      IN      CNAME      buster.torpey.org.


[root@firewall root]# dnstracer -o -s. torpey.org
Tracing to torpey.org[a] via A.ROOT-SERVERS.NET, maximum of 3 retries
A.ROOT-SERVERS.NET [.] (198.41.0.4)
 |\___ TLD6.ULTRADNS.CO.UK [org] (198.133.199.11) Got authoritative answer
 |\___ TLD5.ULTRADNS.INFO [org] (192.100.59.11) Got authoritative answer
 |\___ TLD4.ULTRADNS.org [org] (199.7.67.1) Got authoritative answer
 |\___ TLD3.ULTRADNS.org [org] (199.7.66.1) Got authoritative answer
 |\___ TLD2.ULTRADNS.NET [org] (204.74.113.1) Got authoritative answer
  \___ TLD1.ULTRADNS.NET [org] (204.74.112.1) Got authoritative answer

TLD1.ULTRADNS.NET (204.74.112.1)        torpey.org -> 67.9.156.29
TLD2.ULTRADNS.NET (204.74.113.1)        torpey.org -> 67.9.156.29
TLD3.ULTRADNS.org (199.7.66.1)          torpey.org -> 67.9.156.29
TLD4.ULTRADNS.org (199.7.67.1)          torpey.org -> 67.9.156.29
TLD5.ULTRADNS.INFO (192.100.59.11)      torpey.org -> 67.9.156.29
TLD6.ULTRADNS.CO.UK (198.133.199.11)    torpey.org -> 67.9.156.29
[root@firewall root]# dnstracer -o torpey.org
Tracing to torpey.org[a] via 24.93.40.62, maximum of 3 retries
24.93.40.62 (24.93.40.62)
 |\___ ns3.afraid.org [torpey.org] (66.252.11.124) Got authoritative answer
 |\___ ns2.afraid.org [torpey.org] (69.26.167.62) Got authoritative answer
 |\___ ns1.afraid.org [torpey.org] (69.93.44.254) Got authoritative answer
  \___ ns4.afraid.org [torpey.org] (69.93.44.251) Got authoritative answer

ns4.afraid.org (69.93.44.251)           torpey.org -> 66.68.50.11
ns1.afraid.org (69.93.44.254)           torpey.org -> 66.68.50.11
ns2.afraid.org (69.26.167.62)           torpey.org -> 66.68.50.11
ns3.afraid.org (66.252.11.124)          torpey.org -> 66.68.50.11
---------------------------------------------------------------------------------------------------------------------


I dont understand where the NS are getting the wrong IP address.  I dont know why ULTRADNS.* is giving an authoritative answer.

I know there will be more questions before answers, ask away.

Thank you in advance,
Steve
 
Related Solutions
Keywords: DNS is not pointing to correct IP for dyn…
 
Loading Advertisement...
 
[+][-]03/04/05 07:08 AM, ID: 13459434Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/04/05 07:09 AM, ID: 13459437Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/04/05 07:49 AM, ID: 13459768Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/04/05 09:42 AM, ID: 13460821Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/04/05 09:53 AM, ID: 13460911Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/04/05 01:09 PM, ID: 13462523Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Miscellaneous Networking, Dynamic Host Configuration Protocol (DHCP), Domain Name Service (DNS)
Tags: ip
Sign Up Now!
Solution Provided By: kLea2
Participating Experts: 3
Solution Grade: B
 
[+][-]03/04/05 01:24 PM, ID: 13462644Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/04/05 02:11 PM, ID: 13463035Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/04/05 02:15 PM, ID: 13463076Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/04/05 05:03 PM, ID: 13463992Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/05/05 12:07 AM, ID: 13464920Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/05/05 04:20 AM, ID: 13465530Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/05/05 03:57 PM, ID: 13468029Assisted Solution

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 30-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]03/05/05 04:14 PM, ID: 13468291Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/07/05 11:39 AM, ID: 13479941Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/10/05 01:29 PM, ID: 13511066Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/10/05 02:11 PM, ID: 13511507Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/11/05 10:48 AM, ID: 13519905Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/12/05 08:09 PM, ID: 13527215Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/14/05 09:00 AM, ID: 13536600Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/14/05 02:27 PM, ID: 13539786Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/14/05 02:47 PM, ID: 13539922Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03/14/05 03:05 PM, ID: 13540069Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03/14/05 06:04 PM, ID: 13541149Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091021-EE-VQP-81