Can't find "inverlathia . c o m": no answer

Discussion in 'HOWTO-Related Questions' started by MarteloKpoper, Apr 3, 2017.

  1. MarteloKpoper

    MarteloKpoper New Member

    Hola a todos, estoy haciendo un servidor DNS con BIND en IPV6 y he configurado todo tomando muchos ejemplos pero el server no me da, hago dig inverlathia.com pero esto es lo que me sale,
    Code:
    root@ubuntu:/etc/bind# dig inverlathia.com
    
    ; <<>> DiG 9.9.5-3ubuntu0.13-Ubuntu <<>> inverlathia.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19715
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1
    
    ;; OPT PSEUDOSECTION:
    ; EDNS: version: 0, flags:; udp: 4096
    ;; QUESTION SECTION:
    ;inverlathia.com.        IN    A
    
    ;; AUTHORITY SECTION:
    inverlathia.com.    604800    IN    SOA    inverlathia.com. root.inverlathia.com. 1 604800 86400 2419200 604800
    
    ;; Query time: 6 msec
    ;; SERVER: fe80::20c:29ff:fef7:d5cf%2#53(fe80::20c:29ff:fef7:d5cf)
    ;; WHEN: Mon Apr 03 10:02:57 PDT 2017
    ;; MSG SIZE  rcvd: 85
    
    Code:
     * Starting domain name service... bind9                                                                                                 [ OK ]
    root@ubuntu:/etc/bind# nslookup inverlathia.com
    Server:        fe80::20c:29ff:fef7:d5cf
    Address:    fe80::20c:29ff:fef7:d5cf#53
    
    *** Can't find inverlathia.com: No answer
    
    Agradeceria mucho si examinaran mi configuración y revisaran si tengo algun error,
    /etc/resolv.conf
    Code:
    # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
    #     DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
    nameserver fe80::20c:29ff:fef7:d5cf
    search inverlathia.com
    nameserver 127.0.1.1
    search localdomain com
    named.conf.local
    Code:
    // Consider adding the 1918 zones here, if they are not used in your
    // organization
    //include "/etc/bind/zones.rfc1918";
    
    zone    "inverlathia.com" {
            type master;
            file "/etc/bind/db.inverlathia.com";
    };
    
    zone    "0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa" {
            type master;
            file "/etc/bind/db.revinverlathia.com";
    };
    inverlathia.com
    Code:
    ;
    ; BIND data file for local loopback interface
    ;
    $TTL    604800
    @       IN      SOA     inverlathia.com. root.inverlathia.com. (
                                  1         ; Serial
                             604800         ; Refresh
                              86400         ; Retry
                            2419200         ; Expire
                             604800 )       ; Negative Cache TTL
    ;
    @       IN      NS      server.inverlathia.com.
    inverlathia.com.        IN      AAAA    fe80::20c:29ff:fef7:d5cf
    @       IN      AAAA    fe80::20c:29ff:fef7:d5cf
    server  IN      AAAA    fe80::20c:29ff:fef7:d5cf
    www     IN      CNAME   inverlathia.com.
    0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.arpa,
    Code:
    ;
    ; BIND reverse data file for local loopback interface
    ;
    $TTL    604800
    @       IN      SOA     inverlathia.com. root.inverlathia.com. (
                                  1         ; Serial
                             604800         ; Refresh
                              86400         ; Retry
                            2419200         ; Expire
                             604800 )       ; Negative Cache TTL
    ;
    @       IN      NS      inverlathia.com.
    f.c.5.d.7.f.e.f.f.f.9.2.c.0.2.0 IN      PTR     server.inverlathia.com.
    f.c.5.d.7.f.e.f.f.f.9.2.c.0.2.0 IN      PTR     www.inverlathia.com.
    f.c.5.d.7.f.e.f.f.f.9.2.c.0.2.0 IN      PTR     inverlathia.com.
    Espero poder conseguir alguna ayuda, de antemano muchas gracias :):):D:D
     

Share This Page