** named.conf
:/*
* A simple BIND 8 configuration
*/
options {
directory "/var/named";
forwarders {
164.100.180.2;
164.100.3.1;
};
};
logging {
category lame-servers { null; };
category cname { null; };
};
zone "." in {
type hint;
file "root.cache";
};
zone "0.0.127.in-addr.arpa" in {
type master;
file "master/127.0.0";
};
zone "242.100.164.in-addr.arpa" in {
type master;
file "master/164.100.242";
};
zone "cirg.up.nic.in" in {
type master;
file "master/cirg.up.nic.in";
};
zone "localhost" in {
type master;
file "master/localhost";
};
zone "1.168.192.in-addr.arpa" in {
type master;
file "master/192.168.1";
};
****************
;127.0.0
@ IN SOA localhost. root.localhost.
(
1998090801 ; serial
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum
NS up.nic.in.
NS nicnet.nic.in.
NS localhost.
1 PTR localhost.
******************
;164.10.242 file
;$ORIGIN 100.164.in-addr.arpa.
@ IN SOA cirg.up.nic.in. root.cirg.up.nic.in.
(
1998090801
3H
15M
1W
1D
)
NS up.nic.in.
NS nicnet.nic.in.
NS cirg.up.nic.in.
130 PTR cirg.up.nic.in.
131 PTR goat.up.nic.in.
132 PTR cirg2.up.nic.in.
133 PTR cirg3.up.nic.in.
134 PTR cirg4.up.nic.in.
***************************
;cirg.up.nic.in
@ IN SOA cirg.up.nic.in. root.cirg.up.nic.in.
(
1998090401
3H
15M
1W
1D
)
NS up.nic.in.
NS nicnet.nic.in.
NS cirg.up.nic.in.
localhost A 127.0.0.1
up.nic.in A 164.100.180.2
nicnet.nic.in A 164.100.3.1
cirg A 164.100.242.130
MX 10 cirg.up.nic.in.
MX 20 up.nic.in.
cirg1 A 164.100.242.131
MX 10 cirg1.cirg.up.nic.in.
MX 20 up.nic.in.
www A 164.100.242.130
MX 10 www.cirg.up.nic.in.
MX 20 up.nic.in.
cirg2 A 164.100.242.132
MX 10 cirg2.cirg.up.nic.in.
MX 20 up.nic.in.
cirg3 A 164.100.242.133
MX 10 cirg3.cirg.up.nic.in.
MX 20 up.nic.in.
cirg4 A 164.100.242.134
MX 10 cirg4.cirg.up.nic.in.
MX 20 up.nic.in.
***************
;localhost
@ IN SOA localhost. root.localhost.
(
1998090801 ; Serial number
3H ; Refresh
15M ; Retry
1W ; Expire
1D ) ; TTL
NS localhost.
NS nicnet.nic.in.
MX 5 cirg.up.nic.in.
MX 9 up.nic.in.
MX 10 nicnet.nic.in.
;
localhost A 127.0.0.1
cirg.up.nic.in A 164.100.242.130
nicnet.nic.in A 164.100.3.1
up.nic.in A 164.100.180.2
1 PTR localhost.
**************
;192.168.1
@ IN SOA cirg.up.nic.in. root.cirg.up.nic.in.
(
1998090401 ; Serial number
3H ; Refresh
15M ; Retry
1W ; Expire
1D ) ; Minimum TTL
NS up.nic.in.
NS nicnet.nic.in.
NS cirg.up.nic.in.
1 PTR linserver.
50 PTR director.
150 PTR health.
****************
> Him...taht's strange...what version of bind package do you use? Maybe is
> the problem with the zone "." definition. For a good help please attache
> the bind configuration files!
>
> Antoniu-George SAVU
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu