Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.eng.convex.com!newsrelay.netins.net!news.dacom.co.kr!usenet.seri.re.kr!news.cais.net!news.jsums.edu!gatech!newsfeed.internetmci.com!uwm.edu!lll-winken.llnl.gov!parc!fenner From: fenner@parc.xerox.com (Bill Fenner) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: /kernel: arpresolve: can't allocate llinfo ; route panic Date: 5 Apr 1996 01:30:43 GMT Organization: Xerox Palo Alto Research Center Lines: 32 Message-ID: <4k1t43$m95@news.parc.xerox.com> References: <slrn4ln28c.i6q.map@marikit.iphil.net> NNTP-Posting-Host: crevenia.parc.xerox.com In article <slrn4ln28c.i6q.map@marikit.iphil.net>, Miguel A.L. Paraz <map@marikit.iphil.net> wrote: >/kernel: arpresolve: can't allocate llinfo > >and > >/kernel: arplookup 203.176.0.2 failed: host is not on local >network Are you running routed? If so, get the new inet.c from ftp.freebsd.org:/pub/FreeBSD/FreeBSD-stable/src/usr.sbin/routed/inet.c and rebuild; there was a bad bug in routed that could cause errors like these. >This machine is running the Emerging Technologies sync card >When I add the default route through it, > >route add default 204.70.35.117 > >I get: > >panic: rtfree > >and a reboot. It's not clear what 204.70.35.117 represents here -- is that the address of one of your interfaces? Do you get the panic as soon as the route gets added? Is there other IP activity going on that wants to use the default route? Bill