• Re:

    From Michael De Roover@isc@nixmagic.com to bind-users on Sun Jun 28 12:05:30 2020
    From Newsgroup: comp.protocols.dns.bind

    This is a multi-part message in MIME format. --------------7661523B16D45BC8FE3A2CC2
    Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit

    I just tried to make an exception like this in
    /etc/bind/named.conf.local for .oss (at least its lack of ICANN
    accreditation is useful for something now) and it did indeed use the
    other name server (theirs rather than my usual Cloudflare).

    On 6/28/20 6:43 AM, baalchina wrote:
    Hi all,

    I had a bind 9.16.4 as recursive name server. I want to forward all
    queries to a specific dns server out of my net such as 8.8.8.8. While
    I have a new domain( such as abc.com <http://abc.com>) I want to
    forward to a new dns server such as 9.9.9.9.

    Here is my named.conf:


    options {
            listen-on port 53 {192.168.1.1;};
            recursion yes;
            allow-recursion {any;};
            forwarders {
                    8.8.8.8;
            };
    };

    zone "abc.com <http://abc.com>" {
            type forward;
            forwarders {1.1.1.1;};

    };

    So, in this configuration, the abc.com <http://abc.com> will be
    forward to 8.8.8.8 or 1.1.1.1?

    Thanks.




    --
    from:baalchina

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

    ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information.


    bind-users mailing list
    bind-users@lists.isc.org
    https://lists.isc.org/mailman/listinfo/bind-users
    --
    Met vriendelijke groet / Best regards,
    Michael De Roover

    --------------7661523B16D45BC8FE3A2CC2
    Content-Type: text/html; charset=utf-8
    Content-Transfer-Encoding: 8bit

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    </head>
    <body>
    <p>I just tried to make an exception like this in
    /etc/bind/named.conf.local for .oss (at least its lack of ICANN
    accreditation is useful for something now) and it did indeed use
    the other name server (theirs rather than my usual Cloudflare).<br>
    </p>
    <div class="moz-cite-prefix">On 6/28/20 6:43 AM, baalchina wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:CAAbBLB18Oz9ozMT+=SYtu61FqZ=0WWMEQj=eV2Bg4NacmC1taA@mail.gmail.com">
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
    <div dir="ltr">Hi all, 
    <div><br>
    </div>
    <div>I had a bind 9.16.4 as recursive name server. I want to
    forward all queries to a specific dns server out of my net
    such as 8.8.8.8. While I have a new domain( such as <a
    href="http://abc.com" moz-do-not-send="true">abc.com</a>) I
    want to forward to a new dns server such as 9.9.9.9.</div>
    <div><br>
    </div>
    <div>Here is my named.conf:</div>
    <div><br>
    </div>
    <div><br>
    </div>
    <div>options {<br>
            listen-on port 53 {192.168.1.1;};<br>
            recursion yes;<br>
            allow-recursion {any;};<br>
            forwarders {<br>
                    8.8.8.8;<br>
            };<br>
    };<br>
    <br>
    zone "<a href="http://abc.com" moz-do-not-send="true">abc.com</a>"
    {<br>
            type forward;<br>
            forwarders {1.1.1.1;};<br>
    <br>
    };<br>
    <br>
    </div>
    <div>So, in this configuration, the <a href="http://abc.com"
    moz-do-not-send="true">abc.com</a> will be forward to
    8.8.8.8 or 1.1.1.1?</div>
    <div><br>
    </div>
    <div>Thanks.</div>
    <div><br>
    </div>
    <div><br>
    </div>
    <div><br>
    </div>
    <div>
    <div><br>
    </div>
    -- <br>
    <div dir="ltr" class="gmail_signature"
    data-smartmail="gmail_signature">from:baalchina</div>
    </div>
    </div>
    <br>
    <fieldset class="mimeAttachmentHeader"></fieldset>
    <pre class="moz-quote-pre" wrap="">_______________________________________________
    Please visit <a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list

    ISC funds the development of this software with paid support subscriptions. Contact us at <a class="moz-txt-link-freetext" href="https://www.isc.org/contact/">https://www.isc.org/contact/</a> for more information.


    bind-users mailing list
    <a class="moz-txt-link-abbreviated" href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a>
    <a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a>
    </pre>
    </blockquote>
    <div class="moz-signature">-- <br>
    Met vriendelijke groet / Best regards,<br>
    Michael De Roover</div>
    </body>
    </html>

    --------------7661523B16D45BC8FE3A2CC2--
    --- Synchronet 3.18a-Linux NewsLink 1.113
  • From Ben Croswell@ben.croswell@gmail.com to ML BIND Users on Sun Jun 28 05:18:07 2020
    From Newsgroup: comp.protocols.dns.bind

    --000000000000cbf19205a92242d3
    Content-Type: text/plain; charset="UTF-8"

    In this case a zone level forwarder takes priority over the global
    forwarder. Abc.com would go to 1.1.1.1

    On Sat, Jun 27, 2020, 11:44 PM baalchina <baalchina@gmail.com> wrote:

    Hi all,

    I had a bind 9.16.4 as recursive name server. I want to forward all
    queries to a specific dns server out of my net such as 8.8.8.8. While I
    have a new domain( such as abc.com) I want to forward to a new dns server such as 9.9.9.9.

    Here is my named.conf:


    options {
    listen-on port 53 {192.168.1.1;};
    recursion yes;
    allow-recursion {any;};
    forwarders {
    8.8.8.8;
    };
    };

    zone "abc.com" {
    type forward;
    forwarders {1.1.1.1;};

    };

    So, in this configuration, the abc.com will be forward to 8.8.8.8 or
    1.1.1.1?

    Thanks.




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

    ISC funds the development of this software with paid support
    subscriptions. Contact us at https://www.isc.org/contact/ for more information.


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


    --000000000000cbf19205a92242d3
    Content-Type: text/html; charset="UTF-8"
    Content-Transfer-Encoding: quoted-printable

    <div dir=3D"auto">In this case a zone level forwarder takes priority over t=
    he global forwarder. Abc.com would go to 1.1.1.1</div><br><div class=3D"gma= il_quote"><div dir=3D"ltr" class=3D"gmail_attr">On Sat, Jun 27, 2020, 11:44=
    PM baalchina &lt;<a href=3D"mailto:baalchina@gmail.com">baalchina@gmail.co= m</a>&gt; wrote:<br></div><blockquote class=3D"gmail_quote" style=3D"margin=
    :0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr">H=
    i all,=C2=A0<div><br></div><div>I had a bind 9.16.4 as recursive name serve=
    r. I want to forward all queries to a specific dns server out of my net suc=
    h as 8.8.8.8. While I have a new domain( such as <a href=3D"http://abc.com"=
    target=3D"_blank" rel=3D"noreferrer">abc.com</a>) I want to forward to a n=
    ew dns server such as 9.9.9.9.</div><div><br></div><div>Here is my named.co= nf:</div><div><br></div><div><br></div><div>options {<br>=C2=A0 =C2=A0 =C2=
    =A0 =C2=A0 listen-on port 53 {192.168.1.1;};<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0=
    recursion yes;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0 allow-recursion {any;};<br>= =C2=A0 =C2=A0 =C2=A0 =C2=A0 forwarders {<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 8.8.8.8;<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0 };<br>};<b= r><br>zone &quot;<a href=3D"http://abc.com" target=3D"_blank" rel=3D"norefe= rrer">abc.com</a>&quot; {<br>=C2=A0 =C2=A0 =C2=A0 =C2=A0 type forward;<br>= =C2=A0 =C2=A0 =C2=A0 =C2=A0 forwarders {1.1.1.1;};<br><br>};<br><br></div><= div>So, in this configuration, the <a href=3D"http://abc.com" target=3D"_bl= ank" rel=3D"noreferrer">abc.com</a> will be forward to 8.8.8.8 or 1.1.1.1?<= /div><div><br></div><div>Thanks.</div><div><br></div><div><br></div><div><b= r></div><div><div><br></div>-- <br><div dir=3D"ltr" data-smartmail=3D"gmail= _signature">from:baalchina</div></div></div> _______________________________________________<br>
    Please visit <a href=3D"https://lists.isc.org/mailman/listinfo/bind-users" = rel=3D"noreferrer noreferrer" target=3D"_blank">https://lists.isc.org/mailm= an/listinfo/bind-users</a> to unsubscribe from this list<br>

    ISC funds the development of this software with paid support subscriptions.=
    Contact us at <a href=3D"https://www.isc.org/contact/" rel=3D"noreferrer n= oreferrer" target=3D"_blank">https://www.isc.org/contact/</a> for more info= rmation.<br>


    bind-users mailing list<br>
    <a href=3D"mailto:bind-users@lists.isc.org" target=3D"_blank" rel=3D"norefe= rrer">bind-users@lists.isc.org</a><br>
    <a href=3D"https://lists.isc.org/mailman/listinfo/bind-users" rel=3D"norefe= rrer noreferrer" target=3D"_blank">https://lists.isc.org/mailman/listinfo/b= ind-users</a><br>
    </blockquote></div>

    --000000000000cbf19205a92242d3--
    --- Synchronet 3.18a-Linux NewsLink 1.113