From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: IPX route Date: Tue, 24 Dec 2002 13:26:13 +0300 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3E083645.3070807@yahoo.com> 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. kandan bala wrote: > Yes. I also run. My doubt is how ipx packets > handled in kernel and > routed to corresponding dosemu session by sharing > a single device , eth0. Well, this actually depends on the application. If it doesn't specify the port number when opens a socket, then the port will be assined to it dynamically. Then the proper dosemu session will be identified by the port numbers used by its sockets. However, as some programs wants a specific port number to operate, they will not work simultaneously, so the dosnet is a more generic solution.