[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

[linux-users:33031] BIND8 Setup?


上辻@西宮です。

現在BIND8のセットアップをしているのですが、nslookupで下記の
エラーとなります。

# nslookup
40.1.168.192.in-addr.arpa
        origin = odyssey.twinlab.co.jp
        mail addr = postmaster.twinlab.co.jp
        serial = 98081601
        refresh = 10800(3H)
        retry   = 3600(1H)
        expire  = 604800(1W)
        minimum ttl = 86400(1D)
*** Can't find server name for address 192.168.1.40:No information
*** Default servers are not available

対処の方法を教えてください。よろしくお願いします。

----> 環境
RHL4.2
bind-8.1.2

----> ここより設定内容
;--------------------------------------------------------------
;  /etc/sysconfig/network
;
NETWORKING=yes
HOSTNAME=odyssey
DOMAINNAME=twinlab.co.jp
GATEWAY=192.168.1.254
GATEWAYDEV=eth0

;--------------------------------------------------------------
;  /etc/resolv.conf
;
domain twinlab.co.jp
nameserver 192.168.1.40

;--------------------------------------------------------------
;  /etc/named/named.cache
;
.	99999999	IN	NS	odyssey.twinlab.co.jp.
odyssey.twinlab.co.jp.	99999999	IN	A	192.168.1.40


/*
 * BIND8 Configuration files for twinlab.co.jp  /etc/named.conf
 */

options {
	directory "/etc/named";
};

logging {
	category lame-servers { null; };
	category cname { null; };
};

zone "." in {
	type hint;
	file "named.cache";
};

zone "twinlab.co.jp" in {
	type master;
	file "master/twinlab.zone";
};

zone "40.1.168.192.in-addr.arpa" in {
	type master;
	file "master/twinlab.rev";
};

zone "0.0.127.in-addr.arpa" in {
	type master;
	file "master/localhost.rev";
};

zone "localhost" in {
	type master;
	file "master/localhost.zone";
};

;--------------------------------------------------------------
;  /etc/named/master/localhost.zone
;
@	IN	SOA	odyssey.twinlab.co.jp.	postmaster.twinlab.co.jp. (
                98081601	; Serial
                3H		; Secondry Refresh
                1H		; Secondry Retry
                1W		; Expire 1 Week
                1D )		; Resource Minimum 1Day
	IN	A	127.0.0.1

;---------------------------------------------------------------
; /etc/named/master/localhost.rev
;
@	IN	SOA	odyssey.twinlab.co.jp.	postmaster.twinlab.co.jp. (
                98081601	; Serial
                3H		; Secondry Refresh
                1H		; Secondry Retry
                1W		; Expire 1 Week
                1D )		; Resource Minimum 1Day
        IN	NS	odyssey.twinlab.co.jp.
1	IN	PTR	localhost.

;---------------------------------------------------------------
; /etc/named/master/twinlab.zone
;
$ORIGIN twinlab.co.jp.

@	IN	SOA	odyssey.twinlab.co.jp.	postmaster.twinlab.co.jp. (
                98081601	; Serial
                3H		; Secondry Refresh
                1H		; Secondry Retry
                1W		; Expire 1 Week
                1D )		; Resource Minimum 1Day
        IN	MX	10	odyssey.twinlab.co.jp.
        IN	NS	odyssey.twinlab.co.jp.
;
; Name Servers for domain twinlab.co.jp
;
localhost.      IN	A	127.0.0.1
odyssey         IN	A	192.168.1.40
regend          IN	A	192.168.1.1
accord          IN	A	192.168.1.14
civic           IN	A	192.168.1.12
;
; twinlab Alias
;
dns             IN	CNAME	odyssey
mail            IN	CNAME	odyssey
ftp             IN	CNAME	odyssey
www             IN	CNAME	odyssey

;---------------------------------------------------------------
; /etc/named/master/twinlab.rev
;
@	IN	SOA	odyssey.twinlab.co.jp.	postmaster.twinlab.co.jp. (
                98081601	; Serial
                3H		; Secondry Refresh
                1H		; Secondry Retry
                1W		; Expire 1 Week
                1D )		; Resource Minimum 1Day
        IN	NS	odyssey.twinlab.co.jp.
;
; Name Servers for domain twinlab.co.jp
;
1       IN	PTR	regend.twinlab.co.jp.
14      IN	PTR	accord.twinlab.co.jp.
12      IN	PTR	civic.twinlab.co.jp.

<---------- ここまで

--------------------------------------------------------------
上辻  敏之

この情報があなたの探していたものかどうか選択してください。
yes/まさにこれだ!   no/違うなぁ   part/一部見つかった   try/これで試してみる

あなたが探していた情報はどのようなことか、ご自由に記入下さい。特に「まさにこれだ!」と言う場合は記入をお願いします。
例:「複数のマシンからCATV経由でipmasqueradeを利用してWebを参照したい場合の設定について」
Follow-Ups: