Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 1996 15:38:53 -0500 (EST)
From:      Jeremy Sigmon <jsigmon@www.hsc.wvu.edu>
To:        dwhite@resnet.uoregon.edu
Cc:        questions@freebsd.org
Subject:   Re: error question
Message-ID:  <Pine.BSF.3.91.961030153429.16783A-100000@www.hsc.wvu.edu>
In-Reply-To: <Pine.BSI.3.94.961029214543.369I-100000@gdi.uoregon.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
> > I am getting the following error:
> > 
> > /kernal: arpresolve: cannot allocate llinfo for 157.182.105.123
> > 
> > 123 is an aliased ip on my machine.
> > This error happens when I run MOMSpider against myself to find bad
> > links at my site.  Am I filling up a network buffer or some such?
> > Should I enlarge something in the kernel?
> 
> No, this is a routing problem.  For some reason the system can't identify
> where 157.182.105.123 is in a routing sense and thus can't get ARP
> information for that address.
> 
> Try adding an explicit route for it.
> 

I have in my rc.local
route -add interface 157.182.105.123 127.0.0.1

route get 157.182.105.123 gives me the answer
   route to: hscnet
destination: hscnet
  interface: ep0
      flags: <UP,HOST,DONE,STATIC>
recvpipe  sendpipe ssthresh rtt,msec  rttvar hopcount  mtu  expire
 16384     16384      0        0        0       0     1500     0

What else should I do?
thanks for the help.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.961030153429.16783A-100000>