Banyan VINES Connectivity Lost After Windows 98 UpgradeID: Q190911
|
After you upgrade to Windows 98 over a Windows 95 installation running the 16-bit Banyan VINES client, you may not have access to the Banyan VINES network.
This behavior can occur because Windows 98 Setup disables the following lines in the Config.sys file
Device=c:\Banfiles\protman.dos /i:c:\banfiles
Device=c:\Banfiles\epro.dos (or current real-mode adapter driver)
and adds the following line to the Autoexec.bat file:
c:\windows\net start
To restore network connectivity using the Banyan VINES 16-bit client, follow these steps:
Device=c:\Banfiles\protman.dos /i:c:\banfiles
Device=c:\Banfiles\<network adapter driver>
c:\windows\net start
The Config.sys file should contain the following entries:
Device=c:\Banfiles\protman.dos /i:c:\banfiles
Device=c:\Banfiles\epro.dos (or current real mode nic driver)
The Autoexec.bat file should contain the following VINES stack:
c:\windows\net initialize
cd banfiles
ban /nc
ndisban
redirall
netbind
arswait
z:\login
Keywords : kbenv kbsetup 3rdpartynet win98
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: February 13, 1999