Couple things(PTR and Cache)

Thor Kottelin thor at anta.net
Wed Feb 23 09:26:45 UTC 2000



BIND Users Mailing List wrote:

> From: "Robert Everland III" <reverland at orlando.com>

>         I am having problems with PTR can anyone give me a sample how they did
> thiers with multiple domains.

I'm going to guess that you want reverse DNS for a network point to hosts
in different domains.

The boot file is set up as usual. An example zone file would look like
this:

$TTL	86400
$ORIGIN	0.168.192.in-addr.arpa.
@	SOA	ns.domain.example. hostmaster.domain.example.	(
		2000021301 28800 7200 604800 86400		)
	NS	ns.domain.example.
	NS	ns.isp.example.
1	PTR	host-1.domain.example.
2	PTR	host-2.domain.example.
3	PTR	host-1.domain2.example.
4	PTR	host-2.domain2.example.
5	PTR	host-1.domain3.example.
6	PTR	host-2.domain3.example.

> Also if I run a Bind 8 server can it also be
> my DNS server to resolve address for the entire net.

Yes.

Thor

-- 
If you send me mail, please use PGP.
My public key is available on key servers.

For web hosting, see <URL:http://www.virtualis.com/vr/tkotteli/>.




More information about the bind-users mailing list