From owner-freebsd-net@FreeBSD.ORG Mon May 15 23:10:06 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 9136116B2F6 for ; Mon, 15 May 2006 23:10:06 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25C3943D45 for ; Mon, 15 May 2006 23:10:05 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 5DAF85FE6; Mon, 15 May 2006 19:10:05 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LWlHFjyitZY4; Mon, 15 May 2006 19:10:04 -0400 (EDT) Received: from [199.103.21.238] (pan.codefab.com [199.103.21.238]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 3C6665FD1; Mon, 15 May 2006 19:10:04 -0400 (EDT) In-Reply-To: <000c01c67873$dc8a9680$0201a8c0@oxy> References: <000c01c67873$dc8a9680$0201a8c0@oxy> Mime-Version: 1.0 (Apple Message framework v750) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1A527B5C-C505-46A7-BA90-C5329C667FE1@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 15 May 2006 19:10:03 -0400 To: OxY X-Mailer: Apple Mail (2.750) Cc: freebsd-net@freebsd.org Subject: Re: changing default route 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: Mon, 15 May 2006 23:10:08 -0000 On May 15, 2006, at 7:04 PM, OxY wrote: > have two interfaces with the same ip, em0 connected to another > server with crosslink, em1 is the public, can be reached from the > internet connected to a switch. Don't do that. Use bridging instead, if appropriate. -- -Chuck