From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: dosemu multicast w/ dosghsrv (ghost) Date: Thu, 08 Jan 2004 15:51:23 +0300 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3FFD524B.1050804@aknet.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org Hello. Eric Becker wrote: > If I do an lsmod I can see that tun is loaded. I assume I need to be > loading some kind of dos network driver in freedos??? No, you don't need to, as dosemu has a built-in one. However, you have to process the standard sequence of configuring your network interfaces. To begin with, it seems you forgot to even bring the tap0 up with ifconfig. After it is up, you have to connect it with the outside world somehow. You can set up bridging between tap0 and some other ethernet interface for example, see "man brctl". But this is not related to dosemu, just a general things about networking.