ODI-TO-PACKET-DRIVER SHIMS Prior to version 3.12, the only way to make TCP/IP connections over ODI with MS-DOS Kermit was through the ODIPKT shim, which converts between the ODI interface and the packet-driver interface. ODIPKT is no longer necessary, except under Windows (because there is, as yet, no equivalent of WINPKT for ODI drivers). There is an ODI to Packet Driver shim available for Token Ring cards which can work with Kermit (and WINPKT). The current version is still in Beta as of this writing (May 93). ODITRPKT is available via FTP from Oklahoma State University host datacomm.ucc.okstate.edu as pub/oditrpkt/beta9.zip. A copy is also available in packet-drivers/new on watsun.cc.columbia.edu, but it might not be as up-to-date as the one at the source. Here is a NET.CFG example using ODITRPKT: LINK DRIVER TOKEN INT 3 FRAME TOKEN-RING FRAME TOKEN-RING_SNAP PROTOCOL IPX E0 TOKEN-RING Protocol IP 0800 TOKEN-RING_SNAP Protocol ARP 0806 TOKEN-RING_SNAP Protocol RARP 8035 TOKEN-RING_SNAP And here is one using Arcnet: LINK DRIVER SMCARCWS INT 3 PORT 300 MEM D0000 Frame NOVELL_RX-NET Protocol IPX FA NOVELL_RX-NET Protocol IP D4 NOVELL_RX-NET Protocol ARP D5 NOVELL_RX-NET Protocol RARP D6 NOVELL_RX-NET At the moment there is no Windows support for Kermit over ODI. Instead we recommend using shim ODIPKT or ODITRPKT over ODI, followed by WINPKT over that to employ a Packet Driver interface into Windows. .