Date: Sat, 30 Sep 2000 15:14:08 +0200 (CEST) From: Janko van Roosmalen <janko@compuserve.com> To: Ignacio <izelaya@infovia.com.ar> Cc: fbsd <questions@FreeBSD.ORG> Subject: Re: DNS & FlashPlugin Message-ID: <Pine.BSF.4.10.10009301444210.438-100000@parmenides.utp.net> In-Reply-To: <39D4A6D5.418D9B48@infovia.com.ar>
index | next in thread | previous in thread | raw e-mail
You can run a caching DNS. I use the following "named.conf" file:
# modified "named.conf" to cache only
options {
directory "/etc/namedb";
forwarders { 193.172.127.93; 193.172.127.94; };
forward only;
};
zone "." {
type hint;
file "named.root";
};
# end of named.conf
You have to edit the ip addresses of the forwarders directive to reflect
your ISP DNS servers.
Change the nameserver entries in "/etc/resolv.conf" to one entry with 127.0.0.1
It is very instructive to investigate the cache after some emailing or
websurfing. The cache can be dumped to a file with "ndc dumpdb" or by
sending a hup signal to the named process.
===Janko van Roosmalen - Vught - Netherlands===
On Fri, 29 Sep 2000, Ignacio wrote:
> 1) Can I run a DNS in my box, if i have a ppp link
> an dynamic addresses assigned by my isp?
>
> 2) I can't run flash plugin on netscape.
> Communicator dies w/ core dump.
> Is there a stable flash plugin?
> --
> Ignacio Zelaya
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10009301444210.438-100000>
