From owner-freebsd-hackers Sun Jul 21 19:17:48 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA08977 for hackers-outgoing; Sun, 21 Jul 1996 19:17:48 -0700 (PDT) Received: from hq.icb.chel.su (icb-rich-gw.icb.chel.su [193.125.10.34]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA08953 for ; Sun, 21 Jul 1996 19:17:26 -0700 (PDT) Received: (babkin@localhost) by hq.icb.chel.su (8.7.5/8.6.5) id IAA20806 for hackers@freebsd.org; Mon, 22 Jul 1996 08:19:20 +0600 (GMT+0600) From: "Serge A. Babkin" Message-Id: <199607220219.IAA20806@hq.icb.chel.su> Subject: Ethernet-like loopback & IPX To: hackers@freebsd.org Date: Mon, 22 Jul 1996 08:19:19 +0600 (ESD) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have written an Ethernet-like loopback driver. All its interfaces are "connected" to the same virtual Ethernet. The idea is to add the link-level raw socket interface and use it to implement network access from the MS-DOS emulator. It must look like: | | Virtual internal LAN +---- Unix router ------------------------- DOS emulator | | Real LAN It is useful also for experiments with network protocols if you have no real network (like me at home). Is anyone interested in it? By the way, I have fixed the bug (in my opinion) in IPX. It allowed only one link-level (i.e. Ethernet) address for all interfaces. Was it a real bug or feature ? -SB