home *** CD-ROM | disk | FTP | other *** search
/ BUG 12 / BUGCD1998_03.ISO / internet / arachne / arachne.exe / LANTCP.CFG < prev    next >
Text File  |  1997-10-25  |  6KB  |  138 lines

  1. #
  2. #       The following are options specific to Arachne Waterloo TCP for LAN.
  3. #
  4. #       DO NOT USE THE DEFAULT VALUES OF THESE OPTIONS.
  5. #       Never guess IP numbers.  If you are unsure, contact you local network
  6. #               administrator.
  7. #
  8. #############################################################################
  9.  
  10. ## Don't write IP address to this file, if you are using Arachne - WWW browser
  11. ## for DOS. Write it to ARACHNE.CFG.
  12.  
  13. #       netmask         mandatory option, unless BOOTP
  14. #
  15. #       netmask is simply your [sub]network mask.  This value should never
  16. #               be 255.255.255.255
  17. #       Ask your local network administrator for the correct network mask if
  18. #               you do not know.
  19. #       If you use BOOTP as my_ip, you will not have to use netmask.  Comment
  20. #               out the following line if you desire; if you do not comment
  21. #               the line out, use the correct netmask!
  22. #       If you use PPP dialer, the netmask is 0.0.0.0.
  23.  
  24. #netmask=?.?.?.?
  25.  
  26. #       gateway         mandatory option, unless BOOTP
  27. #
  28. #       gateway is your local gateway.  This value should be a valid IP number
  29. #               of another networked computer that your local network
  30. #               administrator calls your gateway.
  31. #       Ask your local network administrator for the correct gateway IP if
  32. #               you do not know.
  33. #       If you use BOOTP as my_ip, you will not have to use gateway.  Comment
  34. #               out the following line if you desire; if you do not comment
  35. #               the line out, use the correct gateway IP!
  36. #       The esoteric use of gateway allows you to configure a routing table
  37. #               with up to 12 separate entries.  Each entry must specify a
  38. #               gateway, an optional destination subnet, and then an optional
  39. #               subnet mask:
  40. #                       gateway=0.0.0.0[, 0.0.0.0[, 0.0.0.0]]
  41. #               You may use the same gateway IP in each entry if need be.
  42.  
  43. #gateway=?.?.?.?
  44.  
  45. #       nameserver      mandatory option, unless BOOTP
  46. #
  47. #       nameserver is a networked computer that can tell your computer an IP
  48. #               number of yet another networked computer.  You can have up to
  49. #               9 different nameserver entries, each assigned a different IP
  50. #               number.  Waterloo TCP will go through the list of provided
  51. #               nameservers in order of appearance until a valid IP number
  52. #               is determined.
  53. #       Ask your local network administrator for the correct nameserver IPs if
  54. #               you do not know.
  55. #       If you use BOOTP as my_ip, you will not have to use nameserver.
  56. #               Comment out the following lines if you desire; if you do not
  57. #               comment the lines out, use correct nameserver IPs!
  58.  
  59. #nameserver=?.?.?.?
  60.  
  61. #       domainslist     mandatory option
  62. #
  63. #       domainslist tells Waterloo TCP your domain.  Afterwards, any computers
  64. #               specified without a full domain name will have the domainslist
  65. #               value appended to them.
  66. #       For best results, enclose the value of the domainslist entry within
  67. #               double quotes.
  68. #       Ask your local network administrator for the correct domain if you do
  69. #               not know.
  70.  
  71. #domainslist="naf.cz"
  72.  
  73. #       include         optional
  74. #
  75. #       include will simply insert another file's contents as if it were
  76. #               inside this configuration file at the line which the include
  77. #               directive resides.
  78. #       Only Waterloo TCP keywords will be recognized in the included file.
  79. #include=c:\your_own.cfg
  80.  
  81.  
  82. #       bootp           optional, esoteric
  83. #
  84. #       bootp will use a specific bootp server by specifying the server's IP.
  85. #       If you are not using bootp or have no need to specify the exact bootp
  86. #               server then there will be no need to use to bootp keyword.
  87. #       Ask your local network administrator for the correct bootp server IP
  88. #               if you do not know.
  89. #bootp=0.0.0.0
  90.  
  91.  
  92. #       bootpto         optional
  93. #
  94. #       bootpto specifies the amount of time that Waterloo TCP will wait for
  95. #               your bootp server to respond with your network information.
  96. #       The default timeout value is 30 seconds.
  97. #bootpto=30
  98.  
  99.  
  100. #       ethip           optional, esoteric
  101. #
  102. #       ethip is used to allow use of multiple IP numbers within the same
  103. #               configuration file with each one being tied to a particular
  104. #               ethernet address.
  105. #       This is mainly for use of one big configuration file residing on a
  106. #               network that every user can use.
  107. #ethip=00:00:00:00:00:00, 0.0.0.0
  108.  
  109.  
  110. #       hostname        optional, unless BOOTP
  111. #
  112. #       hostname allows you to give your computer a name while Waterloo TCP is
  113. #               active.  Remote computers will recognize you by the hostname.
  114. #       Do not use another computer's name as your hostname.
  115. #       Do not append the domain to the hostname, it will be done for you
  116. #               by appending the entry in domainslist.
  117. #       BOOTP will provide a host name for you if used.
  118. hostname=arachne
  119.  
  120.  
  121. #       sockdelay       optional
  122. #
  123. #       sockdelay allows you to specify a specific amount of seconds that
  124. #               Waterloo TCP will attempt to connect to a remote computer,
  125. #               wait for data from a remote computer, and wait to accomplish
  126. #               other miscellaneous networking tasks.
  127. #       The default is 30 seconds, but may be set longer if you have an
  128. #               especially slow connection.
  129. sockdelay=40
  130.  
  131.  
  132. #       mss             optional
  133. #
  134. #       mss is the maximum segment size that Waterloo TCP can receive.
  135. #       The default value is believed to be at 1024.
  136. #       The maximum value should not exceed 4096.
  137. mss=1024
  138.