home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / bit / listserv / novell / 19812 < prev    next >
Encoding:
Text File  |  1992-12-30  |  3.3 KB  |  97 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!CCMAIL.ORST.EDU!HOLBOR
  3. Message-ID: <holbor.39.0@ccmail.orst.edu>
  4. Newsgroups: bit.listserv.novell
  5. Date:         Wed, 30 Dec 1992 21:59:21 -500
  6. Reply-To:     Novell LAN Interest Group <NOVELL@SUVM.BITNET>
  7. Sender:       NOVELERR@SUVM.SYR.EDU
  8. From:         Richard Holbo <holbor@CCMAIL.ORST.EDU>
  9. Subject:      Re: ODIPKT/FTPBIN/TN3270
  10. Lines: 85
  11.  
  12. In article <NOVELL%92122913502946@SUVM.SYR.EDU> you write:
  13. >   In my current attempt to utilitize the SMC Elite 16 Plus, ODI Drivers,
  14. >the ODIPKT driver, and FTPBIN/TN3270 to see if I can get them to work
  15. >together.  My preliminary attempt failed as the FTPBIN did not see my
  16. >ODIPKT as a valid EtherNet driver. I have the Config.tel looking for a
  17. >packet driver.
  18. >
  19.  
  20. STEPHEN....
  21.  
  22. Since I JUST figured out how to do this, I'll send my current config.  I'm
  23. not sure on all the details, but this setup works for me.  Also CUTCP, and I
  24. think NCSA will do a search for the Packet driver interrupt, so you need not
  25. specify exactly what the interrupt is in the Config.tel.  My network's
  26. config.tel file is set for 60, but I use 6f and 6e on most of the packet
  27. drivers.  CUTCP has no trouble finding and using the packet driver.  I also
  28. use QVTNET, which is a LOT more picky about you telling it what the
  29. interrupt is.  Anyway here the relevant parts of my autoexec.bat and net.cfg
  30. with "some" explanation.
  31.  
  32.         LSL
  33.         SMCPLUS
  34.         LH ODIPKT 0 111
  35.         LH PKTINT
  36.         LH IPXODI
  37.  
  38. IMPORTANT !!! notice that there are TWO options for the ODIPKT driver the
  39. first is the "virtual" card number, and the second is the interrupt number
  40. in DECIMAL!!!!  If you watch the SMCPLUS driver load you will see that it
  41. tells you something like:
  42.  
  43. SMC LAN Adapter MLID v2.11 (920406)
  44. Copyright 1992 by Standard Microsystems Corp. All rights Reserved.
  45.  
  46. EtherCard PLUS16 (SMC8013EP)
  47. Int 10, Port 280, Mem C8000, Node Address C0107424
  48. Max Frame 1514 bytes, Line Speed 10 Mbps
  49. Board 1, Frame ETHERNET_II
  50. Board 2, Frame ETHERNET_802.3
  51.  
  52. Well the "virtual" card 0 is Board 1 as reported by the smcplus driver. So
  53. ODIPKT 0 111 would attach the packet driver to the Ethernet_II frame type
  54. with a software interrupt of 6f. Easy right :-)
  55.  
  56. Here's the Net.Cfg that I am using.
  57. #
  58. #       NET.CFG File for SMCPLUS
  59.  
  60. #Link Support
  61.         Buffers 10 2048
  62. #       Mempool
  63.  
  64. Protocol IPX
  65.         Bind SMCPLUS
  66. #       Sessions
  67.  
  68. Link Driver SMCPLUS
  69.         Port #1 280 20
  70.         Mem #1 000c8000 2000/10
  71.         Int #1 10
  72.         Protocol IPX 8137 Ethernet_II
  73.         Frame Ethernet_II
  74.         Frame Ethernet_802.3
  75.  
  76. Preferred Server = LONDON
  77. Show Dots = ON
  78.  
  79. #
  80. #       NET.CFG end
  81. #
  82.  
  83.         I put the second Frame type in for this explanation, as I do not
  84. actually use it, but you could pipe your IPX throug that frame type if you
  85. want.  I do not know what all the options behind the port, and mem options
  86. are, as they came on the superdisk from SMC I used them.
  87.  
  88.         Hope this helps.
  89.  
  90.                  =========================================
  91.                  Richard Holbo              (503) 737-0952
  92.                  Systems Analyst
  93.                  Oregon State University Libraries
  94.                           holbor@ccmail.orst.edu
  95.                  =========================================
  96.                 You're looking at the Library of the Future
  97.