From owner-freebsd-net@FreeBSD.ORG Fri Mar 24 10:49:02 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 194A716A401 for ; Fri, 24 Mar 2006 10:49:02 +0000 (UTC) (envelope-from rea@rea.mbslab.kiae.ru) Received: from rea.mbslab.kiae.ru (rea.mbslab.kiae.ru [144.206.177.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1B5643D49 for ; Fri, 24 Mar 2006 10:49:01 +0000 (GMT) (envelope-from rea@rea.mbslab.kiae.ru) Received: from rea.mbslab.kiae.ru (localhost [127.0.0.1]) by rea.mbslab.kiae.ru (Postfix) with ESMTP id 9A2B1BDAE; Fri, 24 Mar 2006 13:48:59 +0300 (MSK) Received: by rea.mbslab.kiae.ru (Postfix, from userid 1000) id 75E82BB3B; Fri, 24 Mar 2006 13:48:59 +0300 (MSK) Date: Fri, 24 Mar 2006 13:48:59 +0300 From: Eygene Ryabinkin To: Jon Otterholm Message-ID: <20060324104859.GA10570@rea.mbslab.kiae.ru> References: <20060324060140.86793.qmail@web51615.mail.yahoo.com> <4423BE70.2010807@wm-access.no> <4423CBD5.2040208@ide.resurscentrum.se> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <4423CBD5.2040208@ide.resurscentrum.se> X-AV-Checked: Yes! Cc: freebsd-net@freebsd.org Subject: Re: How do you keep users from stealing other user's ip?? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Mar 2006 10:49:02 -0000 > To prevent users from MAC-spoofing - buy a switch with some kind of > "port-security". If you could lock down a port to just one MAC and have a > static ARP on the router it would be pretty hard to spoof the MAC-address. With > another MAC than the one associated with the port you simply will not be able > to talk to anyone. No-no-no, it is _very_ easy to spoof MAC address. For FreeBSD it is just 'ifconfig em0 link 00:11:22:33:44:55'. Almost the same for Linux and pretty easy for Windows. Port security would not prevent MAC spoofing -- you can not rely on the MAC provided by computer since it is easy to determine one for the 'trusted' machine and set yours to that. -- Eygene