From owner-freebsd-stable@FreeBSD.ORG Fri Feb 22 16:48:47 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14D6A16A400 for ; Fri, 22 Feb 2008 16:48:47 +0000 (UTC) (envelope-from louie@transsys.com) Received: from ringworld.transsys.com (ringworld.transsys.com [144.202.0.15]) by mx1.freebsd.org (Postfix) with ESMTP id E90B513C4E5 for ; Fri, 22 Feb 2008 16:48:46 +0000 (UTC) (envelope-from louie@transsys.com) Received: from PM-G5.transsys.com (c-69-141-143-164.hsd1.nj.comcast.net [69.141.143.164]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: louie) by ringworld.transsys.com (Postfix) with ESMTP id 2E3FC5C5E; Fri, 22 Feb 2008 11:17:33 -0500 (EST) From: Louis Mamakos To: sebosik@demax.sk In-Reply-To: <53113.158.193.82.109.1203674963.squirrel@webmail.demax.sk> X-Priority: 3 (Normal) References: <47BE973D.8010607@vwsoft.com> <53113.158.193.82.109.1203674963.squirrel@webmail.demax.sk> Message-Id: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Fri, 22 Feb 2008 11:17:32 -0500 X-Mailer: Apple Mail (2.919.2) Cc: Volker , freebsd-stable@freebsd.org Subject: Re: arp: unknown hardware address X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 16:48:47 -0000 The Address Resolution Protocol (ARP) contains an address format identifiers as part of the frame format. This is so it could be used as generalized solution to discover different types of addresses on a broadcast network. For IP, the address format in the frame ought to be (as I recall) 0x0800 to denote an IPv4 protocol addresses and 0x0001 to denote Ethernet hardware addresses. It seems like some other host on your network has likely emitted malformed ARP messages. UTSL: /usr/src/sys/netinet/if_ether.c:arpintr() louie On Feb 22, 2008, at 5:09 AM, sebosik@demax.sk wrote: > Hi > > I`ve got the same messages on FreeBSD 6-STABLE (tracked every second > week). I think that somebody is using default MAC address on network. > > Best regards > >> Hi! >> >> This morning, I found this in the daily periodic mail from a RELENG_7 >> machine: >> >> +arp: unknown hardware address format (0x0000) >> +arp: unknown hardware address format (0x0000) >> +arp: unknown hardware address format (0x0000) >> +arp: unknown hardware address format (0x0000) >> +arp: unknown hardware address format (0x0000) >> >> I checked my yesterdays' logs and found: >> >> Feb 21 20:56:39 bellona dhcpd: DHCPREQUEST for 192.168.178.20 from >> 00:18:de:a4:b >> 8:6a via aue0: wrong network. >> Feb 21 20:56:39 bellona dhcpd: DHCPNAK on 192.168.178.20 to >> 00:18:de:a4:b8:6a vi >> a aue0 >> Feb 21 20:56:40 bellona kernel: arp: unknown hardware address format >> (0x0000) >> Feb 21 20:56:40 bellona kernel: Feb 21 20:56:40 bellona kernel: arp: >> unknown hardware address format (0x0000) >> Feb 21 20:56:42 bellona kernel: arp: unknown hardware address format >> (0x0000) >> Feb 21 20:56:47 bellona last message repeated 3 times >> Feb 21 20:56:51 bellona dhcpd: DHCPDISCOVER from 00:18:de:a4:b8:6a >> via >> aue0 >> Feb 21 20:56:51 bellona kernel: Feb 21 20:56:51 bellona dhcpd: >> icmp_echorequest 192.168.20.249: Operation not permitted >> Feb 21 20:56:52 bellona dhcpd: DHCPOFFER on 192.168.20.249 to >> 00:18:de:a4:b8:6a (lp4) via aue0 >> >> >> 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #8: Sun Feb 17 19:13:08 CET >> 2008 >> >> The network the dhcp client was requesting (192.168.178.20) is not >> mine, >> dhcpd rejected that address and offered another one. But why does >> FreeBSD complain about the bad hardware address? >> >> Any explanations? >> >> Volker >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org >> " >> > > > --- > Jan Sebosik > sebosik@demax.sk > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org > " >