local dns - isp dns - forwarding?

Ryan Moore rmoore at rmoore.dyndns.org
Sat Oct 4 10:53:29 UTC 2003


You really don't have to do much.  I created a top level domain called
".local" for my internal network.  Bind sits on my gateway machine.

Sounds like you already have zone files for ".lanparty".  As long as your
maching running Bind has a real internet connection, just add something
like:

zone "." in {
        type hint;
        file "named.cache";
};

And get the named.cache file from ftp.isc.org.  Bind will go out and query
the root name servers for any domains it isn't authoritative for.

Don't use the 'forwarders' configuration option.  It isn't needed.

On Fri, 3 Oct 2003, Andre N. wrote:

> Hi!
> We are going to organize a little lan party in a few weeks. so we set up =
a
> dhcp, webserver, some gameserver and a dns server.
> our tld is .lanparty and sld is oldgamers. so we can access all server vi=
a
> server1.oldgamers.lanparty, www.oldgamers.lanparty aso. everything is
> working fine.
> but now we also got an internet connection and i would like to forward? t=
he
> requests to internet domains throught our dns server.
>
> our gateway-pc has two nics - 192.168.0.1 is, of course, our local ip. ou=
r
> dhcp server normally assignes all pc=B4s with our local dns server ip. so
> internet doesn=B4t really seem to work. only if i manually add an ip and =
our
> isp=B4s dns in the network config.
>
> could somebody please explain what i have to change to my bind config to
> make our dns server to forward internet domain names to our isp dns serve=
r?
> or maybe just some links or tips what i have to look for would help me a
> lot! :)
>
> thanks!
>
>
> regards
> andre
>
>
>


More information about the bind-users mailing list