On 20/06/2011 18:24, Barry Finkel wrote:
"Metropolitan College <Eric Kom>" <eric...@metropolitanstaff.co.za> wrote, in part:

An embedded and charset-unspecified text was scrubbed...
Name: 194.134.41.in-addr.arpa
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20110620/99499308/attachment-0001.ksh>

The attachment:

$TTL 3H
194.134.41.in-addr.arpa.     IN    SOA    ns1.metropolitanbuntu.co.za.    postmaster.metropolitanbuntu.co.za.    (
                8        ; serial
                3600        ; refresh
                900        ; retry
                1209600        ; expire
                43200)        ; default_TTL
;
90.194.134.41.in-addr.arpa.    IN    NS    ns1.metropolitanbuntu.co.za.
91.194.134.41.in-addr.arpa.     IN      NS      ns2.metropolitanbuntu.co.za.
;
194.134.41.in-addr.arpa.     IN     NS    ns1.mweb.co.za.
194.134.41.in-addr.arpa.     IN    NS    ns2.mweb.co.za.
;
90        IN    PTR    ns1.metropolitanbuntu.co.za.
91        IN    PTR    ns2.metropolitanbuntu.co.za.


The NS records are incorrect.  The left-hand side on the

     ns1.metropolitanbuntu
     ns2.metropolitanbuntu

lines should either be

     194.134.41.in-addr.arpa.
or
     @
I tried both syntax, but still have the same errors

The "@" signifies the current origin.  You have the NS records
with a prefix of the last octet of the IP address.  The NS records
for ns[12].mweb are correct, I believe.

See below the new reverse setup:

$TTL 3H
@       IN      SOA     ns1.metropolitanbuntu.co.za.    postmaster.metropolitanbuntu.co.za.     (
                        14              ; serial
                        3600            ; refresh
                        900             ; retry
                        1209600         ; expire
                        43200)          ; default_TTL
;
@       IN      NS      ns1.metropolitanbuntu.co.za.
@       IN      NS      ns2.metropolitanbuntu.co.za.
;
@       IN      NS      ns1.mweb.co.za.
@       IN      NS      ns2.mweb.co.za.
;
90      IN      PTR     ns1.metropolitanbuntu.co.za.
91      IN      PTR     ns2.metropolitanbuntu.co.za.
90      IN      PTR     www.metropolitanbuntu.co.za.

my WAN IP is 41.134.194.88/29

I can't said that the settings was not well done from my ISP, up to now, everything are okay!

The current domain (metropolitanbuntu.co.za) was already registered by me so I was trying to set up my own name servers and update the current domain from CO.ZA domain administrators.

-- 
--  
You Truly

Eric Kom

System Administrator - Metropolitan College

2 Hennie Van Till, White River, 1240
Tel: 013 750 2255 | Fax: 013 750 0105 | Cell: 078 879 1334
eric...@kom.za.net | eric...@namekom.co.za | eric...@erickom.co.za
www.kom.za.net | www.kom.za.org | www.erickom.co.za 

Key fingerprint: 513E E91A C243 3020 8735 09BB 2DBC 5AD7 A9DA 1EF5

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to