Using LWP DOS with Windows for WorkGroups (revised). This text file is to explain how to configure LWP DOS to work with Windows for WorkGroups. Modified configuration files are shown below. CONFIG.SYS ---------- buffers = 30 files = 30 device=c:\windows\himem.sys stacks=9,256 device=c:\windows\protman.dos /i:c:\windows device=c:\windows\workgrp.sys REM device=c:\windows\ne2000.dos REM device=c:\windows\msipx.sys lastdrive=p AUTOEXEC.BAT ------------ lsl ne2000 odinsup ipxodi netx tcpip c:\windows\smartdrv.exe c:\windows\net start REM c:\windows\msipx REM c:\windows\netx NET.CFG ------- Link Support Buffers 8 1500 MemPool 4096 Link Driver NE2000 INT 4 PORT 340 Frame Ethernet_II Frame Ethernet_SNAP Frame Ethernet_802.3 Frame Ethernet_802.2 Protocol ODINSUP Bind NE2000 Buffered Protocol TCPIP Path SCRIPT C:\NET\SCRIPT Path PROFILE C:\NET\PROFILE Path LWP_CFG C:\NET\HSTACC Path TCP_CFG C:\NET\TCP ip_address 130.57.196.162 ip_router 130.57.196.254 ip_netmask 255.255.252.0 PROTOCOL.INI ------------ [network.setup] version=0x3100 ; netcard=ms$ne2000,1,MS$NE2000 netcard=ne2000,1,ne2000 transport=ms$netbeui,MS$NETBEUI ; transport=ms$ipx,MS$IPX transport=ipx,ipx ; lana0=ms$ne2000,1,ms$ipx ; lana1=ms$ne2000,1,ms$netbeui lana0=ne2000,1,ipx lana1=ne2000,1,ms$netbeui [protman] DriverName=PROTMAN$ PRIORITY=MS$NETBEUI ; [MS$NE2000] ; DriverName=MS2000$ ; IOBASE=0x340 ; INTERRUPT=4 [MS$NETBEUI] DriverName=netbeui$ SESSIONS=10 NCBS=32 ; BINDINGS=MS$NE2000 BINDINGS=NE2000 LANABASE=1 ; [MS$IPX] ; DriverName=IPX$ ; MediaType=Novell/Ethernet ; BINDINGS=MS$NE2000 [IPX] DriverName=IPX MediaType=Novell/Ethernet Bindings=ne2000 [ne2000] DriverName=ne2000 Interrupt=4 IOaddress=0x340 SYSTEM.INI ---------- [boot] shell=progman.exe mouse.drv=mouse.drv network.drv=wfwnet.drv language.dll= sound.drv=mmsound.drv comm.drv=comm.drv keyboard.drv=keyboard.drv system.drv=system.drv 386grabber=vga.3gr oemfonts.fon=vgaoem.fon 286grabber=vgacolor.2gr fixedfon.fon=vgafix.fon fonts.fon=vgasys.fon display.drv=vga.drv drivers=mmsystem.dll secondnet.drv=netware.drv [keyboard] subtype= type=4 keyboard.dll= oemansi.bin= [boot.description] keyboard.typ=Enhanced 101 or 102 key US and Non US keyboards mouse.drv=Microsoft, or IBM PS/2 network.drv=Microsoft Windows for Workgroups (version 3.1) language.dll=English (American) system.drv=AST Premium 386/25 and 386/33 (CUPID) codepage=437 woafont.fon=English (437) aspect=100,96,96 display.drv=VGA [386Enh] device=vtcpip.386 32BitDiskAccess=OFF device=*int13 device=*wdctrl mouse=*vmd network=vnetbios.386,vnetsup.386,vredir.386,vserver.386,vbrowse.386,vwc.386 ebios=*ebios woafont=dosapp.fon display=*vddvga EGA80WOA.FON=EGA80WOA.FON EGA40WOA.FON=EGA40WOA.FON CGA80WOA.FON=CGA80WOA.FON CGA40WOA.FON=CGA40WOA.FON keyboard=*vkd netheapsize=20 device=vtdapi.386 device=vcd.386 device=vshare.386 device=vpicd.386 device=vpd.386 device=*vtd device=*reboot device=vdmad.386 device=*vsd device=*v86mmgr device=*pageswap device=*dosmgr device=*vmpoll device=*wshell device=*BLOCKDEV device=*PAGEFILE device=*vfd device=*parity device=*biosxlat device=*vmcpd device=*combuff device=*cdpscsi local=CON FileSysChange=off PermSwapDOSDrive=D PermSwapSizeK=15884 transport=vnb.386 secondnet=vipx.386,vnetware.386 OverlappedIO=off [standard] netheapsize=8 [NonWindowsApp] localtsrs=dosedit,ced CommandEnvSize=4096 [mci] WaveAudio=mciwave.drv Sequencer=mciseq.drv CDAudio=mcicda.drv [drivers] timer=timer.drv midimapper=midimap.drv [DDEShares] CHAT$=winchat,chat,,31,,0,,0,0,0 CLPBK$=clipsrv,system,,31,,0,,0,0,0 HEARTS$=mshearts,hearts,,15,,0,,0,0,0 [network] ComputerName=JOE Workgroup=SALES UserName=JOE multinet=netware logonvalidated=no [NetWare] NWShareHandles=FALSE RestoreDrives=TRUE [Password Lists] *Shares=C:\WINDOWS\Shares.PWL NOTES: 1. ODI MAC driver names that begin with a number must be prefaced with a character in the PROTOCOL.INI file (eg. 3C503 should be called "x3c503"). 2. Windows for WorkGroups configured with the NDIS IPX drivers is not fully supported by Novell. ODINSUP with IPXODI is the recommended approach.