[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]
BIND/named, problemes! :-(
- To:
- Subject: BIND/named, problemes! :-(
- From: alexandre <>
- Date: Sun, 17 Oct 1999 01:24:24 -0400
- Sender:
Oct 17 00:43:30 exacto named[16649]: reloading nameserver
Oct 17 00:43:30 exacto named[16649]: Zone "1.168.192.in-addr.arpa" (file /etc/bind/db.192.168.1.0): No default TTL set using SOA minimum instead
Oct 17 00:43:30 exacto named[16649]: /etc/bind/db.192.168.1.0:1: SOA for "linux.mtl" not at zone top "1.168.192.in-addr.arpa"
Oct 17 00:43:30 exacto named[16649]: /etc/bind/db.192.168.1.0:6: data "linux.mtl" outside zone "1.168.192.in-addr.arpa" (ignored)
Oct 17 00:43:30 exacto named[16649]: master zone "1.168.192.in-addr.arpa" (IN) rejected due to errors (serial 2)
Oct 17 00:43:30 exacto named[16649]: Forwarding source address is [0.0.0.0].1074
Oct 17 00:43:30 exacto named[16649]: Ready to answer queries.
Ca c est les erreurs que j obtiens quand je pars named (dans var/log/daemon.log),
et voici db.192.168.1.0:
-----------------------
linux.mtl. IN SOA exacto.linux.mtl. root.kahunas.linux.mtl. (
2 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire
86400 ) ; Min TTL
; NAMESERVERS
@ IN NS exacto.linux.mtl.
; ADRESSES FOR THE CANONICAL NAMES
1.1.168.192.in-addr.arpa. 86400 IN PTR groovy.linux.mtl.
2.1.168.192.in-addr.arpa. 86400 IN PTR kahunas.linux.mtl.
13.1.168.192.in-addr.arpa. 86400 IN PTR switch.linux.mtl.
14.1.168.192.in-addr.arpa. 86400 IN PTR exacto.linux.mtl.
17.1.168.192.in-addr.arpa. 86400 IN PTR exacto.linux.mtl.
18.1.168.192.in-addr.arpa. 86400 IN PTR lithium.linux.mtl.
19.1.168.192.in-addr.arpa. 86400 IN PTR ppc.linux.mtl.
premierement, comment es ce qu on fait quand on a des des subnet du genre: 255.255.255.240?
les zones ne peuvent pas avoir de netmask on dirait!
Pourquoi ai-je ces erreurs la, quelqu un y comprend quelque chose? :-)
(je veux simplement avoir .mtl qui fonctionne a l interne avant de faire
des VPNs...c est la 1e fois que je setup un DNS server ;)
c est BIND 8.1.2 sous debian potato...les 2 subnet sont:
192.168.1.0 et 192.168.1.16 avec exacto comme gateway interne...
groovy est le firewall... ca marche d un hostname a un ip et dans
le sens contraire, mais je voudrait quand meme éliminer ces erreurs!
pendant qu on y est, voici les modifications a named.conf:
---------------------------------------------------------
zone "linux.mtl" in {
type master;
file "/etc/bind/db.linux";
};
zone "1.168.192.in-addr.arpa" {
type master;
file "/etc/bind/db.192.168.1.0";
};
et voici db.linux:
------------------
linux.mtl. IN SOA exacto.linux.mtl. root.kahunas.linux.mtl. (
2 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire
86400 ) ; Min TTL
; NAMESERVERS
@ IN NS exacto.linux.mtl.
@ IN MX 10 exacto.linux.mtl.
; ADRESSES FOR THE CANONICAL NAMES
localhost 86400 IN A 127.0.0.1
groovy 86400 IN A 192.168.1.1
kahunas 86400 IN A 192.168.1.2
switch 86400 IN A 192.168.1.13
; 2e subnet
lithium 86400 IN A 192.168.1.18
ppc 86400 IN A 192.168.1.19
; gateway interne
exacto 86400 IN A 192.168.1.14
86400 IN A 192.168.1.17
; ALIASES
bob 86400 IN CNAME kahunas
merci!