Hallo
Ik zit met het volgende probleem. als ik "nslookup www.darche.ict" ingeef op dezelfde virtuele computer als mijn nameserver dan krijg ik volgende error
ik denk dat dit betekent dat het dat adres niet kent.Code:nslookup www.darche.ict Server: 127.0.0.1 Address: 127.0.0.1#53 ** server can't find www.darche.ict: NXDOMAIN
dit zijn mijn configuratiefiles:
named.conf:
master/darche.ict.zone:Code:options { directory "/var/named"; }; zone "." { type hint; file "root.hints"; }; zone "localhost" IN { type master; file "master/localhost.zone"; }; zone "0.0.127.in-addr.arpa" IN { type master; file "master/db.0.0.127"; }; zone "darche.ict" IN { notify no; type master; file "master/darche.ict.zone"; }; zone "10.168.192.in-addr.arpa" IN { notify no; type master; file "master/db.192.168.10"; };
db.192.168.10Code:$TTL 86400 $ORIGIN darche.ict. ;onderstaande regel = localhost 1D IN SOA ns.darche.ict. root.darche.ict. @ IN SOA ns.darche.ict. root.darche.ict. ( 2010042601; serial 3H; refresh 15;retry 1W; expire 3H; minimum ); IN NS ns IN MX 10 mail.darche.ict. ; onderstaande regel = localhost 1D IN A 127.0.0.1 localhost IN A 127.0.0.1 sv IN A 192.168.10.1 pc2 IN A 192.168.10.2 pc3 IN A 192.168.10.3 pc4 IN A 192.168.10.4 pc5 IN A 192.168.10.5 www IN CNAME sv mail IN CNAME sv pc1 IN CNAME sv ns IN CNAME sv
ik zit er echt al de hele dag op te zoeken maar vind niets volgens mij staat www.darche.ict er toch tussen.Code:$TTL 1D $ORIGIN 10.168.192.in-addr.arpa. @ IN SOA ns.darche.ict. root.darche.ict. ( 2010042601; serial 3H; refresh 15; retry 1W; expire 3H; minimum ); IN NS ns.darche.ict. ; 1 IN PTR sv.darche.ict. 1 IN PTR www.darche.ict. 1 IN PTR mail.darche.ict. 1 IN PTR ns.darche.ict. 1 IN PTR pc1.darche.ict. 2 IN PTR pc2.darche.ict. 3 IN PTR pc3.darche.ict. 4 IN PTR pc4.darche.ict. 5 IN PTR pc5.darche.ict.
het is een schoolopgave en daarom dat het eindig op ict. want normaal lukt dit niet maar dit is juist de bedoeling en moet zo blijven
Kan iemand mij helpen pleasse

Likes:


Quote