[ale] BIND and fowarding

Michael Still stillwaxin at gmail.com
Thu Jun 29 17:53:31 EDT 2006


check out the forwarders option in bind.

options {
query-source address * port 53;

        directory "/etc/bind";
        forwarders {
                1.1.1.1; <- isp servers here
                1.1.2.1;
        };
        listen-on {
                127.0.0.1;
        };
};

On 6/29/06, Allan Neal <allanneal at comcast.net> wrote:
> I have BIND 9.3.2 installed and configured as a standard caching name server
> with one fake zone for my internal network.
>
> It currently has a named.ca file generated by dig.  I would like to put one
> other tier in the lookup process.  I would like it to consult my ISP's dns
> servers before going to the root servers.  Is there anyway to do this?
>
> Allan
> --
>  / ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ \
> |  /~~\                                 /~~\  |
> |\ \   |   I would rather be exposed   |   / /|
> | \   /|     to the inconveniences     |\   / |
> |  ~~  |  attending too much liberty   |  ~~  |
> |      |  than to those attending too  |      |
> |      |     small a degree of it.     |      |
> |      |      - Thomas Jefferson       |      |
> |      |                               |      |
>  \     |~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|     /
>   \   /                                 \   /
>    ~~~                                   ~~~
>
>
> _______________________________________________
> Ale mailing list
> Ale at ale.org
> http://www.ale.org/mailman/listinfo/ale
>
>
>


-- 
[stillwaxin at gmail.com ~]$ cat .signature
cat: .signature: No such file or directory
[stillwaxin at gmail.com ~]$



More information about the Ale mailing list