DNS is not broadcasting behind router

Discussion in 'Server Operation' started by aberrio, Aug 13, 2008.

  1. aberrio

    aberrio New Member

    Hello I just change from cable to DSL, unfortunately my ISP send me a wrong modem/router, my server is down until the new equipment arrive. I was able to configure most of my services except I thing my DNS server is not broadcasting the new IP. I verify this having a third party company to hold the DNS for one of my pages and it is working but the other pages on my server are not working.

    I have a linksys router port 53 is fowworded to the proper network ip. The slave server was able to update from master server.

    My question, is it a way to verify if the DNS server is broadcasting to the root DNSs?

    The DNS server is on a Suse 10.2, was working fine on cable but now is not on DSL.


    Best regards

    AL
     
  2. aberrio

    aberrio New Member

    any update on this?
     
  3. topdog

    topdog Active Member

    do u have fixed ip addresses ? to check what your dns pointers are use the whois command.
     
  4. aberrio

    aberrio New Member

    Yes, the Linux box has a fix IP, the server is working I had to use a free DNS service and is working now, but I am no able to resolve with my DNS server. My DNS server is not broadcasting or resolving.
     
  5. falko

    falko Super Moderator ISPConfig Developer

    Does your router forward port 53 TCP and UDP?
     
  6. aberrio

    aberrio New Member

    Yes port 53 is fw on the router both tcp/udp
     
  7. falko

    falko Super Moderator ISPConfig Developer

    Can you send me a domain name that isn't working so that I can check?
     
  8. aberrio

    aberrio New Member

    try this onlineatlastravel.com I use this service to check pingability.

    Thx
     
  9. falko

    falko Super Moderator ISPConfig Developer

    This is what I'm getting:

    Code:
    server2:~# dig ns onlineatlastravel.com
    
    ; <<>> DiG 9.3.4 <<>> ns onlineatlastravel.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38507
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;onlineatlastravel.com.         IN      NS
    
    ;; ANSWER SECTION:
    onlineatlastravel.com.  172800  IN      NS      [COLOR="Red"]ns1.onlineatlastravel.com[/COLOR].
    onlineatlastravel.com.  172800  IN      NS      [COLOR="Red"]ns2.onlineatlastravel.com[/COLOR].
    
    ;; Query time: 104 msec
    ;; SERVER: 213.191.92.84#53(213.191.92.84)
    ;; WHEN: Mon Aug 18 12:49:17 2008
    ;; MSG SIZE  rcvd: 75
    
    server2:~# dig ns1.onlineatlastravel.com
    
    ; <<>> DiG 9.3.4 <<>> ns1.onlineatlastravel.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 25434
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;ns1.onlineatlastravel.com.     IN      A
    
    ;; ANSWER SECTION:
    ns1.onlineatlastravel.com. 172800 IN    A       [COLOR="Red"]68.15.207.155[/COLOR]
    
    ;; Query time: 141 msec
    ;; SERVER: 213.191.92.84#53(213.191.92.84)
    ;; WHEN: Mon Aug 18 12:49:23 2008
    ;; MSG SIZE  rcvd: 59
    
    server2:~# dig ns2.onlineatlastravel.com
    
    ; <<>> DiG 9.3.4 <<>> ns2.onlineatlastravel.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46208
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;ns2.onlineatlastravel.com.     IN      A
    
    ;; ANSWER SECTION:
    ns2.onlineatlastravel.com. 172800 IN    A       [COLOR="Red"]68.15.207.137[/COLOR]
    
    ;; Query time: 57 msec
    ;; SERVER: 213.191.92.84#53(213.191.92.84)
    ;; WHEN: Mon Aug 18 12:49:30 2008
    ;; MSG SIZE  rcvd: 59
    
    server2:~# dig onlineatlastravel.com
    
    ; <<>> DiG 9.3.4 <<>> onlineatlastravel.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46623
    ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 13, ADDITIONAL: 13
    
    ;; QUESTION SECTION:
    ;onlineatlastravel.com.         IN      A
    
    ;; AUTHORITY SECTION:
    com.                    22778   IN      NS      a.gtld-servers.net.
    com.                    22778   IN      NS      b.gtld-servers.net.
    com.                    22778   IN      NS      c.gtld-servers.net.
    com.                    22778   IN      NS      d.gtld-servers.net.
    com.                    22778   IN      NS      e.gtld-servers.net.
    com.                    22778   IN      NS      f.gtld-servers.net.
    com.                    22778   IN      NS      g.gtld-servers.net.
    com.                    22778   IN      NS      h.gtld-servers.net.
    com.                    22778   IN      NS      i.gtld-servers.net.
    com.                    22778   IN      NS      j.gtld-servers.net.
    com.                    22778   IN      NS      k.gtld-servers.net.
    com.                    22778   IN      NS      l.gtld-servers.net.
    com.                    22778   IN      NS      m.gtld-servers.net.
    
    ;; ADDITIONAL SECTION:
    a.gtld-servers.net.     22778   IN      AAAA    2001:503:a83e::2:30
    a.gtld-servers.net.     64507   IN      A       192.5.6.30
    b.gtld-servers.net.     25313   IN      AAAA    2001:503:231d::2:30
    b.gtld-servers.net.     60606   IN      A       192.33.14.30
    c.gtld-servers.net.     62111   IN      A       192.26.92.30
    d.gtld-servers.net.     62243   IN      A       192.31.80.30
    e.gtld-servers.net.     51489   IN      A       192.12.94.30
    f.gtld-servers.net.     68369   IN      A       192.35.51.30
    g.gtld-servers.net.     63282   IN      A       192.42.93.30
    h.gtld-servers.net.     61005   IN      A       192.54.112.30
    i.gtld-servers.net.     65462   IN      A       192.43.172.30
    j.gtld-servers.net.     61249   IN      A       192.48.79.30
    k.gtld-servers.net.     55655   IN      A       192.52.178.30
    
    ;; Query time: 98 msec
    ;; SERVER: 193.174.32.18#53(193.174.32.18)
    ;; WHEN: Mon Aug 18 12:49:53 2008
    ;; MSG SIZE  rcvd: 498
    
    server2:~# dig www.onlineatlastravel.com
    
    ; <<>> DiG 9.3.4 <<>> www.onlineatlastravel.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5758
    ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 13, ADDITIONAL: 13
    
    ;; QUESTION SECTION:
    ;www.onlineatlastravel.com.     IN      A
    
    ;; AUTHORITY SECTION:
    com.                    22763   IN      NS      a.gtld-servers.net.
    com.                    22763   IN      NS      b.gtld-servers.net.
    com.                    22763   IN      NS      c.gtld-servers.net.
    com.                    22763   IN      NS      d.gtld-servers.net.
    com.                    22763   IN      NS      e.gtld-servers.net.
    com.                    22763   IN      NS      f.gtld-servers.net.
    com.                    22763   IN      NS      g.gtld-servers.net.
    com.                    22763   IN      NS      h.gtld-servers.net.
    com.                    22763   IN      NS      i.gtld-servers.net.
    com.                    22763   IN      NS      j.gtld-servers.net.
    com.                    22763   IN      NS      k.gtld-servers.net.
    com.                    22763   IN      NS      l.gtld-servers.net.
    com.                    22763   IN      NS      m.gtld-servers.net.
    
    ;; ADDITIONAL SECTION:
    a.gtld-servers.net.     22763   IN      AAAA    2001:503:a83e::2:30
    a.gtld-servers.net.     64492   IN      A       192.5.6.30
    b.gtld-servers.net.     25298   IN      AAAA    2001:503:231d::2:30
    b.gtld-servers.net.     60591   IN      A       192.33.14.30
    c.gtld-servers.net.     62096   IN      A       192.26.92.30
    d.gtld-servers.net.     62228   IN      A       192.31.80.30
    e.gtld-servers.net.     51474   IN      A       192.12.94.30
    f.gtld-servers.net.     68354   IN      A       192.35.51.30
    g.gtld-servers.net.     63267   IN      A       192.42.93.30
    h.gtld-servers.net.     60990   IN      A       192.54.112.30
    i.gtld-servers.net.     65447   IN      A       192.43.172.30
    j.gtld-servers.net.     61234   IN      A       192.48.79.30
    k.gtld-servers.net.     55640   IN      A       192.52.178.30
    
    ;; Query time: 49 msec
    ;; SERVER: 193.174.32.18#53(193.174.32.18)
    ;; WHEN: Mon Aug 18 12:50:08 2008
    ;; MSG SIZE  rcvd: 502
    
    server2:~#
    Are the IP addresses of ns1 and ns2 correct?

    If so, can you post the zone file of onlineatlastravel.com?
     
  10. aberrio

    aberrio New Member

    No, those are the IPs before I moved from cable to dsl conexion, I change the IPs on the proper zone on mu DNS, but the server is not able to broadcast(update) the new information.
     
  11. falko

    falko Super Moderator ISPConfig Developer

    You must change the nameserver settings and glue records in the web interface of your domain registrar.
     
  12. aberrio

    aberrio New Member

    Thx will try that, but I do have a concern, why I did not have to do that with my previous ISP?
     
  13. falko

    falko Super Moderator ISPConfig Developer

    Probably they did that for you.
     
  14. aberrio

    aberrio New Member

    that did the trick


    Thx

    Best regards
     

Share This Page