From owner-freebsd-questions Thu Jun 29 12:19:33 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id MAA04188 for questions-outgoing; Thu, 29 Jun 1995 12:19:33 -0700 Received: from ix4.ix.netcom.com (ix4.ix.netcom.com [199.182.120.7]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id MAA04182 for ; Thu, 29 Jun 1995 12:19:32 -0700 Received: from by ix4.ix.netcom.com (8.6.12/SMI-4.1/Netcom) id MAA02492; Thu, 29 Jun 1995 12:18:01 -0700 Date: Thu, 29 Jun 1995 12:18:01 -0700 Message-Id: <199506291918.MAA02492@ix4.ix.netcom.com> From: perilous@ix.netcom.com (William Harrison) Subject: More TCP/IP To: questions@FreeBSD.org Sender: questions-owner@FreeBSD.org Precedence: bulk I have worked my way through the netstart script and made two changes: defaultrouter=NO I changed to defaultrouter=204.7.184.1 name_server=NO I changed to YES Ping and telnet work with dotted decimal but not with names. But nslookup works!!! I set up named.boot as a caching server. I downloaded named.ca from internic and set it up. There are no errors when named is run. If I ping to one of the names that happens to be in named.ca, I get the translation to dotted decimal but If I telnet or ping to a name that must be translated by a remote name server I get unknown host. I set up resolv.conf but it didn't help It appears that telnet and ping are talking to named but named isn't looking any further than what is in named.ca bill