home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.novell
- Path: sparky!uunet!mnemosyne.cs.du.edu!nyx!rholmste
- From: rholmste@nyx.cs.du.edu (Roger Holmstedt)
- Subject: Help needed with ODINSUP
- Message-ID: <1992Sep9.202933.2871@mnemosyne.cs.du.edu>
- Sender: usenet@mnemosyne.cs.du.edu (netnews admin account)
- Organization: Nyx, Public Access Unix @ U. of Denver Math/CS dept.
- Date: Wed, 9 Sep 92 20:29:33 GMT
- Lines: 84
-
-
- Hello!;
-
- I'm having some trouble getting ODINSUP driver working, can anyone give
- me a hand?
-
- We are currently using a product called Net/One PC from Ungermann-Bass.
- Yes, we are in the process of converting to a real network operating system,
- NetWare 3.11 (it was almost LAN Man, but I managed to get that changed).
-
- During the conversion, we will have need to access both servers. I have
- been successful using an NDIS shim for packet drivers to get to both servers,
- but I would like to use OSINSUP. I'm including the autoexec.bat, config.sys,
- protocol.ini, and net.cfg files that I am using.
-
- These files seem to execute fine, no error messages, but when I use the
- USE command to attach to a drive, I get an error message "network name
- not found". Any help would be greatly appreciated.
-
- ...Roger...
- rholmste@nyx.cs.du.edu
-
-
- Autoexec.bat:
-
- PROMPT $p$g
- PATH a:\NET2;a:\;
- set netone=\net2
- cd net2
- lsl
- 3c503
- odinsup
- netbind
- session
- redir /l:8 /s:3
- setname SD033
- REM ipxodi a
- REM netx
-
- Config.sys:
-
- device=a:\HIMEM.SYS
- DOS=HIGH,UMB
- device=a:\EMM386.EXE NOEMS
- lastdrive=L
- device=a:\net2\protman.dos /i:a:\net2
- device=a:\net2\ubxps.dos
- device=a:\net2\ubloop.dos
- files=40
-
- Protocol.ini:
-
- [protocol manager]
- DRIVERNAME = PROTMAN$
-
- [XNSBIOS]
- DRIVERNAME = UBDRV$0
- NETID = 1
- RCVWindow = 8
- SendWindow = 8
- VCs = 10
- VCReceiveLarge = 5
- VCSends = 20
- Bindings = UBLOOP
-
- [UBLOOP]
- DRIVERNAME = UBLOOP$
- Bindings = x3c503
-
- Net.cfg:
-
- Link Driver 3c503
- frame ethernet_802.3
- frame ethernet_802.2
- frame ethernet_snap
- frame ethernet_ii
- int 5
- mem c8000
- port 300
-
- protocol ODINSUP
- BUFFERED
- bind 3c503
-
-