home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / update701 / root.18 / etc / inet / inet.dfl / inet.dfl
Encoding:
Text File  |  1998-08-18  |  5.9 KB  |  242 lines

  1. # @(#)inet.dfl    1.6
  2. # $Header: $
  3. #
  4. # *** Warning ***
  5. #
  6. #    This file is automatically updated by the inconfig
  7. #    command.  Do not make any changes to it by hand.
  8. #    Use the inconfig command instead.  Also, avoid
  9. #    making changes to kernel space.c files, since they
  10. #    will be overridden by inconfig when the system goes
  11. #    multi-user.
  12. #
  13. # variable            value
  14. # -----------------------------------
  15. #
  16. # ARP debugging
  17. #
  18. arpprintfs                      0
  19. #
  20. # maximum # of times to try an arp before giving up
  21. #
  22. arp_maxtries                    5
  23. #
  24. # prune the ARP cache every <n> seconds
  25. #
  26. arpt_prune                      300
  27. #
  28. # keep valid entries for <n> seconds
  29. #
  30. arpt_keep                       1200
  31. #
  32. # if ARP lookup fails, hold entry down for <n>
  33. # seconds
  34. #
  35. arpt_down                       20
  36. #
  37. # IGMP debugging
  38. #
  39. igmpprintfs                     0
  40. #
  41. # IP debugging
  42. #
  43. ipprintfs                       0
  44. #
  45. # The next three are maintained by IP so that interfaces can be initialized
  46. # with them.
  47. #
  48. # Recv window size that TCP should use (can be overridden with SO_RCVBUF)
  49. #
  50. in_recvspace                   4096
  51. #
  52. # TCP send high-water mark (can be overridden with SO_SNDBUF)
  53. # (it's good if this is at least as large as the loopback MTU)
  54. #
  55. in_sendspace                   8192
  56. #
  57. # If 1, TCP will use full size segments, (e.g. 1460 bytes on 802.3)
  58. # otherwise they will be rounded to a multiple of 1K.
  59. #
  60. in_fullsize                   1
  61. #
  62. # default time-to-live (RFC 1340 recommends 64)
  63. #
  64. ip_ttl                          64
  65. #
  66. # forward datagrams from one interface to another
  67. #
  68. ipforwarding                    0
  69. #
  70. # send redirects if forwarding out same interface
  71. # (should be 1 if ipforwarding is 1)
  72. #
  73. ipsendredirects                 0
  74. #
  75. # forward broadcast datagrams.
  76. #
  77. ip_forward_broadcasts        0
  78. #
  79. # treat other subnets as direct attach for purposes of MTU
  80. # configuration
  81. #
  82. ip_subnetsarelocal              1
  83. #
  84. # disallow receipt of broadcasts unless they were received on the 
  85. # interface whose broadcast address matches the packet's destination
  86. #
  87. ip_dirbroadcast                 1
  88. #
  89. # The default is that hosts will not forward non-local source routes.
  90. # If you are acting as a router (e.g., ipforwarding is 1) this should
  91. # probably be on, unless you are worried about security.
  92. #
  93. ipnonlocalsrcroute              0
  94. #
  95. # Check for a broadcast IP address in a unicast packet.  Not all interfaces
  96. # set the dl_group_address bit, so if you see lots of complaints (using
  97. # netstat -sp ip), you can turn this off.
  98. #
  99. ip_checkbroadaddr               1
  100. #
  101. # Set IP TOS in DL_UNITDATA_REQs going to drivers
  102. #
  103. ip_settos                       1
  104. #
  105. # ICMP debugging
  106. #
  107. icmpprintfs                     0
  108. #
  109. # 1 == answer subnet mask requests
  110. #
  111. icmp_answermask                 0
  112. #
  113. # Number of source quench addresses to remember each 200ms
  114. #
  115. icmp_quenchsz            32
  116. #
  117. # Reply to icmp requests directed to broadcast/multicast/experimental
  118. # addresses ?
  119. #
  120. icmp_reply_broadcasts        0
  121. #
  122. # Perform Path MTU discovery
  123. #
  124. ip_perform_pmtu            1
  125. #
  126. # Time interval to age out entries that have been decreased (in seconds)
  127. #
  128. ip_pmtu_decrease_age        600
  129. #
  130. # Time interval to age out entries that have been increased (in seconds)
  131. #
  132. ip_pmtu_increase_age        120
  133. #
  134. # The following four items control the allocation and verification
  135. # of port numbers.  A reserved port is now one that is equal to or less than
  136. # ipport_reserved_high (default 1024).  Care should be taken when
  137. # altering these values - in particular it would be unwise to allow
  138. # them to overlap.
  139. #
  140. # Bottom of port range from which priviliged ports will be allocated.
  141. #
  142. ipport_reserved_low        512
  143. #
  144. # Top of port range from which priviliged ports will be allocted, and also
  145. # which will be considered priviliged when used by remote systems.
  146. #
  147. ipport_reserved_high        1024
  148. #
  149. # Bottom of port range from which ephemeral ports will be allocated.
  150. # (this was previously fixed at 1024).
  151. #
  152. ipport_userreserved_low        32768
  153. #
  154. # Top of port range from which ephemeral ports will be allocated.
  155. # (this was previously fixed at 5000).
  156. #
  157. ipport_userreserved_high    65535
  158. #
  159. # when debugging this controls how many bytes of the error
  160. # packet are displayed on the console
  161. #
  162. in_loglimit                     64
  163. #
  164. # TCP debugging
  165. #
  166. tcpprintfs                      0
  167. #
  168. # Offer an MSS bigger than 536 even on non-connected networks
  169. # To get maximum benefit from PMTU discovery, this should be non-zero.
  170. #
  171. tcp_offer_big_mss        1
  172. #
  173. # interface MTUs smaller than mss_sw_threshold trigger
  174. # "small" window
  175. #
  176. tcp_mss_sw_threshold            1024
  177. #
  178. # TCP recv window size if MTU < tcp_mss_sw_threshold
  179. #
  180. tcp_small_recvspace             4096
  181. #
  182. # 1 == tcp_trace on console to avoid trpt
  183. #
  184. tcpconsdebug                    0
  185. #
  186. # 1 == debug (tcp_trace) all TCP connections
  187. #
  188. tcpalldebug                     0
  189. #
  190. # Default TCP segment size if one can't be picked
  191. # (should err on side of being small)
  192. #
  193. tcp_mssdflt                     512
  194. #
  195. # TCP timeout for connection establishment (in seconds)
  196. # defaults to 3 minutes per RFC 1122
  197. #
  198. tcp_initial_timeout        180
  199. #
  200. # keepalive idle value in seconds
  201. # defaults to two hours (60 * 120) == 7200
  202. #
  203. tcp_keepidle                    7200
  204. #
  205. # keepalive interval once keepalives start
  206. # defaults to 75 seconds
  207. #
  208. tcp_keepintvl                   75
  209. #
  210. # number of keepalives sent once keepalives start
  211. # defaults to 8
  212. #
  213. tcp_nkeep                      8
  214. #
  215. # number of low-order bits used from MD5 digest for incrementing the
  216. # initial send sequence number
  217. tcp_seqbits                     21
  218. #
  219. # secret value used in computing MD5 digest
  220. #
  221. tcp_secret                      324478056
  222. #
  223. # Urgent data interpretation 
  224. # 0 == RFC 1122, 1 == BSD
  225. #
  226. tcp_urgbehavior                 1
  227. #
  228. # Control the use of delayed acks. If immediate acks are required,
  229. # set to 0
  230. #
  231. tcp_delay_acks                    1
  232. #
  233. # default time that connections will remain in TIME-WAIT.
  234. # defaults to 4 minutes per RFC 793.  Those who like to live
  235. # dangerously can set this lower.
  236. #
  237. tcp_2msl            240
  238. #
  239. # UDP debugging
  240. #
  241. udpprintfs                      0
  242.