[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] BIND and fowarding
- Subject: [ale] BIND and fowarding
- From: stillwaxin at gmail.com (Michael Still)
- Date: Thu, 29 Jun 2006 17:53:31 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
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 ~]$