On Thu, Mar 07, 2002 at 10:48:54AM -0700, Greg Caskey wrote:
> 
> 
> 1. The 2nd NIC's IP address is 10.0.0.1 for the internal machines.  Would my
> named.conf look like this:
> 
> options {
>         directory "/var/named";
> };

Make it this:

options {
        directory "/var/named";
        forwarders { ISP backup 1 IP; ISP backup 2 IP; };
        forward only;
        listen-on { 10.0.0.1; };
};

> Or should it be for 10.0.0.1 instead of 127.0.0.1?

Nope. All DNS servers are masters for 127.0.0 since 127.0.0.1
always points to the local machine.

> 2. The /etc/resolv.conf file should be as follows with my server as the
> caching server?

Brillant.

> Is there anything else I need to setup?

You'll need the /var/named/named.local file specified in named.conf .

Emmanuel



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to