Date: Mon, 28 Aug 2000 20:14:44 +0200 (CEST) From: Janko van Roosmalen <janko@compuserve.com> To: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Re[2]: How to setup DNS server? Message-ID: <Pine.BSF.4.10.10008282011480.624-100000@parmenides.utp.net> In-Reply-To: <19427905546.20000827192553@buz.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 27 Aug 2000, Gabriel Ambuehl wrote: > Having a DNS server for this would save you from the task of keeping > the hosts file synchronous on all hosts. The following zonefile should > do the job: > > @ IN SOA name.of.primary.dns. admin.domain.com. ( > 967940102; Serial > 10800; > 3600; > 604800; > 86400 ) > localhost IN A 127.0.0.1 > parmenides IN A 192.168.222.10 > socrates IN A 192.168.222.254 > epicuris IN A 192.168.222.33 > heraclitus IN A 192.168.222.20 > kuppo IN A 192.168.222.88 > And what about the reverse IN.ARPA zone file (; ? Thanks anyway, Janko van Roosmalen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10008282011480.624-100000>