ip-sysctl.txt 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607
  1. /proc/sys/net/ipv4/* Variables:
  2. ip_forward - BOOLEAN
  3. 0 - disabled (default)
  4. not 0 - enabled
  5. Forward Packets between interfaces.
  6. This variable is special, its change resets all configuration
  7. parameters to their default state (RFC1122 for hosts, RFC1812
  8. for routers)
  9. ip_default_ttl - INTEGER
  10. Default value of TTL field (Time To Live) for outgoing (but not
  11. forwarded) IP packets. Should be between 1 and 255 inclusive.
  12. Default: 64 (as recommended by RFC1700)
  13. ip_no_pmtu_disc - BOOLEAN
  14. Disable Path MTU Discovery.
  15. default FALSE
  16. min_pmtu - INTEGER
  17. default 552 - minimum discovered Path MTU
  18. route/max_size - INTEGER
  19. Maximum number of routes allowed in the kernel. Increase
  20. this when using large numbers of interfaces and/or routes.
  21. neigh/default/gc_thresh1 - INTEGER
  22. Minimum number of entries to keep. Garbage collector will not
  23. purge entries if there are fewer than this number.
  24. Default: 128
  25. neigh/default/gc_thresh3 - INTEGER
  26. Maximum number of neighbor entries allowed. Increase this
  27. when using large numbers of interfaces and when communicating
  28. with large numbers of directly-connected peers.
  29. Default: 1024
  30. neigh/default/unres_qlen_bytes - INTEGER
  31. The maximum number of bytes which may be used by packets
  32. queued for each unresolved address by other network layers.
  33. (added in linux 3.3)
  34. Setting negative value is meaningless and will return error.
  35. Default: 65536 Bytes(64KB)
  36. neigh/default/unres_qlen - INTEGER
  37. The maximum number of packets which may be queued for each
  38. unresolved address by other network layers.
  39. (deprecated in linux 3.3) : use unres_qlen_bytes instead.
  40. Prior to linux 3.3, the default value is 3 which may cause
  41. unexpected packet loss. The current default value is calculated
  42. according to default value of unres_qlen_bytes and true size of
  43. packet.
  44. Default: 31
  45. mtu_expires - INTEGER
  46. Time, in seconds, that cached PMTU information is kept.
  47. min_adv_mss - INTEGER
  48. The advertised MSS depends on the first hop route MTU, but will
  49. never be lower than this setting.
  50. IP Fragmentation:
  51. ipfrag_high_thresh - INTEGER
  52. Maximum memory used to reassemble IP fragments. When
  53. ipfrag_high_thresh bytes of memory is allocated for this purpose,
  54. the fragment handler will toss packets until ipfrag_low_thresh
  55. is reached.
  56. ipfrag_low_thresh - INTEGER
  57. See ipfrag_high_thresh
  58. ipfrag_time - INTEGER
  59. Time in seconds to keep an IP fragment in memory.
  60. ipfrag_secret_interval - INTEGER
  61. Regeneration interval (in seconds) of the hash secret (or lifetime
  62. for the hash secret) for IP fragments.
  63. Default: 600
  64. ipfrag_max_dist - INTEGER
  65. ipfrag_max_dist is a non-negative integer value which defines the
  66. maximum "disorder" which is allowed among fragments which share a
  67. common IP source address. Note that reordering of packets is
  68. not unusual, but if a large number of fragments arrive from a source
  69. IP address while a particular fragment queue remains incomplete, it
  70. probably indicates that one or more fragments belonging to that queue
  71. have been lost. When ipfrag_max_dist is positive, an additional check
  72. is done on fragments before they are added to a reassembly queue - if
  73. ipfrag_max_dist (or more) fragments have arrived from a particular IP
  74. address between additions to any IP fragment queue using that source
  75. address, it's presumed that one or more fragments in the queue are
  76. lost. The existing fragment queue will be dropped, and a new one
  77. started. An ipfrag_max_dist value of zero disables this check.
  78. Using a very small value, e.g. 1 or 2, for ipfrag_max_dist can
  79. result in unnecessarily dropping fragment queues when normal
  80. reordering of packets occurs, which could lead to poor application
  81. performance. Using a very large value, e.g. 50000, increases the
  82. likelihood of incorrectly reassembling IP fragments that originate
  83. from different IP datagrams, which could result in data corruption.
  84. Default: 64
  85. INET peer storage:
  86. inet_peer_threshold - INTEGER
  87. The approximate size of the storage. Starting from this threshold
  88. entries will be thrown aggressively. This threshold also determines
  89. entries' time-to-live and time intervals between garbage collection
  90. passes. More entries, less time-to-live, less GC interval.
  91. inet_peer_minttl - INTEGER
  92. Minimum time-to-live of entries. Should be enough to cover fragment
  93. time-to-live on the reassembling side. This minimum time-to-live is
  94. guaranteed if the pool size is less than inet_peer_threshold.
  95. Measured in seconds.
  96. inet_peer_maxttl - INTEGER
  97. Maximum time-to-live of entries. Unused entries will expire after
  98. this period of time if there is no memory pressure on the pool (i.e.
  99. when the number of entries in the pool is very small).
  100. Measured in seconds.
  101. TCP variables:
  102. somaxconn - INTEGER
  103. Limit of socket listen() backlog, known in userspace as SOMAXCONN.
  104. Defaults to 128. See also tcp_max_syn_backlog for additional tuning
  105. for TCP sockets.
  106. tcp_abort_on_overflow - BOOLEAN
  107. If listening service is too slow to accept new connections,
  108. reset them. Default state is FALSE. It means that if overflow
  109. occurred due to a burst, connection will recover. Enable this
  110. option _only_ if you are really sure that listening daemon
  111. cannot be tuned to accept connections faster. Enabling this
  112. option can harm clients of your server.
  113. tcp_adv_win_scale - INTEGER
  114. Count buffering overhead as bytes/2^tcp_adv_win_scale
  115. (if tcp_adv_win_scale > 0) or bytes-bytes/2^(-tcp_adv_win_scale),
  116. if it is <= 0.
  117. Possible values are [-31, 31], inclusive.
  118. Default: 1
  119. tcp_allowed_congestion_control - STRING
  120. Show/set the congestion control choices available to non-privileged
  121. processes. The list is a subset of those listed in
  122. tcp_available_congestion_control.
  123. Default is "reno" and the default setting (tcp_congestion_control).
  124. tcp_app_win - INTEGER
  125. Reserve max(window/2^tcp_app_win, mss) of window for application
  126. buffer. Value 0 is special, it means that nothing is reserved.
  127. Default: 31
  128. tcp_available_congestion_control - STRING
  129. Shows the available congestion control choices that are registered.
  130. More congestion control algorithms may be available as modules,
  131. but not loaded.
  132. tcp_base_mss - INTEGER
  133. The initial value of search_low to be used by the packetization layer
  134. Path MTU discovery (MTU probing). If MTU probing is enabled,
  135. this is the initial MSS used by the connection.
  136. tcp_congestion_control - STRING
  137. Set the congestion control algorithm to be used for new
  138. connections. The algorithm "reno" is always available, but
  139. additional choices may be available based on kernel configuration.
  140. Default is set as part of kernel configuration.
  141. For passive connections, the listener congestion control choice
  142. is inherited.
  143. [see setsockopt(listenfd, SOL_TCP, TCP_CONGESTION, "name" ...) ]
  144. tcp_dsack - BOOLEAN
  145. Allows TCP to send "duplicate" SACKs.
  146. tcp_early_retrans - INTEGER
  147. Enable Early Retransmit (ER), per RFC 5827. ER lowers the threshold
  148. for triggering fast retransmit when the amount of outstanding data is
  149. small and when no previously unsent data can be transmitted (such
  150. that limited transmit could be used). Also controls the use of
  151. Tail loss probe (TLP) that converts RTOs occurring due to tail
  152. losses into fast recovery (draft-dukkipati-tcpm-tcp-loss-probe-01).
  153. Possible values:
  154. 0 disables ER
  155. 1 enables ER
  156. 2 enables ER but delays fast recovery and fast retransmit
  157. by a fourth of RTT. This mitigates connection falsely
  158. recovers when network has a small degree of reordering
  159. (less than 3 packets).
  160. 3 enables delayed ER and TLP.
  161. 4 enables TLP only.
  162. Default: 3
  163. tcp_ecn - INTEGER
  164. Control use of Explicit Congestion Notification (ECN) by TCP.
  165. ECN is used only when both ends of the TCP connection indicate
  166. support for it. This feature is useful in avoiding losses due
  167. to congestion by allowing supporting routers to signal
  168. congestion before having to drop packets.
  169. Possible values are:
  170. 0 Disable ECN. Neither initiate nor accept ECN.
  171. 1 Enable ECN when requested by incoming connections and
  172. also request ECN on outgoing connection attempts.
  173. 2 Enable ECN when requested by incoming connections
  174. but do not request ECN on outgoing connections.
  175. Default: 2
  176. tcp_fack - BOOLEAN
  177. Enable FACK congestion avoidance and fast retransmission.
  178. The value is not used, if tcp_sack is not enabled.
  179. tcp_fin_timeout - INTEGER
  180. The length of time an orphaned (no longer referenced by any
  181. application) connection will remain in the FIN_WAIT_2 state
  182. before it is aborted at the local end. While a perfectly
  183. valid "receive only" state for an un-orphaned connection, an
  184. orphaned connection in FIN_WAIT_2 state could otherwise wait
  185. forever for the remote to close its end of the connection.
  186. Cf. tcp_max_orphans
  187. Default: 60 seconds
  188. tcp_frto - INTEGER
  189. Enables Forward RTO-Recovery (F-RTO) defined in RFC5682.
  190. F-RTO is an enhanced recovery algorithm for TCP retransmission
  191. timeouts. It is particularly beneficial in networks where the
  192. RTT fluctuates (e.g., wireless). F-RTO is sender-side only
  193. modification. It does not require any support from the peer.
  194. By default it's enabled with a non-zero value. 0 disables F-RTO.
  195. tcp_keepalive_time - INTEGER
  196. How often TCP sends out keepalive messages when keepalive is enabled.
  197. Default: 2hours.
  198. tcp_keepalive_probes - INTEGER
  199. How many keepalive probes TCP sends out, until it decides that the
  200. connection is broken. Default value: 9.
  201. tcp_keepalive_intvl - INTEGER
  202. How frequently the probes are send out. Multiplied by
  203. tcp_keepalive_probes it is time to kill not responding connection,
  204. after probes started. Default value: 75sec i.e. connection
  205. will be aborted after ~11 minutes of retries.
  206. tcp_low_latency - BOOLEAN
  207. If set, the TCP stack makes decisions that prefer lower
  208. latency as opposed to higher throughput. By default, this
  209. option is not set meaning that higher throughput is preferred.
  210. An example of an application where this default should be
  211. changed would be a Beowulf compute cluster.
  212. Default: 0
  213. tcp_max_orphans - INTEGER
  214. Maximal number of TCP sockets not attached to any user file handle,
  215. held by system. If this number is exceeded orphaned connections are
  216. reset immediately and warning is printed. This limit exists
  217. only to prevent simple DoS attacks, you _must_ not rely on this
  218. or lower the limit artificially, but rather increase it
  219. (probably, after increasing installed memory),
  220. if network conditions require more than default value,
  221. and tune network services to linger and kill such states
  222. more aggressively. Let me to remind again: each orphan eats
  223. up to ~64K of unswappable memory.
  224. tcp_max_ssthresh - INTEGER
  225. Limited Slow-Start for TCP with large congestion windows (cwnd) defined in
  226. RFC3742. Limited slow-start is a mechanism to limit growth of the cwnd
  227. on the region where cwnd is larger than tcp_max_ssthresh. TCP increases cwnd
  228. by at most tcp_max_ssthresh segments, and by at least tcp_max_ssthresh/2
  229. segments per RTT when the cwnd is above tcp_max_ssthresh.
  230. If TCP connection increased cwnd to thousands (or tens of thousands) segments,
  231. and thousands of packets were being dropped during slow-start, you can set
  232. tcp_max_ssthresh to improve performance for new TCP connection.
  233. Default: 0 (off)
  234. tcp_max_syn_backlog - INTEGER
  235. Maximal number of remembered connection requests, which have not
  236. received an acknowledgment from connecting client.
  237. The minimal value is 128 for low memory machines, and it will
  238. increase in proportion to the memory of machine.
  239. If server suffers from overload, try increasing this number.
  240. tcp_max_tw_buckets - INTEGER
  241. Maximal number of timewait sockets held by system simultaneously.
  242. If this number is exceeded time-wait socket is immediately destroyed
  243. and warning is printed. This limit exists only to prevent
  244. simple DoS attacks, you _must_ not lower the limit artificially,
  245. but rather increase it (probably, after increasing installed memory),
  246. if network conditions require more than default value.
  247. tcp_mem - vector of 3 INTEGERs: min, pressure, max
  248. min: below this number of pages TCP is not bothered about its
  249. memory appetite.
  250. pressure: when amount of memory allocated by TCP exceeds this number
  251. of pages, TCP moderates its memory consumption and enters memory
  252. pressure mode, which is exited when memory consumption falls
  253. under "min".
  254. max: number of pages allowed for queueing by all TCP sockets.
  255. Defaults are calculated at boot time from amount of available
  256. memory.
  257. tcp_moderate_rcvbuf - BOOLEAN
  258. If set, TCP performs receive buffer auto-tuning, attempting to
  259. automatically size the buffer (no greater than tcp_rmem[2]) to
  260. match the size required by the path for full throughput. Enabled by
  261. default.
  262. tcp_mtu_probing - INTEGER
  263. Controls TCP Packetization-Layer Path MTU Discovery. Takes three
  264. values:
  265. 0 - Disabled
  266. 1 - Disabled by default, enabled when an ICMP black hole detected
  267. 2 - Always enabled, use initial MSS of tcp_base_mss.
  268. tcp_no_metrics_save - BOOLEAN
  269. By default, TCP saves various connection metrics in the route cache
  270. when the connection closes, so that connections established in the
  271. near future can use these to set initial conditions. Usually, this
  272. increases overall performance, but may sometimes cause performance
  273. degradation. If set, TCP will not cache metrics on closing
  274. connections.
  275. tcp_orphan_retries - INTEGER
  276. This value influences the timeout of a locally closed TCP connection,
  277. when RTO retransmissions remain unacknowledged.
  278. See tcp_retries2 for more details.
  279. The default value is 8.
  280. If your machine is a loaded WEB server,
  281. you should think about lowering this value, such sockets
  282. may consume significant resources. Cf. tcp_max_orphans.
  283. tcp_reordering - INTEGER
  284. Maximal reordering of packets in a TCP stream.
  285. Default: 3
  286. tcp_retrans_collapse - BOOLEAN
  287. Bug-to-bug compatibility with some broken printers.
  288. On retransmit try to send bigger packets to work around bugs in
  289. certain TCP stacks.
  290. tcp_retries1 - INTEGER
  291. This value influences the time, after which TCP decides, that
  292. something is wrong due to unacknowledged RTO retransmissions,
  293. and reports this suspicion to the network layer.
  294. See tcp_retries2 for more details.
  295. RFC 1122 recommends at least 3 retransmissions, which is the
  296. default.
  297. tcp_retries2 - INTEGER
  298. This value influences the timeout of an alive TCP connection,
  299. when RTO retransmissions remain unacknowledged.
  300. Given a value of N, a hypothetical TCP connection following
  301. exponential backoff with an initial RTO of TCP_RTO_MIN would
  302. retransmit N times before killing the connection at the (N+1)th RTO.
  303. The default value of 15 yields a hypothetical timeout of 924.6
  304. seconds and is a lower bound for the effective timeout.
  305. TCP will effectively time out at the first RTO which exceeds the
  306. hypothetical timeout.
  307. RFC 1122 recommends at least 100 seconds for the timeout,
  308. which corresponds to a value of at least 8.
  309. tcp_rfc1337 - BOOLEAN
  310. If set, the TCP stack behaves conforming to RFC1337. If unset,
  311. we are not conforming to RFC, but prevent TCP TIME_WAIT
  312. assassination.
  313. Default: 0
  314. tcp_rmem - vector of 3 INTEGERs: min, default, max
  315. min: Minimal size of receive buffer used by TCP sockets.
  316. It is guaranteed to each TCP socket, even under moderate memory
  317. pressure.
  318. Default: 1 page
  319. default: initial size of receive buffer used by TCP sockets.
  320. This value overrides net.core.rmem_default used by other protocols.
  321. Default: 87380 bytes. This value results in window of 65535 with
  322. default setting of tcp_adv_win_scale and tcp_app_win:0 and a bit
  323. less for default tcp_app_win. See below about these variables.
  324. max: maximal size of receive buffer allowed for automatically
  325. selected receiver buffers for TCP socket. This value does not override
  326. net.core.rmem_max. Calling setsockopt() with SO_RCVBUF disables
  327. automatic tuning of that socket's receive buffer size, in which
  328. case this value is ignored.
  329. Default: between 87380B and 6MB, depending on RAM size.
  330. tcp_sack - BOOLEAN
  331. Enable select acknowledgments (SACKS).
  332. tcp_slow_start_after_idle - BOOLEAN
  333. If set, provide RFC2861 behavior and time out the congestion
  334. window after an idle period. An idle period is defined at
  335. the current RTO. If unset, the congestion window will not
  336. be timed out after an idle period.
  337. Default: 1
  338. tcp_stdurg - BOOLEAN
  339. Use the Host requirements interpretation of the TCP urgent pointer field.
  340. Most hosts use the older BSD interpretation, so if you turn this on
  341. Linux might not communicate correctly with them.
  342. Default: FALSE
  343. tcp_synack_retries - INTEGER
  344. Number of times SYNACKs for a passive TCP connection attempt will
  345. be retransmitted. Should not be higher than 255. Default value
  346. is 5, which corresponds to 31seconds till the last retransmission
  347. with the current initial RTO of 1second. With this the final timeout
  348. for a passive TCP connection will happen after 63seconds.
  349. tcp_syncookies - BOOLEAN
  350. Only valid when the kernel was compiled with CONFIG_SYN_COOKIES
  351. Send out syncookies when the syn backlog queue of a socket
  352. overflows. This is to prevent against the common 'SYN flood attack'
  353. Default: 1
  354. Note, that syncookies is fallback facility.
  355. It MUST NOT be used to help highly loaded servers to stand
  356. against legal connection rate. If you see SYN flood warnings
  357. in your logs, but investigation shows that they occur
  358. because of overload with legal connections, you should tune
  359. another parameters until this warning disappear.
  360. See: tcp_max_syn_backlog, tcp_synack_retries, tcp_abort_on_overflow.
  361. syncookies seriously violate TCP protocol, do not allow
  362. to use TCP extensions, can result in serious degradation
  363. of some services (f.e. SMTP relaying), visible not by you,
  364. but your clients and relays, contacting you. While you see
  365. SYN flood warnings in logs not being really flooded, your server
  366. is seriously misconfigured.
  367. tcp_fastopen - INTEGER
  368. Enable TCP Fast Open feature (draft-ietf-tcpm-fastopen) to send data
  369. in the opening SYN packet. To use this feature, the client application
  370. must use sendmsg() or sendto() with MSG_FASTOPEN flag rather than
  371. connect() to perform a TCP handshake automatically.
  372. The values (bitmap) are
  373. 1: Enables sending data in the opening SYN on the client.
  374. 2: Enables TCP Fast Open on the server side, i.e., allowing data in
  375. a SYN packet to be accepted and passed to the application before
  376. 3-way hand shake finishes.
  377. 4: Send data in the opening SYN regardless of cookie availability and
  378. without a cookie option.
  379. 0x100: Accept SYN data w/o validating the cookie.
  380. 0x200: Accept data-in-SYN w/o any cookie option present.
  381. 0x400/0x800: Enable Fast Open on all listeners regardless of the
  382. TCP_FASTOPEN socket option. The two different flags designate two
  383. different ways of setting max_qlen without the TCP_FASTOPEN socket
  384. option.
  385. Default: 0
  386. Note that the client & server side Fast Open flags (1 and 2
  387. respectively) must be also enabled before the rest of flags can take
  388. effect.
  389. See include/net/tcp.h and the code for more details.
  390. tcp_syn_retries - INTEGER
  391. Number of times initial SYNs for an active TCP connection attempt
  392. will be retransmitted. Should not be higher than 255. Default value
  393. is 6, which corresponds to 63seconds till the last retransmission
  394. with the current initial RTO of 1second. With this the final timeout
  395. for an active TCP connection attempt will happen after 127seconds.
  396. tcp_timestamps - BOOLEAN
  397. Enable timestamps as defined in RFC1323.
  398. tcp_tso_win_divisor - INTEGER
  399. This allows control over what percentage of the congestion window
  400. can be consumed by a single TSO frame.
  401. The setting of this parameter is a choice between burstiness and
  402. building larger TSO frames.
  403. Default: 3
  404. tcp_tw_recycle - BOOLEAN
  405. Enable fast recycling TIME-WAIT sockets. Default value is 0.
  406. It should not be changed without advice/request of technical
  407. experts.
  408. tcp_tw_reuse - BOOLEAN
  409. Allow to reuse TIME-WAIT sockets for new connections when it is
  410. safe from protocol viewpoint. Default value is 0.
  411. It should not be changed without advice/request of technical
  412. experts.
  413. tcp_window_scaling - BOOLEAN
  414. Enable window scaling as defined in RFC1323.
  415. tcp_wmem - vector of 3 INTEGERs: min, default, max
  416. min: Amount of memory reserved for send buffers for TCP sockets.
  417. Each TCP socket has rights to use it due to fact of its birth.
  418. Default: 1 page
  419. default: initial size of send buffer used by TCP sockets. This
  420. value overrides net.core.wmem_default used by other protocols.
  421. It is usually lower than net.core.wmem_default.
  422. Default: 16K
  423. max: Maximal amount of memory allowed for automatically tuned
  424. send buffers for TCP sockets. This value does not override
  425. net.core.wmem_max. Calling setsockopt() with SO_SNDBUF disables
  426. automatic tuning of that socket's send buffer size, in which case
  427. this value is ignored.
  428. Default: between 64K and 4MB, depending on RAM size.
  429. tcp_workaround_signed_windows - BOOLEAN
  430. If set, assume no receipt of a window scaling option means the
  431. remote TCP is broken and treats the window as a signed quantity.
  432. If unset, assume the remote TCP is not broken even if we do
  433. not receive a window scaling option from them.
  434. Default: 0
  435. tcp_dma_copybreak - INTEGER
  436. Lower limit, in bytes, of the size of socket reads that will be
  437. offloaded to a DMA copy engine, if one is present in the system
  438. and CONFIG_NET_DMA is enabled.
  439. Default: 4096
  440. tcp_thin_linear_timeouts - BOOLEAN
  441. Enable dynamic triggering of linear timeouts for thin streams.
  442. If set, a check is performed upon retransmission by timeout to
  443. determine if the stream is thin (less than 4 packets in flight).
  444. As long as the stream is found to be thin, up to 6 linear
  445. timeouts may be performed before exponential backoff mode is
  446. initiated. This improves retransmission latency for
  447. non-aggressive thin streams, often found to be time-dependent.
  448. For more information on thin streams, see
  449. Documentation/networking/tcp-thin.txt
  450. Default: 0
  451. tcp_thin_dupack - BOOLEAN
  452. Enable dynamic triggering of retransmissions after one dupACK
  453. for thin streams. If set, a check is performed upon reception
  454. of a dupACK to determine if the stream is thin (less than 4
  455. packets in flight). As long as the stream is found to be thin,
  456. data is retransmitted on the first received dupACK. This
  457. improves retransmission latency for non-aggressive thin
  458. streams, often found to be time-dependent.
  459. For more information on thin streams, see
  460. Documentation/networking/tcp-thin.txt
  461. Default: 0
  462. tcp_limit_output_bytes - INTEGER
  463. Controls TCP Small Queue limit per tcp socket.
  464. TCP bulk sender tends to increase packets in flight until it
  465. gets losses notifications. With SNDBUF autotuning, this can
  466. result in a large amount of packets queued in qdisc/device
  467. on the local machine, hurting latency of other flows, for
  468. typical pfifo_fast qdiscs.
  469. tcp_limit_output_bytes limits the number of bytes on qdisc
  470. or device to reduce artificial RTT/cwnd and reduce bufferbloat.
  471. Note: For GSO/TSO enabled flows, we try to have at least two
  472. packets in flight. Reducing tcp_limit_output_bytes might also
  473. reduce the size of individual GSO packet (64KB being the max)
  474. Default: 131072
  475. tcp_challenge_ack_limit - INTEGER
  476. Limits number of Challenge ACK sent per second, as recommended
  477. in RFC 5961 (Improving TCP's Robustness to Blind In-Window Attacks)
  478. Default: 100
  479. UDP variables:
  480. udp_mem - vector of 3 INTEGERs: min, pressure, max
  481. Number of pages allowed for queueing by all UDP sockets.
  482. min: Below this number of pages UDP is not bothered about its
  483. memory appetite. When amount of memory allocated by UDP exceeds
  484. this number, UDP starts to moderate memory usage.
  485. pressure: This value was introduced to follow format of tcp_mem.
  486. max: Number of pages allowed for queueing by all UDP sockets.
  487. Default is calculated at boot time from amount of available memory.
  488. udp_rmem_min - INTEGER
  489. Minimal size of receive buffer used by UDP sockets in moderation.
  490. Each UDP socket is able to use the size for receiving data, even if
  491. total pages of UDP sockets exceed udp_mem pressure. The unit is byte.
  492. Default: 1 page
  493. udp_wmem_min - INTEGER
  494. Minimal size of send buffer used by UDP sockets in moderation.
  495. Each UDP socket is able to use the size for sending data, even if
  496. total pages of UDP sockets exceed udp_mem pressure. The unit is byte.
  497. Default: 1 page
  498. CIPSOv4 Variables:
  499. cipso_cache_enable - BOOLEAN
  500. If set, enable additions to and lookups from the CIPSO label mapping
  501. cache. If unset, additions are ignored and lookups always result in a
  502. miss. However, regardless of the setting the cache is still
  503. invalidated when required when means you can safely toggle this on and
  504. off and the cache will always be "safe".
  505. Default: 1
  506. cipso_cache_bucket_size - INTEGER
  507. The CIPSO label cache consists of a fixed size hash table with each
  508. hash bucket containing a number of cache entries. This variable limits
  509. the number of entries in each hash bucket; the larger the value the
  510. more CIPSO label mappings that can be cached. When the number of
  511. entries in a given hash bucket reaches this limit adding new entries
  512. causes the oldest entry in the bucket to be removed to make room.
  513. Default: 10
  514. cipso_rbm_optfmt - BOOLEAN
  515. Enable the "Optimized Tag 1 Format" as defined in section 3.4.2.6 of
  516. the CIPSO draft specification (see Documentation/netlabel for details).
  517. This means that when set the CIPSO tag will be padded with empty
  518. categories in order to make the packet data 32-bit aligned.
  519. Default: 0
  520. cipso_rbm_structvalid - BOOLEAN
  521. If set, do a very strict check of the CIPSO option when
  522. ip_options_compile() is called. If unset, relax the checks done during
  523. ip_options_compile(). Either way is "safe" as errors are caught else
  524. where in the CIPSO processing code but setting this to 0 (False) should
  525. result in less work (i.e. it should be faster) but could cause problems
  526. with other implementations that require strict checking.
  527. Default: 0
  528. IP Variables:
  529. ip_local_port_range - 2 INTEGERS
  530. Defines the local port range that is used by TCP and UDP to
  531. choose the local port. The first number is the first, the
  532. second the last local port number. The default values are
  533. 32768 and 61000 respectively.
  534. ip_local_reserved_ports - list of comma separated ranges
  535. Specify the ports which are reserved for known third-party
  536. applications. These ports will not be used by automatic port
  537. assignments (e.g. when calling connect() or bind() with port
  538. number 0). Explicit port allocation behavior is unchanged.
  539. The format used for both input and output is a comma separated
  540. list of ranges (e.g. "1,2-4,10-10" for ports 1, 2, 3, 4 and
  541. 10). Writing to the file will clear all previously reserved
  542. ports and update the current list with the one given in the
  543. input.
  544. Note that ip_local_port_range and ip_local_reserved_ports
  545. settings are independent and both are considered by the kernel
  546. when determining which ports are available for automatic port
  547. assignments.
  548. You can reserve ports which are not in the current
  549. ip_local_port_range, e.g.:
  550. $ cat /proc/sys/net/ipv4/ip_local_port_range
  551. 32000 61000
  552. $ cat /proc/sys/net/ipv4/ip_local_reserved_ports
  553. 8080,9148
  554. although this is redundant. However such a setting is useful
  555. if later the port range is changed to a value that will
  556. include the reserved ports.
  557. Default: Empty
  558. ip_nonlocal_bind - BOOLEAN
  559. If set, allows processes to bind() to non-local IP addresses,
  560. which can be quite useful - but may break some applications.
  561. Default: 0
  562. ip_dynaddr - BOOLEAN
  563. If set non-zero, enables support for dynamic addresses.
  564. If set to a non-zero value larger than 1, a kernel log
  565. message will be printed when dynamic address rewriting
  566. occurs.
  567. Default: 0
  568. ip_early_demux - BOOLEAN
  569. Optimize input packet processing down to one demux for
  570. certain kinds of local sockets. Currently we only do this
  571. for established TCP sockets.
  572. It may add an additional cost for pure routing workloads that
  573. reduces overall throughput, in such case you should disable it.
  574. Default: 1
  575. icmp_echo_ignore_all - BOOLEAN
  576. If set non-zero, then the kernel will ignore all ICMP ECHO
  577. requests sent to it.
  578. Default: 0
  579. icmp_echo_ignore_broadcasts - BOOLEAN
  580. If set non-zero, then the kernel will ignore all ICMP ECHO and
  581. TIMESTAMP requests sent to it via broadcast/multicast.
  582. Default: 1
  583. icmp_ratelimit - INTEGER
  584. Limit the maximal rates for sending ICMP packets whose type matches
  585. icmp_ratemask (see below) to specific targets.
  586. 0 to disable any limiting,
  587. otherwise the minimal space between responses in milliseconds.
  588. Default: 1000
  589. icmp_ratemask - INTEGER
  590. Mask made of ICMP types for which rates are being limited.
  591. Significant bits: IHGFEDCBA9876543210
  592. Default mask: 0000001100000011000 (6168)
  593. Bit definitions (see include/linux/icmp.h):
  594. 0 Echo Reply
  595. 3 Destination Unreachable *
  596. 4 Source Quench *
  597. 5 Redirect
  598. 8 Echo Request
  599. B Time Exceeded *
  600. C Parameter Problem *
  601. D Timestamp Request
  602. E Timestamp Reply
  603. F Info Request
  604. G Info Reply
  605. H Address Mask Request
  606. I Address Mask Reply
  607. * These are rate limited by default (see default mask above)
  608. icmp_ignore_bogus_error_responses - BOOLEAN
  609. Some routers violate RFC1122 by sending bogus responses to broadcast
  610. frames. Such violations are normally logged via a kernel warning.
  611. If this is set to TRUE, the kernel will not give such warnings, which
  612. will avoid log file clutter.
  613. Default: 1
  614. icmp_errors_use_inbound_ifaddr - BOOLEAN
  615. If zero, icmp error messages are sent with the primary address of
  616. the exiting interface.
  617. If non-zero, the message will be sent with the primary address of
  618. the interface that received the packet that caused the icmp error.
  619. This is the behaviour network many administrators will expect from
  620. a router. And it can make debugging complicated network layouts
  621. much easier.
  622. Note that if no primary address exists for the interface selected,
  623. then the primary address of the first non-loopback interface that
  624. has one will be used regardless of this setting.
  625. Default: 0
  626. igmp_max_memberships - INTEGER
  627. Change the maximum number of multicast groups we can subscribe to.
  628. Default: 20
  629. Theoretical maximum value is bounded by having to send a membership
  630. report in a single datagram (i.e. the report can't span multiple
  631. datagrams, or risk confusing the switch and leaving groups you don't
  632. intend to).
  633. The number of supported groups 'M' is bounded by the number of group
  634. report entries you can fit into a single datagram of 65535 bytes.
  635. M = 65536-sizeof (ip header)/(sizeof(Group record))
  636. Group records are variable length, with a minimum of 12 bytes.
  637. So net.ipv4.igmp_max_memberships should not be set higher than:
  638. (65536-24) / 12 = 5459
  639. The value 5459 assumes no IP header options, so in practice
  640. this number may be lower.
  641. conf/interface/* changes special settings per interface (where
  642. "interface" is the name of your network interface)
  643. conf/all/* is special, changes the settings for all interfaces
  644. log_martians - BOOLEAN
  645. Log packets with impossible addresses to kernel log.
  646. log_martians for the interface will be enabled if at least one of
  647. conf/{all,interface}/log_martians is set to TRUE,
  648. it will be disabled otherwise
  649. accept_redirects - BOOLEAN
  650. Accept ICMP redirect messages.
  651. accept_redirects for the interface will be enabled if:
  652. - both conf/{all,interface}/accept_redirects are TRUE in the case
  653. forwarding for the interface is enabled
  654. or
  655. - at least one of conf/{all,interface}/accept_redirects is TRUE in the
  656. case forwarding for the interface is disabled
  657. accept_redirects for the interface will be disabled otherwise
  658. default TRUE (host)
  659. FALSE (router)
  660. forwarding - BOOLEAN
  661. Enable IP forwarding on this interface.
  662. mc_forwarding - BOOLEAN
  663. Do multicast routing. The kernel needs to be compiled with CONFIG_MROUTE
  664. and a multicast routing daemon is required.
  665. conf/all/mc_forwarding must also be set to TRUE to enable multicast
  666. routing for the interface
  667. medium_id - INTEGER
  668. Integer value used to differentiate the devices by the medium they
  669. are attached to. Two devices can have different id values when
  670. the broadcast packets are received only on one of them.
  671. The default value 0 means that the device is the only interface
  672. to its medium, value of -1 means that medium is not known.
  673. Currently, it is used to change the proxy_arp behavior:
  674. the proxy_arp feature is enabled for packets forwarded between
  675. two devices attached to different media.
  676. proxy_arp - BOOLEAN
  677. Do proxy arp.
  678. proxy_arp for the interface will be enabled if at least one of
  679. conf/{all,interface}/proxy_arp is set to TRUE,
  680. it will be disabled otherwise
  681. proxy_arp_pvlan - BOOLEAN
  682. Private VLAN proxy arp.
  683. Basically allow proxy arp replies back to the same interface
  684. (from which the ARP request/solicitation was received).
  685. This is done to support (ethernet) switch features, like RFC
  686. 3069, where the individual ports are NOT allowed to
  687. communicate with each other, but they are allowed to talk to
  688. the upstream router. As described in RFC 3069, it is possible
  689. to allow these hosts to communicate through the upstream
  690. router by proxy_arp'ing. Don't need to be used together with
  691. proxy_arp.
  692. This technology is known by different names:
  693. In RFC 3069 it is called VLAN Aggregation.
  694. Cisco and Allied Telesyn call it Private VLAN.
  695. Hewlett-Packard call it Source-Port filtering or port-isolation.
  696. Ericsson call it MAC-Forced Forwarding (RFC Draft).
  697. shared_media - BOOLEAN
  698. Send(router) or accept(host) RFC1620 shared media redirects.
  699. Overrides ip_secure_redirects.
  700. shared_media for the interface will be enabled if at least one of
  701. conf/{all,interface}/shared_media is set to TRUE,
  702. it will be disabled otherwise
  703. default TRUE
  704. secure_redirects - BOOLEAN
  705. Accept ICMP redirect messages only for gateways,
  706. listed in default gateway list.
  707. secure_redirects for the interface will be enabled if at least one of
  708. conf/{all,interface}/secure_redirects is set to TRUE,
  709. it will be disabled otherwise
  710. default TRUE
  711. send_redirects - BOOLEAN
  712. Send redirects, if router.
  713. send_redirects for the interface will be enabled if at least one of
  714. conf/{all,interface}/send_redirects is set to TRUE,
  715. it will be disabled otherwise
  716. Default: TRUE
  717. bootp_relay - BOOLEAN
  718. Accept packets with source address 0.b.c.d destined
  719. not to this host as local ones. It is supposed, that
  720. BOOTP relay daemon will catch and forward such packets.
  721. conf/all/bootp_relay must also be set to TRUE to enable BOOTP relay
  722. for the interface
  723. default FALSE
  724. Not Implemented Yet.
  725. accept_source_route - BOOLEAN
  726. Accept packets with SRR option.
  727. conf/all/accept_source_route must also be set to TRUE to accept packets
  728. with SRR option on the interface
  729. default TRUE (router)
  730. FALSE (host)
  731. accept_local - BOOLEAN
  732. Accept packets with local source addresses. In combination
  733. with suitable routing, this can be used to direct packets
  734. between two local interfaces over the wire and have them
  735. accepted properly.
  736. rp_filter must be set to a non-zero value in order for
  737. accept_local to have an effect.
  738. default FALSE
  739. route_localnet - BOOLEAN
  740. Do not consider loopback addresses as martian source or destination
  741. while routing. This enables the use of 127/8 for local routing purposes.
  742. default FALSE
  743. rp_filter - INTEGER
  744. 0 - No source validation.
  745. 1 - Strict mode as defined in RFC3704 Strict Reverse Path
  746. Each incoming packet is tested against the FIB and if the interface
  747. is not the best reverse path the packet check will fail.
  748. By default failed packets are discarded.
  749. 2 - Loose mode as defined in RFC3704 Loose Reverse Path
  750. Each incoming packet's source address is also tested against the FIB
  751. and if the source address is not reachable via any interface
  752. the packet check will fail.
  753. Current recommended practice in RFC3704 is to enable strict mode
  754. to prevent IP spoofing from DDos attacks. If using asymmetric routing
  755. or other complicated routing, then loose mode is recommended.
  756. The max value from conf/{all,interface}/rp_filter is used
  757. when doing source validation on the {interface}.
  758. Default value is 0. Note that some distributions enable it
  759. in startup scripts.
  760. arp_filter - BOOLEAN
  761. 1 - Allows you to have multiple network interfaces on the same
  762. subnet, and have the ARPs for each interface be answered
  763. based on whether or not the kernel would route a packet from
  764. the ARP'd IP out that interface (therefore you must use source
  765. based routing for this to work). In other words it allows control
  766. of which cards (usually 1) will respond to an arp request.
  767. 0 - (default) The kernel can respond to arp requests with addresses
  768. from other interfaces. This may seem wrong but it usually makes
  769. sense, because it increases the chance of successful communication.
  770. IP addresses are owned by the complete host on Linux, not by
  771. particular interfaces. Only for more complex setups like load-
  772. balancing, does this behaviour cause problems.
  773. arp_filter for the interface will be enabled if at least one of
  774. conf/{all,interface}/arp_filter is set to TRUE,
  775. it will be disabled otherwise
  776. arp_announce - INTEGER
  777. Define different restriction levels for announcing the local
  778. source IP address from IP packets in ARP requests sent on
  779. interface:
  780. 0 - (default) Use any local address, configured on any interface
  781. 1 - Try to avoid local addresses that are not in the target's
  782. subnet for this interface. This mode is useful when target
  783. hosts reachable via this interface require the source IP
  784. address in ARP requests to be part of their logical network
  785. configured on the receiving interface. When we generate the
  786. request we will check all our subnets that include the
  787. target IP and will preserve the source address if it is from
  788. such subnet. If there is no such subnet we select source
  789. address according to the rules for level 2.
  790. 2 - Always use the best local address for this target.
  791. In this mode we ignore the source address in the IP packet
  792. and try to select local address that we prefer for talks with
  793. the target host. Such local address is selected by looking
  794. for primary IP addresses on all our subnets on the outgoing
  795. interface that include the target IP address. If no suitable
  796. local address is found we select the first local address
  797. we have on the outgoing interface or on all other interfaces,
  798. with the hope we will receive reply for our request and
  799. even sometimes no matter the source IP address we announce.
  800. The max value from conf/{all,interface}/arp_announce is used.
  801. Increasing the restriction level gives more chance for
  802. receiving answer from the resolved target while decreasing
  803. the level announces more valid sender's information.
  804. arp_ignore - INTEGER
  805. Define different modes for sending replies in response to
  806. received ARP requests that resolve local target IP addresses:
  807. 0 - (default): reply for any local target IP address, configured
  808. on any interface
  809. 1 - reply only if the target IP address is local address
  810. configured on the incoming interface
  811. 2 - reply only if the target IP address is local address
  812. configured on the incoming interface and both with the
  813. sender's IP address are part from same subnet on this interface
  814. 3 - do not reply for local addresses configured with scope host,
  815. only resolutions for global and link addresses are replied
  816. 4-7 - reserved
  817. 8 - do not reply for all local addresses
  818. The max value from conf/{all,interface}/arp_ignore is used
  819. when ARP request is received on the {interface}
  820. arp_notify - BOOLEAN
  821. Define mode for notification of address and device changes.
  822. 0 - (default): do nothing
  823. 1 - Generate gratuitous arp requests when device is brought up
  824. or hardware address changes.
  825. arp_accept - BOOLEAN
  826. Define behavior for gratuitous ARP frames who's IP is not
  827. already present in the ARP table:
  828. 0 - don't create new entries in the ARP table
  829. 1 - create new entries in the ARP table
  830. Both replies and requests type gratuitous arp will trigger the
  831. ARP table to be updated, if this setting is on.
  832. If the ARP table already contains the IP address of the
  833. gratuitous arp frame, the arp table will be updated regardless
  834. if this setting is on or off.
  835. app_solicit - INTEGER
  836. The maximum number of probes to send to the user space ARP daemon
  837. via netlink before dropping back to multicast probes (see
  838. mcast_solicit). Defaults to 0.
  839. disable_policy - BOOLEAN
  840. Disable IPSEC policy (SPD) for this interface
  841. disable_xfrm - BOOLEAN
  842. Disable IPSEC encryption on this interface, whatever the policy
  843. tag - INTEGER
  844. Allows you to write a number, which can be used as required.
  845. Default value is 0.
  846. Alexey Kuznetsov.
  847. kuznet@ms2.inr.ac.ru
  848. Updated by:
  849. Andi Kleen
  850. ak@muc.de
  851. Nicolas Delon
  852. delon.nicolas@wanadoo.fr
  853. /proc/sys/net/ipv6/* Variables:
  854. IPv6 has no global variables such as tcp_*. tcp_* settings under ipv4/ also
  855. apply to IPv6 [XXX?].
  856. bindv6only - BOOLEAN
  857. Default value for IPV6_V6ONLY socket option,
  858. which restricts use of the IPv6 socket to IPv6 communication
  859. only.
  860. TRUE: disable IPv4-mapped address feature
  861. FALSE: enable IPv4-mapped address feature
  862. Default: FALSE (as specified in RFC3493)
  863. IPv6 Fragmentation:
  864. ip6frag_high_thresh - INTEGER
  865. Maximum memory used to reassemble IPv6 fragments. When
  866. ip6frag_high_thresh bytes of memory is allocated for this purpose,
  867. the fragment handler will toss packets until ip6frag_low_thresh
  868. is reached.
  869. ip6frag_low_thresh - INTEGER
  870. See ip6frag_high_thresh
  871. ip6frag_time - INTEGER
  872. Time in seconds to keep an IPv6 fragment in memory.
  873. ip6frag_secret_interval - INTEGER
  874. Regeneration interval (in seconds) of the hash secret (or lifetime
  875. for the hash secret) for IPv6 fragments.
  876. Default: 600
  877. conf/default/*:
  878. Change the interface-specific default settings.
  879. conf/all/*:
  880. Change all the interface-specific settings.
  881. [XXX: Other special features than forwarding?]
  882. conf/all/forwarding - BOOLEAN
  883. Enable global IPv6 forwarding between all interfaces.
  884. IPv4 and IPv6 work differently here; e.g. netfilter must be used
  885. to control which interfaces may forward packets and which not.
  886. This also sets all interfaces' Host/Router setting
  887. 'forwarding' to the specified value. See below for details.
  888. This referred to as global forwarding.
  889. proxy_ndp - BOOLEAN
  890. Do proxy ndp.
  891. conf/interface/*:
  892. Change special settings per interface.
  893. The functional behaviour for certain settings is different
  894. depending on whether local forwarding is enabled or not.
  895. accept_ra - INTEGER
  896. Accept Router Advertisements; autoconfigure using them.
  897. It also determines whether or not to transmit Router
  898. Solicitations. If and only if the functional setting is to
  899. accept Router Advertisements, Router Solicitations will be
  900. transmitted.
  901. Possible values are:
  902. 0 Do not accept Router Advertisements.
  903. 1 Accept Router Advertisements if forwarding is disabled.
  904. 2 Overrule forwarding behaviour. Accept Router Advertisements
  905. even if forwarding is enabled.
  906. Functional default: enabled if local forwarding is disabled.
  907. disabled if local forwarding is enabled.
  908. accept_ra_defrtr - BOOLEAN
  909. Learn default router in Router Advertisement.
  910. Functional default: enabled if accept_ra is enabled.
  911. disabled if accept_ra is disabled.
  912. accept_ra_pinfo - BOOLEAN
  913. Learn Prefix Information in Router Advertisement.
  914. Functional default: enabled if accept_ra is enabled.
  915. disabled if accept_ra is disabled.
  916. accept_ra_rt_info_max_plen - INTEGER
  917. Maximum prefix length of Route Information in RA.
  918. Route Information w/ prefix larger than or equal to this
  919. variable shall be ignored.
  920. Functional default: 0 if accept_ra_rtr_pref is enabled.
  921. -1 if accept_ra_rtr_pref is disabled.
  922. accept_ra_rtr_pref - BOOLEAN
  923. Accept Router Preference in RA.
  924. Functional default: enabled if accept_ra is enabled.
  925. disabled if accept_ra is disabled.
  926. accept_redirects - BOOLEAN
  927. Accept Redirects.
  928. Functional default: enabled if local forwarding is disabled.
  929. disabled if local forwarding is enabled.
  930. accept_source_route - INTEGER
  931. Accept source routing (routing extension header).
  932. >= 0: Accept only routing header type 2.
  933. < 0: Do not accept routing header.
  934. Default: 0
  935. autoconf - BOOLEAN
  936. Autoconfigure addresses using Prefix Information in Router
  937. Advertisements.
  938. Functional default: enabled if accept_ra_pinfo is enabled.
  939. disabled if accept_ra_pinfo is disabled.
  940. dad_transmits - INTEGER
  941. The amount of Duplicate Address Detection probes to send.
  942. Default: 1
  943. forwarding - INTEGER
  944. Configure interface-specific Host/Router behaviour.
  945. Note: It is recommended to have the same setting on all
  946. interfaces; mixed router/host scenarios are rather uncommon.
  947. Possible values are:
  948. 0 Forwarding disabled
  949. 1 Forwarding enabled
  950. FALSE (0):
  951. By default, Host behaviour is assumed. This means:
  952. 1. IsRouter flag is not set in Neighbour Advertisements.
  953. 2. If accept_ra is TRUE (default), transmit Router
  954. Solicitations.
  955. 3. If accept_ra is TRUE (default), accept Router
  956. Advertisements (and do autoconfiguration).
  957. 4. If accept_redirects is TRUE (default), accept Redirects.
  958. TRUE (1):
  959. If local forwarding is enabled, Router behaviour is assumed.
  960. This means exactly the reverse from the above:
  961. 1. IsRouter flag is set in Neighbour Advertisements.
  962. 2. Router Solicitations are not sent unless accept_ra is 2.
  963. 3. Router Advertisements are ignored unless accept_ra is 2.
  964. 4. Redirects are ignored.
  965. Default: 0 (disabled) if global forwarding is disabled (default),
  966. otherwise 1 (enabled).
  967. hop_limit - INTEGER
  968. Default Hop Limit to set.
  969. Default: 64
  970. mtu - INTEGER
  971. Default Maximum Transfer Unit
  972. Default: 1280 (IPv6 required minimum)
  973. router_probe_interval - INTEGER
  974. Minimum interval (in seconds) between Router Probing described
  975. in RFC4191.
  976. Default: 60
  977. router_solicitation_delay - INTEGER
  978. Number of seconds to wait after interface is brought up
  979. before sending Router Solicitations.
  980. Default: 1
  981. router_solicitation_interval - INTEGER
  982. Number of seconds to wait between Router Solicitations.
  983. Default: 4
  984. router_solicitations - INTEGER
  985. Number of Router Solicitations to send until assuming no
  986. routers are present.
  987. Default: 3
  988. use_tempaddr - INTEGER
  989. Preference for Privacy Extensions (RFC3041).
  990. <= 0 : disable Privacy Extensions
  991. == 1 : enable Privacy Extensions, but prefer public
  992. addresses over temporary addresses.
  993. > 1 : enable Privacy Extensions and prefer temporary
  994. addresses over public addresses.
  995. Default: 0 (for most devices)
  996. -1 (for point-to-point devices and loopback devices)
  997. temp_valid_lft - INTEGER
  998. valid lifetime (in seconds) for temporary addresses.
  999. Default: 604800 (7 days)
  1000. temp_prefered_lft - INTEGER
  1001. Preferred lifetime (in seconds) for temporary addresses.
  1002. Default: 86400 (1 day)
  1003. max_desync_factor - INTEGER
  1004. Maximum value for DESYNC_FACTOR, which is a random value
  1005. that ensures that clients don't synchronize with each
  1006. other and generate new addresses at exactly the same time.
  1007. value is in seconds.
  1008. Default: 600
  1009. regen_max_retry - INTEGER
  1010. Number of attempts before give up attempting to generate
  1011. valid temporary addresses.
  1012. Default: 5
  1013. max_addresses - INTEGER
  1014. Maximum number of autoconfigured addresses per interface. Setting
  1015. to zero disables the limitation. It is not recommended to set this
  1016. value too large (or to zero) because it would be an easy way to
  1017. crash the kernel by allowing too many addresses to be created.
  1018. Default: 16
  1019. disable_ipv6 - BOOLEAN
  1020. Disable IPv6 operation. If accept_dad is set to 2, this value
  1021. will be dynamically set to TRUE if DAD fails for the link-local
  1022. address.
  1023. Default: FALSE (enable IPv6 operation)
  1024. When this value is changed from 1 to 0 (IPv6 is being enabled),
  1025. it will dynamically create a link-local address on the given
  1026. interface and start Duplicate Address Detection, if necessary.
  1027. When this value is changed from 0 to 1 (IPv6 is being disabled),
  1028. it will dynamically delete all address on the given interface.
  1029. accept_dad - INTEGER
  1030. Whether to accept DAD (Duplicate Address Detection).
  1031. 0: Disable DAD
  1032. 1: Enable DAD (default)
  1033. 2: Enable DAD, and disable IPv6 operation if MAC-based duplicate
  1034. link-local address has been found.
  1035. force_tllao - BOOLEAN
  1036. Enable sending the target link-layer address option even when
  1037. responding to a unicast neighbor solicitation.
  1038. Default: FALSE
  1039. Quoting from RFC 2461, section 4.4, Target link-layer address:
  1040. "The option MUST be included for multicast solicitations in order to
  1041. avoid infinite Neighbor Solicitation "recursion" when the peer node
  1042. does not have a cache entry to return a Neighbor Advertisements
  1043. message. When responding to unicast solicitations, the option can be
  1044. omitted since the sender of the solicitation has the correct link-
  1045. layer address; otherwise it would not have be able to send the unicast
  1046. solicitation in the first place. However, including the link-layer
  1047. address in this case adds little overhead and eliminates a potential
  1048. race condition where the sender deletes the cached link-layer address
  1049. prior to receiving a response to a previous solicitation."
  1050. ndisc_notify - BOOLEAN
  1051. Define mode for notification of address and device changes.
  1052. 0 - (default): do nothing
  1053. 1 - Generate unsolicited neighbour advertisements when device is brought
  1054. up or hardware address changes.
  1055. icmp/*:
  1056. ratelimit - INTEGER
  1057. Limit the maximal rates for sending ICMPv6 packets.
  1058. 0 to disable any limiting,
  1059. otherwise the minimal space between responses in milliseconds.
  1060. Default: 1000
  1061. IPv6 Update by:
  1062. Pekka Savola <pekkas@netcore.fi>
  1063. YOSHIFUJI Hideaki / USAGI Project <yoshfuji@linux-ipv6.org>
  1064. /proc/sys/net/bridge/* Variables:
  1065. bridge-nf-call-arptables - BOOLEAN
  1066. 1 : pass bridged ARP traffic to arptables' FORWARD chain.
  1067. 0 : disable this.
  1068. Default: 1
  1069. bridge-nf-call-iptables - BOOLEAN
  1070. 1 : pass bridged IPv4 traffic to iptables' chains.
  1071. 0 : disable this.
  1072. Default: 1
  1073. bridge-nf-call-ip6tables - BOOLEAN
  1074. 1 : pass bridged IPv6 traffic to ip6tables' chains.
  1075. 0 : disable this.
  1076. Default: 1
  1077. bridge-nf-filter-vlan-tagged - BOOLEAN
  1078. 1 : pass bridged vlan-tagged ARP/IP/IPv6 traffic to {arp,ip,ip6}tables.
  1079. 0 : disable this.
  1080. Default: 0
  1081. bridge-nf-filter-pppoe-tagged - BOOLEAN
  1082. 1 : pass bridged pppoe-tagged IP/IPv6 traffic to {ip,ip6}tables.
  1083. 0 : disable this.
  1084. Default: 0
  1085. bridge-nf-pass-vlan-input-dev - BOOLEAN
  1086. 1: if bridge-nf-filter-vlan-tagged is enabled, try to find a vlan
  1087. interface on the bridge and set the netfilter input device to the vlan.
  1088. This allows use of e.g. "iptables -i br0.1" and makes the REDIRECT
  1089. target work with vlan-on-top-of-bridge interfaces. When no matching
  1090. vlan interface is found, or this switch is off, the input device is
  1091. set to the bridge interface.
  1092. 0: disable bridge netfilter vlan interface lookup.
  1093. Default: 0
  1094. proc/sys/net/sctp/* Variables:
  1095. addip_enable - BOOLEAN
  1096. Enable or disable extension of Dynamic Address Reconfiguration
  1097. (ADD-IP) functionality specified in RFC5061. This extension provides
  1098. the ability to dynamically add and remove new addresses for the SCTP
  1099. associations.
  1100. 1: Enable extension.
  1101. 0: Disable extension.
  1102. Default: 0
  1103. addip_noauth_enable - BOOLEAN
  1104. Dynamic Address Reconfiguration (ADD-IP) requires the use of
  1105. authentication to protect the operations of adding or removing new
  1106. addresses. This requirement is mandated so that unauthorized hosts
  1107. would not be able to hijack associations. However, older
  1108. implementations may not have implemented this requirement while
  1109. allowing the ADD-IP extension. For reasons of interoperability,
  1110. we provide this variable to control the enforcement of the
  1111. authentication requirement.
  1112. 1: Allow ADD-IP extension to be used without authentication. This
  1113. should only be set in a closed environment for interoperability
  1114. with older implementations.
  1115. 0: Enforce the authentication requirement
  1116. Default: 0
  1117. auth_enable - BOOLEAN
  1118. Enable or disable Authenticated Chunks extension. This extension
  1119. provides the ability to send and receive authenticated chunks and is
  1120. required for secure operation of Dynamic Address Reconfiguration
  1121. (ADD-IP) extension.
  1122. 1: Enable this extension.
  1123. 0: Disable this extension.
  1124. Default: 0
  1125. prsctp_enable - BOOLEAN
  1126. Enable or disable the Partial Reliability extension (RFC3758) which
  1127. is used to notify peers that a given DATA should no longer be expected.
  1128. 1: Enable extension
  1129. 0: Disable
  1130. Default: 1
  1131. max_burst - INTEGER
  1132. The limit of the number of new packets that can be initially sent. It
  1133. controls how bursty the generated traffic can be.
  1134. Default: 4
  1135. association_max_retrans - INTEGER
  1136. Set the maximum number for retransmissions that an association can
  1137. attempt deciding that the remote end is unreachable. If this value
  1138. is exceeded, the association is terminated.
  1139. Default: 10
  1140. max_init_retransmits - INTEGER
  1141. The maximum number of retransmissions of INIT and COOKIE-ECHO chunks
  1142. that an association will attempt before declaring the destination
  1143. unreachable and terminating.
  1144. Default: 8
  1145. path_max_retrans - INTEGER
  1146. The maximum number of retransmissions that will be attempted on a given
  1147. path. Once this threshold is exceeded, the path is considered
  1148. unreachable, and new traffic will use a different path when the
  1149. association is multihomed.
  1150. Default: 5
  1151. pf_retrans - INTEGER
  1152. The number of retransmissions that will be attempted on a given path
  1153. before traffic is redirected to an alternate transport (should one
  1154. exist). Note this is distinct from path_max_retrans, as a path that
  1155. passes the pf_retrans threshold can still be used. Its only
  1156. deprioritized when a transmission path is selected by the stack. This
  1157. setting is primarily used to enable fast failover mechanisms without
  1158. having to reduce path_max_retrans to a very low value. See:
  1159. http://www.ietf.org/id/draft-nishida-tsvwg-sctp-failover-05.txt
  1160. for details. Note also that a value of pf_retrans > path_max_retrans
  1161. disables this feature
  1162. Default: 0
  1163. rto_initial - INTEGER
  1164. The initial round trip timeout value in milliseconds that will be used
  1165. in calculating round trip times. This is the initial time interval
  1166. for retransmissions.
  1167. Default: 3000
  1168. rto_max - INTEGER
  1169. The maximum value (in milliseconds) of the round trip timeout. This
  1170. is the largest time interval that can elapse between retransmissions.
  1171. Default: 60000
  1172. rto_min - INTEGER
  1173. The minimum value (in milliseconds) of the round trip timeout. This
  1174. is the smallest time interval the can elapse between retransmissions.
  1175. Default: 1000
  1176. hb_interval - INTEGER
  1177. The interval (in milliseconds) between HEARTBEAT chunks. These chunks
  1178. are sent at the specified interval on idle paths to probe the state of
  1179. a given path between 2 associations.
  1180. Default: 30000
  1181. sack_timeout - INTEGER
  1182. The amount of time (in milliseconds) that the implementation will wait
  1183. to send a SACK.
  1184. Default: 200
  1185. valid_cookie_life - INTEGER
  1186. The default lifetime of the SCTP cookie (in milliseconds). The cookie
  1187. is used during association establishment.
  1188. Default: 60000
  1189. cookie_preserve_enable - BOOLEAN
  1190. Enable or disable the ability to extend the lifetime of the SCTP cookie
  1191. that is used during the establishment phase of SCTP association
  1192. 1: Enable cookie lifetime extension.
  1193. 0: Disable
  1194. Default: 1
  1195. cookie_hmac_alg - STRING
  1196. Select the hmac algorithm used when generating the cookie value sent by
  1197. a listening sctp socket to a connecting client in the INIT-ACK chunk.
  1198. Valid values are:
  1199. * md5
  1200. * sha1
  1201. * none
  1202. Ability to assign md5 or sha1 as the selected alg is predicated on the
  1203. configuration of those algorithms at build time (CONFIG_CRYPTO_MD5 and
  1204. CONFIG_CRYPTO_SHA1).
  1205. Default: Dependent on configuration. MD5 if available, else SHA1 if
  1206. available, else none.
  1207. rcvbuf_policy - INTEGER
  1208. Determines if the receive buffer is attributed to the socket or to
  1209. association. SCTP supports the capability to create multiple
  1210. associations on a single socket. When using this capability, it is
  1211. possible that a single stalled association that's buffering a lot
  1212. of data may block other associations from delivering their data by
  1213. consuming all of the receive buffer space. To work around this,
  1214. the rcvbuf_policy could be set to attribute the receiver buffer space
  1215. to each association instead of the socket. This prevents the described
  1216. blocking.
  1217. 1: rcvbuf space is per association
  1218. 0: rcvbuf space is per socket
  1219. Default: 0
  1220. sndbuf_policy - INTEGER
  1221. Similar to rcvbuf_policy above, this applies to send buffer space.
  1222. 1: Send buffer is tracked per association
  1223. 0: Send buffer is tracked per socket.
  1224. Default: 0
  1225. sctp_mem - vector of 3 INTEGERs: min, pressure, max
  1226. Number of pages allowed for queueing by all SCTP sockets.
  1227. min: Below this number of pages SCTP is not bothered about its
  1228. memory appetite. When amount of memory allocated by SCTP exceeds
  1229. this number, SCTP starts to moderate memory usage.
  1230. pressure: This value was introduced to follow format of tcp_mem.
  1231. max: Number of pages allowed for queueing by all SCTP sockets.
  1232. Default is calculated at boot time from amount of available memory.
  1233. sctp_rmem - vector of 3 INTEGERs: min, default, max
  1234. Only the first value ("min") is used, "default" and "max" are
  1235. ignored.
  1236. min: Minimal size of receive buffer used by SCTP socket.
  1237. It is guaranteed to each SCTP socket (but not association) even
  1238. under moderate memory pressure.
  1239. Default: 1 page
  1240. sctp_wmem - vector of 3 INTEGERs: min, default, max
  1241. Currently this tunable has no effect.
  1242. addr_scope_policy - INTEGER
  1243. Control IPv4 address scoping - draft-stewart-tsvwg-sctp-ipv4-00
  1244. 0 - Disable IPv4 address scoping
  1245. 1 - Enable IPv4 address scoping
  1246. 2 - Follow draft but allow IPv4 private addresses
  1247. 3 - Follow draft but allow IPv4 link local addresses
  1248. Default: 1
  1249. /proc/sys/net/core/*
  1250. Please see: Documentation/sysctl/net.txt for descriptions of these entries.
  1251. /proc/sys/net/unix/*
  1252. max_dgram_qlen - INTEGER
  1253. The maximum length of dgram socket receive queue
  1254. Default: 10
  1255. UNDOCUMENTED:
  1256. /proc/sys/net/irda/*
  1257. fast_poll_increase FIXME
  1258. warn_noreply_time FIXME
  1259. discovery_slots FIXME
  1260. slot_timeout FIXME
  1261. max_baud_rate FIXME
  1262. discovery_timeout FIXME
  1263. lap_keepalive_time FIXME
  1264. max_noreply_time FIXME
  1265. max_tx_data_size FIXME
  1266. max_tx_window FIXME
  1267. min_tx_turn_time FIXME