Path: utzoo!attcan!uunet!decwrl!ucbvax!ANDREW.CMU.EDU!tjh+ From: tjh+@ANDREW.CMU.EDU (Tom Holodnik) Newsgroups: comp.protocols.appletalk Subject: Re: AppleTalk Phase 2 and FastPath Manager II? Message-ID: <4af6C1i00WCo40unYa@andrew.cmu.edu> Date: 24 Jul 90 15:04:33 GMT References: <9007231855.AA11208@jessica.stanford.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 27 > Excerpts from internet.info-appletalk: 23-Jul-90 AppleTalk Phase 2 and > FastP.. morgan@jessica.stanford. (698) > On > every machine I've tried, including a Mac II, IIx, and SE/30, if the > Mac is Ethernet-attached and using AppleTalk Phase 2 and I run the > FastPath Manager II, the Mac freezes when the box containing the names > of the local FastPaths appears. [You probably figured this out, already, Bob... but this is what I understand of the problem.] I've noticed this as well. FastPath Manager doesn't use DDP longs on EtherTalk (like most applications). It uses DDP shorts with type "K" (0x4B, I think). In _Inside AppleTalk_, the authors discouraged the use of DDP short-headers on EtherTalk, but Kinetics/Excelan/Novell and FPM predated that standard (I think). Since DDP short-header packets are removed from EtherTalk Phase 2 (there's no support for them in the AppleTalk driver, I suppose), it wasn't suprising to me that FPM didn't work. Getting it to work would require a lot of work, both on the gateway and on FPM, from what I understand. Hope this helps a bit, -tom