home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / n / nspace13.zip / CONFIG.TEL next >
Text File  |  1992-10-06  |  4KB  |  105 lines

  1. #
  2. #  Example Configuration file for Netspace (based on NCSA TCP/IP code)
  3. #  This file is free form
  4. #  Separators are any char <33 and :;=
  5. #
  6. #  The form is keyword=value for each parameter.
  7. #
  8.  
  9. myip=128.174.0.0            # required, your IP number
  10. netmask=255.255.255.0           # subnetting mask
  11.  
  12. #The following are the ISA boards supported:
  13.  
  14. hardware=3c501                         # network adapter board (3 COM 501)
  15. address=d800                           # shared memory address
  16. ioaddr=300                                     # I/O address
  17. interrupt=5                                    # hardware IRQ interrupt
  18.  
  19. #hardware=star10            # network adapter board (AT&T starlan 10)
  20. #address=d800               # shared memory address
  21. #ioaddr=300                 # I/O address
  22. #interrupt=5                # hardware IRQ interrupt
  23.  
  24. #hardware=pcnic             # network adapter board (Ungermann-Bass PC-NIC)
  25. #address=d800
  26. #interrupt=5
  27.  
  28. #hardware=packet            # network adapter board (packet driver interface)
  29.  
  30. #hardware=ni5210         # network adapter board (Micom NI5210 )
  31. #address=d800
  32. #ioaddr=360
  33. #interrupt=7
  34.  
  35. #hardware=wd800             # network adapter board (Western Digital WD8003E)
  36. #address=d800
  37. #ioaddr=360
  38. #interrupt=5
  39.  
  40. #hardware=wd800             # network adapter board (Western Digital WD8003EB)
  41. #address=d800               # Remember to run the 'SETUP' program
  42. #ioaddr=360                 #   provided by Western Digital to enable
  43. #interrupt=3                #   the board correctly!
  44.  
  45. #The following are the MCA boards supported:
  46.  
  47. #hardware=wd8003a            # network adapter board (Western Digital WD8003A)
  48. #address=c400
  49. #interrupt=10
  50. #ioaddr=280
  51.  
  52. #hardware=ni9210            # network adapter board (Micom ni9210)
  53. #address=c800
  54. #interrupt=9
  55. #ioaddr=300
  56.  
  57. #hardware=nicps2            # network adapter board (Ungermann-Bass NICps/2)
  58. #address=d000
  59. #interrupt=5
  60. #ioaddr=1550
  61.  
  62. #hardware=3c523             # network adapter board (3Com 523)
  63. #address=d800
  64. #interrupt=7
  65. #ioaddr=1300
  66.  
  67. arptime=8               # arp timeout in seconds
  68.  
  69. #  Following are individual machine specifications
  70. #  Gateways are used in order that they appear in the file
  71. #  Nameservers rotate, #1, #2, #3, #1, #2 when a request fails
  72. #
  73. #  The machine named "default" contains the fields which are automatically
  74. #  filled in for later hosts
  75. #
  76. name = default          # Session name, "default" is a reserved name
  77.                         #   Not a real machine, default parameters only
  78. contime=180             # timeout in seconds to try connection
  79.                         #   before returning error to user
  80. retrans=7               # starting retransmit time out in ticks
  81.                         #   1/18ths of sec 
  82. mtu=1024                # maximum transmit unit in bytes
  83.                         #   outgoing packet size, MAX=1024
  84. maxseg=1024             # largest segment we can receive
  85.                         #   whatever the hardware can take, MAX=2048
  86. rwin=1024               # most bytes we can receive without ACK
  87.                         #   =TCP window size, MAX=4096
  88.                         #   larger isn't always better
  89. #
  90.  
  91. #  Below this line, most of the communication parameters are obtained
  92. #   from the "default" host entry.
  93. #  Machine names, IP addresses, and special communication parameters are
  94. #   present when needed.
  95. #
  96. #  Each machine must have a unique IP number
  97.  
  98. name=chris;    hostip=128.174.0.0
  99. name=jon;      hostip=128.174.0.1
  100. name=steven;   hostip=128.174.0.2
  101. name=eric;     hostip=128.174.0.3
  102. name=quincey;  hostip=128.174.0.4
  103. name=jim;      hostip=128.174.0.5
  104.