Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!julius.cs.uiuc.edu!apple!agate!ucbvax!FTP.COM!fks From: fks@FTP.COM (Frances Selkirk) Newsgroups: comp.protocols.tcp-ip.ibmpc Subject: Re: PD NFS Message-ID: <9009282216.AA19946@ftp.com> Date: 28 Sep 90 22:16:17 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 14 The packet drivers allow you (under some conditions) to run two different protocol stacks simultaneously. They do not provide a means for running two stacks of the _same_ protocol simultaneously. This is due to the way demultiplexing works. The packet drivers sort packets by type, sending those for Protocol A to the Protocol A stack, and those for Protocol B to the Protocol B Stack. If both stacks are the same protocol (in this case TCP/IP) this will not work. Also, if both stacks are the same protocol, both will need to receive broadcast packets. You will not be able to get a TCP/IP & NFS package that will coexist with NCSA Telnet. Frances Kirk Selkirk info@ftp.com (617) 246-0900 FTP Software, Inc. 26 Princess Street, Wakefield, MA 01880