From owner-freebsd-questions@FreeBSD.ORG Thu Dec 15 22:19:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFC3B16A41F for ; Thu, 15 Dec 2005 22:19:33 +0000 (GMT) (envelope-from lists@webtent.net) Received: from columbus.webtent.org (static-70-110-70-42.tampfl.fios.verizon.net [70.110.70.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8315143D64 for ; Thu, 15 Dec 2005 22:19:33 +0000 (GMT) (envelope-from lists@webtent.net) Received: from localhost (localhost [127.0.0.1]) by columbus.webtent.org (Postfix) with ESMTP id 83EF3CFAB5 for ; Thu, 15 Dec 2005 17:19:32 -0500 (EST) From: Robert Fitzpatrick To: FreeBSD Content-Type: text/plain Date: Thu, 15 Dec 2005 17:19:31 -0500 Message-Id: <1134685171.477.104.camel@columbus.webtent.org> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1 Content-Transfer-Encoding: 7bit Subject: arp messages X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: robert@webtent.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2005 22:19:33 -0000 I get these messages in the log, these are the mac addresses for NICs all on my network, my switch and destination server: esmtp.webtent.net kernel log messages: > arp: 208.38.145.35 moved from 00:10:e0:01:86:d9 to 00:b0:64:4d:0b:70 on em0 > arp: 208.38.145.42 moved from 00:10:e0:01:86:d9 to 00:b0:64:4d:0b:70 on em0 > arp: 208.38.145.40 moved from 00:b0:64:4d:0b:70 to 00:10:e0:01:b1:7a on em0 > arp: 208.38.145.40 moved from 00:10:e0:01:b1:7a to 00:b0:64:4d:0b:70 on em0 I found this note, is this the proper way to disable these messages in my FreeBSD 5.4 server? http://listserver.uk.freebsd.org/pipermail/freebsd-users/2004-August/009605.html >It's just arp telling you that both nics are on the same network. >This will stop arp messages being logged > >Sysctl net.link.ether.inet.log_arp_movements=0 -- Robert