【1164:2】InfoSphereスレ
- 1 名前:名無しファイバー :2000/11/11(土) 23:14
- BizIP8使ってサーバをたててみてるのでう
がしかし namedの設定がおかしいらしく逆引きできませんよ 誰か助けてください ****************** named.conf *********************** // generated by named-bootconf.pl options { directory "/var/named"; /* * If there is a firewall between you and nameservers you want * to talk to@` you might need to uncomment the query-source * directive below. Previous versions of BIND always asked * questions using port 53@` but BIND 8.1 uses an unprivileged * port by default. */ // query-source address * port 53; }; // // a caching only nameserver config // zone "." { type hint; file "named.ca"; }; zone "localhost." { type master; file "local.zone"; }; zone "0.0.127.in-addr.arpa." { type master; file "local.rev"; }; zone "hoge.com." { type master; file "hoge.zone"; }; zone "SUB0.0.0.1.in-addr.arpa." { type master; file "hoge.rev"; }; ****************** local.zone *********************** @ IN SOA dns.hoge.com. root.hoge.com. ( 2000103001 ; Serial 10800 ; Refresh 1800 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS hoge.com. localhost. IN NS 127.0.0.1 ****************** local.rev *********************** @ IN SOA dns.hoge.com. root.hoge.com. ( 2000103001 ; Serial 10800 ; Refresh 1800 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS hoge.com. IN NS dns.hoge.com. 1 IN PTR localhost.
- 2 名前:名無しファイバー :2000/11/11(土) 23:18
- ****************** hoge.zone ***********************
@ IN SOA dns.hoge.com. root.hoge.com. ( 2000103001 ; Serial 10800 ; Refresh 1800 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS dns.hoge.com. IN NS dns2.hoge.com. IN MX 10 dns.hoge.com. dns IN A 1.0.0.1 dns2 IN A 1.0.0.2 mail IN CNAME dns.hoge.com. proxy IN CNAME dns.hoge.com. ftp IN CNAME dns2.hoge.com. www IN CNAME dns2.hoge.com. ****************** hoge.rev *********************** $ORIGIN SUB0.0.0.1.in-addr.arpa. @ IN SOA dns.hoge.com. root.hoge.com. ( 2000103001 ; Serial 10800 ; Refresh 1800 ; Retry 3600000 ; Expire 86400 ) ; Minimum IN NS dns.hoge.com. IN NS dns2.hoge.com. IN PTR hoge.com. IN A 255.255.255.248 1 IN PTR dns.hoge.com. (省略されました・・全てを読むにはここを押してください)
|