Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2000 20:46:54 +0200
From:      Gabriel Ambuehl <gabriel_ambuehl@buz.ch>
To:        Janko van Roosmalen <janko@compuserve.com>
Cc:        questions@freebsd.org
Subject:   Re[4]: How to setup DNS server?
Message-ID:  <12213829055.20000828204654@buz.ch>
In-Reply-To: <Pine.BSF.4.10.10008282011480.624-100000@parmenides.utp.net>
References:  <Pine.BSF.4.10.10008282011480.624-100000@parmenides.utp.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello Janko,

Monday, August 28, 2000, 8:14:44 PM, you 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 (; ?

Hmm use something like the following:

222.168..192.in-addr.arpa. IN SOA nameserver.hostname.
admin.domain.com.  (2000021553 10800 3600 604800 86400)

222.168.192.in-addr.arpa.  IN NS  ns.hostname.

10.222.168.192.in-addr.arpa.  IN PTR  parmenides.domain.com.
33.222.168.192.in-addr.arpa.  IN PTR  epicuris.domain.com.

and so on...




Best regards,
 Gabriel




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?12213829055.20000828204654>