dnshost# uname -a
FreeBSD dnshost 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386
dnshost# named -v named 8.3.7-REL Sun Jan 2 13:17:40 PST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/usr.sbin/named
dnshost# nslookup www.washington.edu Server: localhost Address: 127.0.0.1
*** localhost can't find www.washington.edu: Server failed dnshost# !! nslookup www.washington.edu Server: localhost Address: 127.0.0.1
Non-authoritative answer: Name: www.washington.edu Addresses: 140.142.15.233, 140.142.3.7, 140.142.3.35, 140.142.15.163
dnshost# !! nslookup www.usenix.org Server: localhost Address: 127.0.0.1
Non-authoritative answer: Name: db.usenix.org Address: 131.106.3.253 Aliases: www.usenix.org
options { directory "/etc/namedb"; pid-file "/var/run/named/pid"; };
zone "." { type hint; file "tables/named.root"; };
zone "0.0.127.IN-ADDR.ARPA" { type master; file "tables/db.localhost"; };
zone "hersant.dyndns.org" { type master; file "tables/db.hersant.dyndns.org"; };
zone "2.168.192.in-addr.arpa" { type master; file "tables/db.2.168.192.in-addr.arpa"; }; _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"