From owner-freebsd-current Tue Jun 25 15:41:00 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA02674 for current-outgoing; Tue, 25 Jun 1996 15:41:00 -0700 (PDT) Received: from ns.altadena.net (ns.altadena.net [206.126.128.9]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA02667 for ; Tue, 25 Jun 1996 15:40:58 -0700 (PDT) Received: by ns.altadena.net (Smail3.1.29.1 #8) id m0uYgn3-0003gOC; Tue, 25 Jun 96 15:40 PDT Message-Id: From: pete@ns.altadena.net (Pete Carah) Subject: arp lookup problems on -stable To: current@freebsd.org Date: Tue, 25 Jun 1996 15:40:57 -0700 (PDT) X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a system configured as a router (ethernet p-p connection to a cisco 7k on one port, 4 virtual host addresses on the other ethernet, one of which is the "expected" router port for others on that net. All works fine and it routes as expected, but with all kernel revs since sometime in May it gives me a bunch of messages every 30 seconds (independent of whether I'm running gated, routed, or none): /kernel: arplookup 207.67.184.106 failed: could not allocate llinfo /kernel: arpresolve: can't allocate llinfo for 207.67.184.106 repeated for all of the addresses on the internal network. The messages are annoying but don't "seem" to affect operation? What's going on? -- Pete