Bind error

Discussion in 'General' started by Krrose27, Nov 14, 2007.

  1. Krrose27

    Krrose27 New Member

    umm dont know im trying to setup dns and im getting this when i dig my name servers and a domain i have attempt to setup by following the tutorial how to run your own name servers with go daddy.

    root@server1:~# dig @ns1.namesever-secure.com and www.krrose27.com
    ;; reply from unexpected source: 10.0.5.1#53, expected 97.101.41.51#53
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please check in ISPConfig DNS-Manager that all IP addresses used for DNS-Records are external IP addresses.
     
  3. Krrose27

    Krrose27 New Member


    I checked this and they where.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Did the domains that you created work? It might be that this error is just related to the fact that you are in a NAT enviroment.
     
  5. Krrose27

    Krrose27 New Member

    No the site dosent load. Should i forward any ports for my nat?
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Does
    Code:
    dig @localhost and www.krrose27.com
    or
    Code:
    dig @10.0.5.1 and www.krrose27.com
    work?
     
  7. Krrose27

    Krrose27 New Member

    Here you go:

     
    Last edited: Nov 15, 2007
  8. falko

    falko Super Moderator Howtoforge Staff

    That looks ok. But I can't even reach your nameserver:

    Code:
    mh1:~# dig @ns1.namesever-secure.com www.krrose27.com
    
    ; <<>> DiG 9.2.1 <<>> @ns1.namesever-secure.com www.krrose27.com
    ;; global options:  printcmd
    ;; connection timed out; no servers could be reached
    mh1:~# dig @97.101.41.51 www.krrose27.com
    
    ; <<>> DiG 9.2.1 <<>> @97.101.41.51 www.krrose27.com
    ;; global options:  printcmd
    ;; connection timed out; no servers could be reached
    mh1:~#
    Are you sure that your router forwards port 53 (TCP and UDP)?
     
  9. Krrose27

    Krrose27 New Member


    I am prettys ure it did. Ypu could run a port scanner but im 99.9% sure.
     

Share This Page