marcinps Napisano Kwiecień 17, 2008 Zgłoszenie Share Napisano Kwiecień 17, 2008 Otóż tak mamy na wirtualnych maszynach 3 fedory 8 z adresami: host1 fe80::20c:29ff:fe34:14f3/64 (na ktorym jest serwer DNS) host2 fe80::20c:29ff:fe76:b0fc/64 host3 fe80::20c:29ff:fe92:7d93/64 Zaktualizowalem binda oczywiscie. Oto moja konfiguracja DNS na hoscie1: 1)resolv.conf ; generated by /sbin/dhclient-script search moja nameserver 212.182.56.184 nameserver 192.168.1.1 nameserver fe80::20c:29ff:fe34:14f3 //dodalem recznie ten wpis 2)named.conf options { directory "/var/named"; listen-on-v6 { any; }; listen-on-v6 port 53 { ::1; }; }; zone "." IN { type hint; file "named.ca"; }; // IPv6 zone files zone "dnstest.com" IN { type master; file "ipv6rules.com"; allow-update { none; }; }; zone "0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.int" IN { //wydaje mi sie ze odwrocony adres IPv6 powinien wygladac tak (chodzi tu chyba o prefiks sieci //fe80::/64) type master; file "revipv6rules.com.arpa"; allow-update { none; }; }; 3)/var/named/ipv6rules.com $ttl 38400 dnstest.com. IN SOA jedy.dnstest.com. root.dnstest.com. ( 1114694017 10800 3600 604800 38400 ) dnstest.com. IN NS jedy.dnstest.com. jedy.dnstest.com. IN AAAA fe80::20c:29ff:fe34:14f3 hostServer1 IN AAAA fe80::20c:29ff:fe76:b0fc hostClient2 IN AAAA fe80::20c:29ff:fe92:7d93 4)/var/named/revipv6rules.com.arpa $ttl 38400 0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.int. IN SOA jedy.dnstest.com . root.dnstest.com. ( 1114694101 10800 3600 604800 38400 ) 0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.int. IN NS jedy.dnstest.com. 3.f.4.1.4.3.e.f.f.f.9.2.c.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.int. IN PTR jedy.dnstest.com. c.f.0.b.6.7.e.f.f.f.9.2.c.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.int. IN PTR hostServer1. 3.9.d.7.2.9.e.f.f.f.9.2.c.0.2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.int. IN PTR hostClient2. 5) [root@localhost ~]# /etc/init.d/named start Uruchamianie named: Error in named configuration: zone dnstest.com/IN: loading from master file ipv6rules.com failed: file not found _default/dnstest.com/IN: file not found zone 0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.int/IN: loading from master file revipv6rules.com.arpa failed: file not found _default/0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.int/IN: file not found //pokazuje ze plikow nie ma a sa w tym takalagu /var/named [ZAWIÓDŁ] 6)[root@localhost ~]# netstat -an | grep ':53' udp 0 0 0.0.0.0:5353 0.0.0.0:* [root@localhost ~]# 7)[root@localhost ~]# named -u named -g 17-Apr-2008 21:02:45.893 starting BIND 9.5.0b1 -u named -g 17-Apr-2008 21:02:45.893 found 1 CPU, using 1 worker thread 17-Apr-2008 21:02:45.898 loading configuration from '/etc/named.conf' 17-Apr-2008 21:02:45.899 listening on IPv6 interfaces, port 53 17-Apr-2008 21:02:45.902 listening on IPv6 interface lo, ::1#53 17-Apr-2008 21:02:45.902 binding TCP socket: address in use 17-Apr-2008 21:02:45.903 listening on IPv4 interface lo, 127.0.0.1#53 17-Apr-2008 21:02:45.904 listening on IPv4 interface eth2, 192.168.1.113#53 17-Apr-2008 21:02:45.911 automatic empty zone: 127.IN-ADDR.ARPA 17-Apr-2008 21:02:45.915 automatic empty zone: 254.169.IN-ADDR.ARPA 17-Apr-2008 21:02:45.915 automatic empty zone: 2.0.192.IN-ADDR.ARPA 17-Apr-2008 21:02:45.915 automatic empty zone: 255.255.255.255.IN-ADDR.ARPA 17-Apr-2008 21:02:45.915 automatic empty zone: 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.0.IP6.ARPA 17-Apr-2008 21:02:45.915 automatic empty 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.ARPA 17-Apr-2008 21:02:45.915 automatic empty zone: D.F.IP6.ARPA 17-Apr-2008 21:02:45.916 automatic empty zone: 8.E.F.IP6.ARPA 17-Apr-2008 21:02:45.916 automatic empty zone: 9.E.F.IP6.ARPA 17-Apr-2008 21:02:45.916 automatic empty zone: A.E.F.IP6.ARPA 17-Apr-2008 21:02:45.916 automatic empty zone: B.E.F.IP6.ARPA 17-Apr-2008 21:02:45.920 command channel listening on 127.0.0.1#953 17-Apr-2008 21:02:45.921 command channel listening on ::1#953 17-Apr-2008 21:02:45.921 ignoring config file logging statement due to -g option 17-Apr-2008 21:02:45.924 zone dnstest.com/IN: loaded serial 1114694017 17-Apr-2008 21:02:45.924 dns_rdata_fromtext: revipv6rules.com.arpa:2: near eol: unexpected end of input 17-Apr-2008 21:02:45.924 zone 0.0.0.0.0.0.0.0.0.0.0.0.0.8.e.f.ip6.int/IN: loading from master file revipv6rules.com.arpa failed: unexpected end of input 17-Apr-2008 21:02:45.927 running 8)[root@localhost ~]# nslookup > jedy.dnstest.com Server: 212.182.56.184 Address: 212.182.56.184#53 ** server can't find jedy.dnstest.com: NXDOMAIN Co jest nie tak z tym moim DNS???nie znam sie na (_linuxa_ → Linuksa) ORT wiec moglem zrobic cos nie tak Bardzo prosze o pomoc, bo chce stworzyc DNS oparty o IPv6 w celach testowych. Odnośnik do komentarza Udostępnij na innych stronach More sharing options...
Rekomendowane odpowiedzi
Jeśli chcesz dodać odpowiedź, zaloguj się lub zarejestruj nowe konto
Jedynie zarejestrowani użytkownicy mogą komentować zawartość tej strony.
Zarejestruj nowe konto
Załóż nowe konto. To bardzo proste!
Zarejestruj sięZaloguj się
Posiadasz już konto? Zaloguj się poniżej.
Zaloguj się