hello, i've installed dns server on my woody. i use this command:
apt-get install bind9 then, i added this lines in named.conf --- zone "ayel-blog.org" { type master; file "/etc/bind/db.aye"; } --- then i created a file named db.aye which contains: --- ; ; BIND data file for local loopback interface ; STTL @ IN SOA ayel-blog.org root.ayel-blog.org ( 1; serial 604800; refresh 86400; retry 2419200; expire 604800); negative cache TTL ; IN NS ayel-blog-org. ns1 IN A 172.28.14.1 172.28.14.1 IN PTR ns1 www IN CNAME ns1 --- then i call this command: /etc/init.d/bind9 restart the problem is: i can't ping to www.ayel-blog.org anybody can help me? sincerely, kura batok -- View this message in context: http://www.nabble.com/configuring-dns-server-tp23152049p23152049.html Sent from the Debian User mailing list archive at Nabble.com. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org