*BSD News Article 21964


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!agate!howland.reston.ans.net!sol.ctr.columbia.edu!news.kei.com!bloom-beacon.mit.edu!ai-lab!life.ai.mit.edu!mycroft
From: mycroft@duality.gnu.ai.mit.edu (Charles Hannum)
Newsgroups: comp.os.386bsd.questions
Subject: Re: NetBSD 0.9 - Name resolution ..
Date: 06 Oct 1993 10:39:02 GMT
Organization: MIT Artificial Intelligence Lab
Lines: 22
Message-ID: <MYCROFT.93Oct6063902@duality.gnu.ai.mit.edu>
References: <5OCT93.12155195@tifrvax.tifr.res.in>
NNTP-Posting-Host: duality.gnu.ai.mit.edu
In-reply-to: bhiksha@tifrvax.tifr.res.in's message of Tue, 5 Oct 1993 12:15:51 GMT


You should mail bug reports to netbsd-bugs@sun-lamp.cs.berkeley.edu.
You will get a more complete response.


In article <5OCT93.12155195@tifrvax.tifr.res.in>
bhiksha@tifrvax.tifr.res.in writes:

   1) The default netstart file has a line : route add $hostname localhost.
      The hostname is read from myname (which is setup during installation)
      and is in the form hostname.domainname, so the command fails. I have
      replaced it with -  route add `hostname -s localhost'

It fails if it can't resolve the name for some reason, yes.

   4) This is not a strictly name resolution problem: the ICMP responses are
      funny, whenever i ping any other machine (wherever), i get a lot of
      duplicate ICMP packets.

Are you using the ne driver?  Try if_ed.c from the NetBSD-current
source on sun-lamp.  (NetBSD-current/src/sys/arch/i386/isa/if_ed.c)