OT: DNS Question

JC Woltz jwoltz at gmail.com
Tue Jul 31 18:22:54 IST 2007


On 7/31/07, UxBoD <uxbod at splatnix.net> wrote:
>
> Hi,
>
> I am attempting to setup our own RBL (that bit has gone fine) but on the
> DNS servers I need to define a subdomain.  I have in out db.example.comthe following :-
>
> $TTL 172800     ; 2 days
> $ORIGIN example.com.
> @                       IN SOA  ns1.example.com. root.ns1.example.com. (
>                                 2007073108 ; serial
>                                 900        ; refresh (15 minutes)
>                                 300        ; retry (5 minutes)
>                                 604800     ; expire (1 week)
>                                 2592000    ; minimum (4 weeks 2 days)
>                                 )
>                         NS      ns1
>                         NS      ns2
>
>                         MX      5 mail
>
> ... <All the A records> ...
>
>
> $ORIGIN dnsrbl.example.com.
>                         IN      NS      rblserver.example.com.
>
> If I do a dig against example.com I get back ns1 and ns2.  But if I do a
> dig against dnsrbl.example.com I get nothing.
>
> What is wrong with my syntax ?

UxBoD,

You might need some glue in dnsrbl.example.com for rblserver.example.com, or
move everything into your emaple.com domain.

What if you try something like:

$TTL 172800     ; 2 days
$ORIGIN example.com.
@                       IN SOA  ns1.example.com. root.ns1.example.com. (
                                2007073108 ; serial
                                900        ; refresh (15 minutes)
                                300        ; retry (5 minutes)
                                604800     ; expire (1 week)
                                2592000    ; minimum (4 weeks 2 days)
                                )
                        NS      ns1
                        NS      ns2

                        MX      5 mail

rblserver            IN      A    10.10.1.1
dnsrbl               IN      NS   rblserver.example.com.

JC



Regards,
>
> --[ UxBoD ]--
> // PGP Key: "curl -s https://www.splatnix.net/uxbod.asc | gpg --import"
> // Fingerprint: C759 8F52 1D17 B3C5 5854  36BD 1FB1 B02F 5DB5 687B
> // Keyserver: www.keyserver.net Key-ID: 0x5DB5687B
> // Phone: +44 845 869 2749 SIP Phone: uxbod at sip.splatnix.net
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> --
> MailScanner mailing list
> mailscanner at lists.mailscanner.info
> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>
> Before posting, read http://wiki.mailscanner.info/posting
>
> Support MailScanner development - buy the book off the website!
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20070731/97064830/attachment.html


More information about the MailScanner mailing list