ask if everyone can resolve this DNS

Allan T. Parreno allan at iloilo.fapenet.org
Fri Jun 2 08:47:12 UTC 2000


okey.. thanks..

heres my named.conf

// generated by named-bootconf.pl

options {
        directory "/var/named";
        /*
         * If there is a firewall between you and nameservers you want
         * to talk to, you might need to uncomment the query-source
         * directive below.  Previous versions of BIND always asked
         * questions using port 53, but BIND 8.1 uses an unprivileged
         * port by default.
         */
        // query-source address * port 53;
};

//
// a caching only nameserver config

logging {
        category lame-servers { null; };
        };

zone "iloilo.fapenet.org" IN {
        type master;
        file "db.iloilo.fapenet.org";
};

zone "244.134.202.in-addr.arpa" IN {
        type master;
        file "db.202.134.244";
};

zone "." IN {
        type hint;
        file "named.ca";
};

zone "0.0.127.in-addr.arpa" IN {
        type master;
        file "db.127.0.0";
};

logging {
        channel xfer-log {
                file "/var/log/bind-xfer.log";
                print-category yes;
                print-severity yes;
                print-time yes;
                severity info;
     };
        category xfer-in { xfer-log; };
        category xfer-out { xfer-log; };
        category notify { xfer-log; };
        category load { xfer-log; };
};


here's my db.iloilo.fapenet.org

iloilo.fapenet.org.     IN      SOA     sun1.iloilo.fapenet.org.
root.iloilo.fa$
                        12.16           ; Serial
                        10800           ; Refresh after 3 hours
                        3600            ; Retry after 1 hour
                        604800          ; Expire after 1 week
                        86400 )         ; Minimum TTL of 1 day
;
; Name server
;

iloilo.fapenet.org.     IN      NS      sun1.iloilo.fapenet.org.
iloilo.fapenet.org.     IN      NS      atlas.iloilo.fapenet.org.
iloilo.fapenet.org.     IN      NS      ns1.fapenet.org.

localhost.iloilo.fapenet.org.   IN      A       127.0.0.1

iloilo.fapenet.org.     IN      MX      10      sun1.iloilo.fapenet.org.
iloilo.fapenet.org.     IN      MX      20      galileo.fapenet.org.

sun1.iloilo.fapenet.org.        IN      A       202.134.244.1
atlas.iloilo.fapenet.org.       IN      A       202.134.244.2
flick.iloilo.fapenet.org.       IN      A       202.134.244.3
proxy.iloilo.fapenet.org.       IN      A       202.134.244.2
;                               IN      A       202.134.244.3

mail.iloilo.fapenet.org.        IN      CNAME   sun1.iloilo.fapenet.org.
www1.iloilo.fapenet.org.        IN      CNAME   sun1.iloilo.fapenet.org.
gateway.iloilo.fapenet.org.     IN      CNAME   flick.iloilo.fapenet.org.
www.iloilo.fapenet.org.         IN      CNAME   atlas.iloilo.fapenet.org.
linux1.iloilo.fapenet.org.      IN      CNAME   atlas.iloilo.fapenet.org.

router1.iloilo.fapenet.org.     IN      A       202.134.244.62
router2.iloilo.fapenet.org.     IN      A       202.134.244.61
router3.iloilo.fapenet.org.     IN      A       202.134.244.60

ovh-ilo1.iloilo.fapenet.org.    IN      A       202.134.244.12
ovh-ilo2.iloilo.fapenet.org.    IN      A       202.134.244.13
ovh-ilo3.iloilo.fapenet.org.    IN      A       202.134.244.14
ovh-ilo4.iloilo.fapenet.org.    IN      A       202.134.244.15



and here's my reverse db.202.134.244

244.134.202.in-addr.arpa.       IN      SOA     sun1.iloilo.fapenet.org.
root.s$
                                12.09           ; Serial
                                10800           ; Refresh after 3 hours
                                3600            ; Retry after 1 hour
                                604800          ; Expire after 1 Week
                                86400 )         ; Minimum TTL of 1 Day
;
; Name servers
;
244.134.202.in-addr.arpa.       IN      NS      sun1.iloilo.fapenet.org.
244.134.202.in-addr.arpa.       IN      NS      atlas.iloilo.fapenet.org.
244.134.202.in-addr.arpa.       IN      NS      ns1.fapenet.org.

; Servers

1.244.134.202.in-addr.arpa.     IN      PTR     sun1.iloilo.fapenet.org.
2.244.134.202.in-addr.arpa.     IN      PTR     atlas.iloilo.fapenet.org.
3.244.134.202.in-addr.arpa.     IN      PTR     flick.iloilo.fapenet.org.

; Routers

60.244.134.202.in-addr.arpa.    IN      PTR	router3.iloilo.fapenet.org.
61.244.134.202.in-addr.arpa.    IN      PTR	router2.iloilo.fapenet.org.
62.244.134.202.in-addr.arpa.    IN      PTR	router1.iloilo.fapenet.org.

;office used

12.244.134.202.in-addr.arpa.    IN      PTR	ovh-ilo1.iloilo.fapenet.org.
13.244.134.202.in-addr.arpa.    IN      PTR	ovh-ilo2.iloilo.fapenet.org.
14.244.134.202.in-addr.arpa.    IN      PTR	ovh-ilo3.iloilo.fapenet.org.
15.244.134.202.in-addr.arpa.    IN      PTR	ovh-ilo4.iloilo.fapenet.org.


thanks.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
a l l a n  t.  p a r r e n o		  email: atparreno at onevirtual.com
e c c n e t - i l o i l o
-
I am not afraid of tomorrow, for I have seen yesterday and I love today.




More information about the bind-users mailing list