home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.os2.networking
- Path: sparky!uunet!dialogic!gerry
- From: gerry@pizzabox.dialogic.com (Gerry Lachac)
- Subject: IT'S WORKING!! : SMC/TCPIP/Novell
- Message-ID: <1992Nov19.202500.7721@dialogic.com>
- Sender: news@dialogic.com (Netnews)
- Organization: Dialogic Corporation
- Date: Thu, 19 Nov 92 20:25:00 GMT
- Lines: 94
-
-
-
-
- Well, I did it, I finally got FTP's TCP/IP to share my SMC network
- card with Novell. Seems the key was putting the ODINSUP driver in the
- correct place, using the latest version of SMC8000.SYS, and using the
- keyword SMC in NET.CFG and PROTOCOL.INI instead of SMC8000.
-
- For those who need it, the following relevant excerpts from the three
- config files are included below.
-
- Now, if I can only get Word2.0 for Windows to stop crashing the Novell
- drivers when I do an Open/Save As...
-
-
- -gerry
-
-
-
-
- ------------------------------------------------------------------------------
- PROTOCOL.INI
- ------------------------------------------------------------------------------
-
- ;************************
- ;** PROTOCOLS **
- ;************************
-
- ;FTP PC/TCP for OS/2
- [SOCKET]
- drivername = $SOCKET
- bindings = SMC
-
- ------------------------------------------------------------------------------
- NET.CFG
- ------------------------------------------------------------------------------
- #
- # NET.CFG File for SMC8000
- #
- Link Support
- Buffers 20 2048
- Mempool 8192
-
- Link Driver SMC8000
- Port #1 280 20
- Mem #1 000D0000 2000/10
- Int #1 7
- Frame ETHERNET_802.3
- Frame ETHERNET_802.2
- Frame ETHERNET_II
- Frame ETHERNET_SNAP
-
- Protocol Stack IPX
- Bind SMC
-
- Protocol ODINSUP
- Bind SMC
-
- ------------------------------------------------------------------------------
- CONFIG.SYS
- ------------------------------------------------------------------------------
-
- REM --- NetWare Requester statements BEGIN ---
- DEVICE=C:\NETWARE\LSL.SYS
- RUN=C:\NETWARE\DDAEMON.EXE
- DEVICE=C:\NETWARE\SMC8000.sys
- DEVICE=C:\NETWARE\IPX.SYS
- rem DEVICE=C:\NETWARE\SPX.SYS
- rem RUN=C:\NETWARE\SPDAEMON.EXE
- rem DEVICE=C:\NETWARE\NMPIPE.SYS
- rem DEVICE=C:\NETWARE\NPSERVER.SYS
- rem RUN=C:\NETWARE\NPDAEMON.EXE NP_COMPUTERNAME
- rem DEVICE=C:\NETWARE\NWREQ.SYS
- IFS=C:\NETWARE\NWIFS.IFS
- RUN=C:\NETWARE\NWDAEMON.EXE
- DEVICE=C:\NETWARE\NETBIOS.SYS
- rem RUN=C:\NETWARE\NBDAEMON.EXE
- DEVICE=C:\NETWARE\VIPX.SYS
- DEVICE=C:\NETWARE\VSHELL.SYS
- REM --- NetWare Requester statements END ---
-
- REM
- REM PC TCP/IP Stuff
- REM
- SET PCTCP=C:\PCTCP\ETC\PCTCP.INI
- DEVICE=c:\pctcp\drv\PROTMAN.OS2 /I:c:\pctcp\drv
- rem DEVICE=c:\pctcp\drv\macwd.OS2
- DEVICE=C:\NETWARE\ODINSUP.SYS
- DEVICE=c:\pctcp\drv\socket.os2
-
-
-
-
-
-