From owner-freebsd-current@FreeBSD.ORG Wed Apr 4 15:09:16 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A41F8106566C for ; Wed, 4 Apr 2012 15:09:16 +0000 (UTC) (envelope-from rodrigo@bebik.net) Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [IPv6:2a01:e0c:1:1599::12]) by mx1.freebsd.org (Postfix) with ESMTP id 0ECFE8FC15 for ; Wed, 4 Apr 2012 15:09:14 +0000 (UTC) Received: from oldfaithful.bebik.local (unknown [82.227.164.69]) by smtp3-g21.free.fr (Postfix) with ESMTP id 6F009A6270 for ; Wed, 4 Apr 2012 17:09:09 +0200 (CEST) Received: by oldfaithful.bebik.local (Postfix, from userid 1001) id 467392EC69; Wed, 4 Apr 2012 17:15:07 +0200 (CEST) Date: Wed, 4 Apr 2012 17:15:07 +0200 From: Rodrigo OSORIO To: freebsd-current@freebsd.org Message-ID: <20120404151507.GA15006@oldfaithful.bebik.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: Fw: Re: packages that can generate arp storm X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2012 15:09:16 -0000 ----- Forwarded message from Rodrigo OSORIO ----- From: Rodrigo OSORIO Date: Wed, 4 Apr 2012 17:14:21 +0200 To: gahn Subject: Re: packages that can generate arp storm User-Agent: Mutt/1.4.2.3i On 04/04/12 07:33 -0700, gahn wrote: > hi, gurus: > > are freebsd system coming with any packages that could generate arp storm? > > thanks > > > _gahn > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" Hi, There is a few list of ports dealing with arp : net-mgmt/arpscan : simple scanner which sends out arp requests for the given IP addresses. security/arpCounterattack : a program for detecting and remedying "ARP attacks. security/ipguard : listens network for ARP packets and if not listed in 'ethers' file, it will send ARP reply with configured fake address. I'm sure combining those tools together you can obtain a funny arp party ! Regards, - rodrigo ----- End forwarded message -----