Details
Radu Malica
thejoker@infostream.ro
Wed, 07 Jun 2000 14:51:16 +0300
This is a multi-part message in MIME format.
--------------A0117794FD5E2F91D6CF4B74
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Here are 2 files the named.conf entry and the zone file itself. I tried
to do it like in the FAQ at 6bone.net
Radu
--------------A0117794FD5E2F91D6CF4B74
Content-Type: text/plain; charset=us-ascii;
name="2001:600.rev"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="2001:600.rev"
@ IN SOA box.infostream.ro. root.infostream.ro. (
3047124
3H
15M
1W
1D)
IN NS ns.infostream.ro.
IN NS box.infostream.ro.
1 IN PTR UUnet-ipv6-gw.ipv6.infostream.ro.
2 IN PTR UUnet-infostream.ipv6.infostream.ro.
3 IN PTR home.ipv6.infostream.ro.
4 IN PTR home-gw.ipv6.infostream.ro.
--------------A0117794FD5E2F91D6CF4B74
Content-Type: text/plain; charset=us-ascii;
name="named.conf"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="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 "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
zone "45.168.192.in-addr.arpa" {
type master;
file "45.rev";
};
zone "infostream.ro" {
type master;
file "infostream.zone";
allow-query { any; };
allow-transfer { 212.35.143.68; 212.35.143.65; 192.162.16.31; 192.162.16.21; 193.230.1/24; 212.212.180.111; 212.35.143.64/26; };
};
zone "LaoMa.info-stream.org" {
type master;
file "laoma.zone";
allow-query { 194.119.238.162 ;127.0.0.1; 194.119.232.3; 194.119.232.2; 212.35.143.65; 194.134.0.67; 194.134.0.12; 212.35.143.68; 207.172.3.20; 206.138.112.20; 207.172.3.21; 207.172.3.22; };
allow-transfer { none; };
};
zone "64/26.143.35.212.in-addr.arpa" {
type master;
allow-query { any; };
allow-transfer { 212.35.143.68; 212.35.143.65; 192.16.16.21; 192.162.16.31; 193.230.1/24; };
file "infostream.rev";
};
zone "128/25.75.102.194.in-addr.arpa" {
type master;
allow-query { any; };
file "75.rev";
};
zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.int" {
type master;
file "localhost.ipv6";
};
zone "ipv6.infostream.ro" {
type master;
file "ipv6.zone";
};
zone "f.c.0.8.4.0.0.0.0.0.6.0.1.0.0.2.ip6.int" {
type master;
file "2001:600.rev";
};
zone "info-stream.org" {
type master;
allow-query { any; };
allow-transfer { 212.35.143.65; 193.230.1/24; 212.212.180.111; 212.35.143.64/26; };
file "infostream.org";
};
zone "if-net.org" {
type master;
file "ifnet.zone";
allow-query { any; };
allow-transfer { any; };
};
--------------A0117794FD5E2F91D6CF4B74--