From owner-freebsd-net@FreeBSD.ORG Thu Dec 7 07:01:48 2006 Return-Path: X-Original-To: net@FreeBSD.org Delivered-To: freebsd-net@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 62EAB16A4A7; Thu, 7 Dec 2006 07:01:48 +0000 (UTC) (envelope-from ari.suutari@syncrontech.com) Received: from espresso2.syncrontech.com (sync-old.syncrontech.com [213.28.98.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4DBF43CAB; Thu, 7 Dec 2006 07:00:52 +0000 (GMT) (envelope-from ari.suutari@syncrontech.com) Received: from guinness.syncrontech.com (guinness.syncrontech.com [62.71.8.57]) by espresso2.syncrontech.com (8.13.1/8.13.1) with ESMTP id kB771etq092141; Thu, 7 Dec 2006 09:01:40 +0200 (EET) (envelope-from ari.suutari@syncrontech.com) Received: from coffee (asatest1.syncrontech.com [62.71.8.41]) by guinness.syncrontech.com (8.13.4/8.13.4) with SMTP id kB771Yvd034691; Thu, 7 Dec 2006 09:01:39 +0200 (EET) (envelope-from ari.suutari@syncrontech.com) Message-ID: <010801c719cd$88ee09c0$6602a8c0@sad.syncrontech.com> From: "Ari Suutari" To: "Antony Mawer" , "Gleb Smirnoff" References: <200612041538.kB4FcQjk073583@freefall.freebsd.org> <0eaa01c71835$f12055f0$6602a8c0@sad.syncrontech.com> <20061205100407.GB32700@cell.sick.ru> <100a01c71858$64b1efc0$6602a8c0@sad.syncrontech.com> <20061205104832.GD32700@cell.sick.ru> <4575D610.702@mawer.org> Date: Thu, 7 Dec 2006 09:01:29 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="koi8-r"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 Cc: net@FreeBSD.org Subject: Re: kern/104377: [carp] [patch] CARP interface doesn't go up on VmWare 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: Thu, 07 Dec 2006 07:01:48 -0000 Hi, > > > If you are running VMware 5.x, then you can use the em driver (Intel > Pro/1000) instead, which is far more functional than the lnc driver. To > do so: > > 1. Shutdown the VMware system > 2. Locate the *.vmx file for your virtual machine > 3. Open the *.vmx file in your favourite text editor > 4. Add the following line: > > ethernet0.virtualDev = "e1000" > > 5. Save the file, and re-open the VM in VMware > 6. Enjoy a more functional NIC under VMware! Great ! I didn't know this. Well, I guess this problem is solved then. Thanks, Ari S.