Tasha Smith <mailto:[EMAIL PROTECTED]> wrote on Thursday, 30 January
2003 19:10:

> Hiii,
> 
> Im trying to set-up BIND on my LAN. I have one Redhat machine
> acting as a <Firewall, Router, DNS Server> and 2 WINDOWS
> machines behind it. Right now the windows machines are
> configured to have my ISP DNS as there Primary DNS server but
> i want my Linux machine to act as the DNS server.
> 
> #####Redhat 7.3 (2.4.20), Bind-9.2.2rc1#######
> 
> Soo i  think i want to set-up a forwarding name server.
> 
> Soo this is what i got soo far: i created the file called
> /etc/named.conf and in it is: 
> 
> options {
> directory "/var/named";
> forwarders { <IP address of forwarder>; };
> forward only;
> };
> 
> I ran  named-checkconf and no errors.
> 
> I have also created a /var/named  <---directory!  Now im
> confused on the next steps i need after this can someone
> help....And do i need more stuff in my /etc/named.conf file? Thanks
> guys 
> 

I also have in named.conf:
        listen-on {
                127.0.0.1;
                192.168.0.1;   -- address of internal lan eth i/f
        };

to make sure it ignores the outside world (and my mistakes are
less likely to escape).

Not sure about the rest, because I created a bogus internal domain
and populated it with my home PCs IP addresses. Which seemed like a
fun thing at the time (did I say that?) but in the end was a bit
overkill. The kids know the IP numbers of all the machines anyway.
The DNS howto (www.tldp.org) I think was what I mainly followed.

Cameron.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to