named.boot の中身

;
;    boot file for name server
;
directory /etc
; type     domain                source host/file          backup file
;domain	inoue.com.
;cache	.			root.cache
primary	inoue.com.		named.hosts
primary 20.168.192.IN-ADDR.ARPA.	named.hosts.rev
primary 0.0.127.IN-ADDR.ARPA.	named.local
;forwarders 

named.hosts の中身

;name	ttl	class	type	origin	person
@	IN	SOA	inoue.com.	root.inoue.com. (
			17
			1800
			300
			129600

			86400)
;
;name	ttl	class	type	server
	IN	NS		dell.inoue.com.
;$origin	inoue.com.
;
dell	IN	A		192.168.20.xx
530cs	IN	A		192.168.20.xx
psv	IN	A		192.168.20.xx
vintage	IN	A		192.168.20.xx
;
mail	IN	CNAME		dell
www	IN	CNAME		dell
news	IN	CNAME		dell 

named.hosts.rev の中身

@	IN	SOA		dell.inoue.com.	root.inoue.com. (
		17
		1800
		300
		129600
		86400)
;
xx.20.168.192.IN-ADDR.ARPA.	IN	PTR	dell.inoue.com.
xx.20.168.192.IN-ADDR.ARPA.	IN	PTR	530cs.inoue.com.
xx.20.168.192.IN-ADDR.ARPA.	IN	PTR	psv.inoue.com.
xx.20.168.192.IN-ADDR.ARPA.	IN	PTR	vintage.inoue.com.

named.local の中身

@	IN	SOA	dell.inoue.com.	root.inoue.com (
		17
		1800
		300
		129600
		86400)
;
1.0.0.127.IN-ADDR.ARPA.		IN	PTR	localhost.

ホームページへ戻る    『らんらんぷろじぇくと』目次   『こみっくす感想日記』   育児日記