Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 6 Sep 2002 08:49:22 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 6 Sep 2002 08:49:22 -0400 Received: from k7g317-2.kam.afb.lu.se ([130.235.57.218]:40344 "EHLO cheetah.psv.nu") by vger.kernel.org with ESMTP id ; Fri, 6 Sep 2002 08:49:22 -0400 Date: Fri, 6 Sep 2002 14:53:58 +0200 (CEST) From: Peter Svensson To: Shaya Potter cc: linux-kernel@vger.kernel.org Subject: Re: virtual ethernet adapter? In-Reply-To: <1031315698.28301.12.camel@zaphod> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1599 Lines: 33 On 6 Sep 2002, Shaya Potter wrote: > from what I can tell, tap just lets a programs use it, but one needs a > user space app behind it (reading and writing to it). It doesn't seem > to have the ability to live on the network like vmware's vmnet stuff > does, perhaps I'm wrong and was confused by the web page. Well, you want at program to read and write ethernet frames, don't you? To What happens is that the operating system sees the data written by the program as coming in over a ethernet interface, a virtual one. To connect that interface to a real one you use the bridging code. I think it is standard in the newer kernels. Otherwise you can download it from http://bridge.sourceforge.net/. Create a bridge and attach both the real ethernet card and the virtual one to it and use the resulting interface br0 (or whatever you choose to call it) instead of the normal ethernet interface. Your program that is attached to the "tap" will now appear as another computer on the same ethernet segment to both your computer and all others attachet the the segment. Peter -- Peter Svensson ! Pgp key available by finger, fingerprint: ! 8A E9 20 98 C1 FF 43 E3 07 FD B9 0A 80 72 70 AF ------------------------------------------------------------------------ Remember, Luke, your source will be with you... always... - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/