Date: Sun, 27 Aug 2000 19:25:53 +0200 From: Gabriel Ambuehl <gabriel_ambuehl@buz.ch> To: Janko van Roosmalen <janko@compuserve.com> Cc: A Minkstein <andy0383@twcny.rr.com>, freebsd-questions@FreeBSD.ORG Subject: Re[2]: How to setup DNS server? Message-ID: <19427905546.20000827192553@buz.ch> In-Reply-To: <Pine.BSF.4.10.10008271804530.1022-100000@parmenides.utp.net> References: <Pine.BSF.4.10.10008271804530.1022-100000@parmenides.utp.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello Janko, Sunday, August 27, 2000, 6:15:12 PM, you wrote: > Samba does not need a DNS server. You need a "/etc/hosts" file. > My "hosts" file: > 127.0.0.1 localhost.utp.net localhost > 192.168.222.10 parmenides.utp.net parmenides > 192.168.222.254 socrates.utp.net socrates > 192.168.222.33 epicuris.utp.net epicuris > 192.168.222.20 heraclitus.utp.net heraclitus > 192.168.222.88 kuppo.utp.net kuppo 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 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?19427905546.20000827192553>