home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / novell / 10661 < prev    next >
Encoding:
Text File  |  1992-12-18  |  2.7 KB  |  117 lines

  1. Newsgroups: comp.sys.novell
  2. Path: sparky!uunet!haven.umd.edu!purdue!yuma!debbied
  3. From: debbied@picea.CFNR.ColoState.EDU (Debbie Devore)
  4. Subject: LAN Workplace for DOS
  5. Sender: news@yuma.ACNS.ColoState.EDU (News Account)
  6. Message-ID: <Dec17.233652.78167@yuma.ACNS.ColoState.EDU>
  7. Date: Thu, 17 Dec 1992 23:36:52 GMT
  8. Distribution: usa
  9. Nntp-Posting-Host: zirkel.cfnr.colostate.edu
  10. Organization: College of Natural Resources, Colo. State Univ.
  11. Lines: 104
  12.  
  13. I am trying to install LAN Workplace for DOS on a workstation that contains
  14. two 3C503 network cards.  The first 3C503 card is connected to a Novell 3.11
  15. server.  The second 3C503 card is connected to a TCP/IP backbone.  Everything
  16. seems to boot up ok, but when I try using the PING command to reach other
  17. nodes on the TCP/IP network, I receive the 'no response' message.
  18.  
  19. The following lists my NET.CFG, AUTOEXEC.BAT, and CONFIG.SYS files, as well
  20. as, my network layout.
  21.  
  22. NET.CFG
  23.  
  24. Link Support
  25.     Buffers 8 1586
  26.     MemPool 4096
  27.  
  28. Protocol TCPIP
  29.     Bind        3C503
  30.     ip_address    129.82.105.146
  31.     ip_router    129.82.105.1
  32.     ip_netmask    255.255.255.0
  33.     tcp_sockets    8
  34.     udp_sockets    8
  35.     raw_sockets    1
  36.     nb_sessions    4
  37.     nb_commands    8
  38.     nb_adapter    0
  39.     nb_domain
  40.  
  41. Link Driver 3C503
  42.     INT  #1 5
  43.         INT  #2 2
  44.         MEM  #2 CC000
  45.     PORT #1 300
  46.     PORT #2 350
  47.     Frame Ethernet_II
  48.     Frame Ethernet_802.3
  49.     Protocol IPX 8137 Ethernet_II
  50.     Protocol TCPIP 0 Ethernet_802.3
  51.  
  52.  
  53. ==========================================================================
  54.  
  55. CONFIG.SYS
  56.  
  57. DEVICE=C:\BOOT\SETVER.EXE
  58. STACKS=9,256
  59. SHELL=C:\COMMAND.COM /E:2048 /P
  60. FILES=60
  61. BUFFERS=30
  62. DEVICE=C:\WIN\HIMEM.SYS /MACHINE:8
  63. DOS=HIGH,UMB
  64. DEVICE=C:\BOOT\ETH503.SYS /I:5
  65. DEVICE=C:\2ETH503.SYS /I:2 /A:350
  66. DEVICE=C:\ANSI.SYS
  67.  
  68. ==========================================================================
  69.  
  70. AUTOEXEC.BAT
  71.  
  72. @ECHO OFF
  73. LSL
  74. 3C503
  75. IPXODI
  76. NETX
  77. :TCPIP
  78. C:\XLN\BIN40\YESNO "LOAD THE TCP/IP PROTOCOL?"
  79. IF ERRORLEVEL 1 GOTO NOTCPIP
  80. C:\XLN\BIN40\TCPIP
  81. C:\XLN\BIN40\RFCNBIOS
  82. C:\XLN\BIN40\CONVERT
  83. C:\XLN\BIN40\TELAPI
  84. SET NAME=debbied
  85. SET EXCELAN=C:\XLN
  86. BREAK ON 
  87. :NOTCPIP
  88.  
  89. F:
  90. SET TEMP=C:\WIN\TEMP
  91.  
  92. ============================================================================
  93.  
  94. Basic network layout:
  95.  
  96.     Novell        Work
  97.     Server        Station
  98.  
  99.     ======         ======          TCP/IP
  100.     =    ===========    ============================
  101.     ======         ======          Backbone
  102.  
  103.  
  104.  
  105. Hopefully someone will have an idea of something I'm missing.  One of my 
  106. questions is, what is most commonly used on TCPIP backbones as far as the
  107. Frame command.  Am I correct in setting up Frame Ethernet_802.3 for TCP/IP?
  108. I would appreciate any responses, preferrably E-Mail.  Thanks in advance.
  109.  
  110. Debbie Devore
  111. Colorado State University
  112. College of Natural Resources
  113. Computer Learning Lab
  114.  
  115. E-Mail:  debbied@zirkel.cfnr.colostate.edu
  116.  
  117.