Config.in.netfilter.core 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  1. config ADK_KERNEL_NETFILTER_NETLINK_LOG
  2. tristate 'Netfilter LOG over NFNETLINK interface'
  3. help
  4. If this option is enabled, the kernel will include support
  5. for logging packets via NFNETLINK.
  6. config ADK_KERNEL_NF_CONNTRACK
  7. prompt 'Netfilter connection tracking support'
  8. tristate
  9. select ADK_KERNEL_NETFILTER_XTABLES
  10. default m if ADK_PACKAGE_IPTABLES
  11. default n
  12. help
  13. Connection tracking keeps a record of what packets have passed
  14. through your machine, in order to figure out how they are related
  15. into connections.
  16. Layer 3 independent connection tracking is experimental scheme
  17. which generalize ip_conntrack to support other layer 3 protocols.
  18. config ADK_KERNEL_NETFILTER_XT_TARGET_CHECKSUM
  19. tristate '"CHECKSUM" target support'
  20. select ADK_KERNEL_IP_NF_IPTABLES
  21. select ADK_KERNEL_NETFILTER_XTABLES
  22. select ADK_KERNEL_IP_NF_MANGLE
  23. select ADK_KERNEL_NETFILTER_ADVANCED
  24. help
  25. config ADK_KERNEL_NETFILTER_XT_TARGET_CLASSIFY
  26. tristate '"CLASSIFY" target support'
  27. select ADK_KERNEL_NETFILTER_XTABLES
  28. help
  29. This option adds a `CLASSIFY' target, which enables the user to set
  30. the priority of a packet. Some qdiscs can use this value for
  31. classification, among these are:
  32. atm, cbq, dsmark, pfifo_fast, htb, prio
  33. config ADK_KERNEL_NETFILTER_XT_TARGET_CONNMARK
  34. tristate '"CONNMARK" target support'
  35. select ADK_KERNEL_NETFILTER_XTABLES
  36. select ADK_KERNEL_NF_CONNTRACK
  37. help
  38. This option adds a `CONNMARK' target, which allows one to manipulate
  39. the connection mark value. Similar to the MARK target, but
  40. affects the connection mark value rather than the packet mark value.
  41. config ADK_KERNEL_NETFILTER_XT_TARGET_MARK
  42. tristate '"MARK" target support'
  43. select ADK_KERNEL_NETFILTER_XTABLES
  44. help
  45. This option adds a `MARK' target, which allows you to create rules
  46. in the `mangle' table which alter the netfilter mark (nfmark) field
  47. associated with the packet prior to routing. This can change
  48. the routing method (see `Use netfilter MARK value as routing
  49. key') and can also be used by other subsystems to change their
  50. behavior.
  51. config ADK_KERNEL_NETFILTER_XT_TARGET_NFQUEUE
  52. tristate '"NFQUEUE" target support'
  53. select ADK_KERNEL_NETFILTER_XTABLES
  54. help
  55. This target replaced the old obsolete QUEUE target.
  56. As opposed to QUEUE, it supports 65535 different queues,
  57. not just one.
  58. config ADK_KERNEL_NETFILTER_XT_TARGET_LOG
  59. tristate 'LOG target support'
  60. depends on ADK_KERNEL_IP_NF_FILTER
  61. help
  62. This option adds a `LOG' target, which allows you to create rules in
  63. any iptables table which records the packet header to the syslog.
  64. config ADK_KERNEL_NETFILTER_XT_TARGET_TCPMSS
  65. tristate 'TCPMSS target'
  66. select ADK_KERNEL_NETFILTER_XTABLES
  67. help
  68. config ADK_KERNEL_NF_CONNTRACK_MARK
  69. bool 'Connection mark tracking support'
  70. depends on ADK_KERNEL_NF_CONNTRACK
  71. select ADK_KERNEL_IP_NF_MATCH_CONNMARK
  72. help
  73. This option enables support for connection marks, used by the
  74. `CONNMARK' target and `connmark' match. Similar to the mark value
  75. of packets, but this mark value is kept in the conntrack session
  76. instead of the individual packets.
  77. config ADK_KERNEL_NF_CONNTRACK_SECMARK
  78. bool 'Connection tracking security mark support'
  79. depends on ADK_KERNEL_NF_CONNTRACK
  80. #FIXME select NETWORK_SECMARK
  81. help
  82. This option enables security markings to be applied to
  83. connections. Typically they are copied to connections from
  84. packets using the CONNSECMARK target and copied back from
  85. connections to packets with the same target, with the packets
  86. being originally labeled via SECMARK.
  87. config ADK_KERNEL_NF_CONNTRACK_FTP
  88. tristate 'FTP protocol support'
  89. depends on ADK_KERNEL_NF_CONNTRACK
  90. help
  91. Tracking FTP connections is problematic: special helpers are
  92. required for tracking them, and doing masquerading and other forms
  93. of Network Address Translation on them.
  94. #config ADK_KERNEL_NF_CONNTRACK_RTSP
  95. # tristate 'RTSP protocol support'
  96. # depends on ADK_KERNEL_NF_CONNTRACK
  97. # help
  98. # Tracking RTSP connections might be required for IPTV.
  99. config ADK_KERNEL_NF_CONNTRACK_IRC
  100. tristate 'IRC protocol support'
  101. depends on ADK_KERNEL_NF_CONNTRACK
  102. help
  103. There is a commonly-used extension to IRC called
  104. Direct Client-to-Client Protocol (DCC). This enables users to send
  105. files to each other, and also chat to each other without the need
  106. of a server. DCC Sending is used anywhere you send files over IRC,
  107. and DCC Chat is most commonly used by Eggdrop bots. If you are
  108. using NAT, this extension will enable you to send files and initiate
  109. chats. Note that you do NOT need this extension to get files or
  110. have others initiate chats, or everything else in IRC.
  111. config ADK_KERNEL_NF_CONNTRACK_NETBIOS_NS
  112. tristate 'NetBIOS name service protocol support (EXPERIMENTAL)'
  113. depends on ADK_KERNEL_NF_CONNTRACK
  114. help
  115. NetBIOS name service requests are sent as broadcast messages from an
  116. unprivileged port and responded to with unicast messages to the
  117. same port. This make them hard to firewall properly because connection
  118. tracking doesn't deal with broadcasts. This helper tracks locally
  119. originating NetBIOS name service requests and the corresponding
  120. responses. It relies on correct IP address configuration, specifically
  121. netmask and broadcast address. When properly configured, the output
  122. of "ip address show" should look similar to this:
  123. $ ip -4 address show eth0
  124. 4: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
  125. inet 172.16.2.252/24 brd 172.16.2.255 scope global eth0
  126. config ADK_KERNEL_NF_CONNTRACK_TFTP
  127. tristate 'TFTP protocol support'
  128. depends on ADK_KERNEL_NF_CONNTRACK
  129. help
  130. TFTP connection tracking helper, this is required depending
  131. on how restrictive your ruleset is.
  132. If you are using a tftp client behind -j SNAT or -j MASQUERADING
  133. you will need this.
  134. #config ADK_KERNEL_NF_CONNTRACK_AMANDA
  135. # tristate 'Amanda backup protocol support'
  136. # depends on ADK_KERNEL_NF_CONNTRACK
  137. # #FIXME TEXTSEARCH && TEXTSEARCH_KMP
  138. # help
  139. # If you are running the Amanda backup package <http://www.amanda.org/>
  140. # on this machine or machines that will be MASQUERADED through this
  141. # machine, then you may want to enable this feature. This allows the
  142. # connection tracking and natting code to allow the sub-channels that
  143. # Amanda requires for communication of the backup data, messages and
  144. # index.
  145. config ADK_KERNEL_NF_CONNTRACK_PPTP
  146. tristate 'PPTP protocol support'
  147. depends on ADK_KERNEL_NF_CONNTRACK
  148. help
  149. This module adds support for PPTP (Point to Point Tunnelling
  150. Protocol, RFC2637) connection tracking and NAT.
  151. If you are running PPTP sessions over a stateful firewall or NAT
  152. box, you may want to enable this feature.
  153. Please note that not all PPTP modes of operation are supported yet.
  154. For more info, read top of the file
  155. net/ipv4/netfilter/ip_conntrack_pptp.c
  156. config ADK_KERNEL_NF_CONNTRACK_H323
  157. tristate 'H.323 protocol support (EXPERIMENTAL)'
  158. depends on ADK_KERNEL_NF_CONNTRACK
  159. help
  160. H.323 is a VoIP signalling protocol from ITU-T. As one of the most
  161. important VoIP protocols, it is widely used by voice hardware and
  162. software including voice gateways, IP phones, Netmeeting, OpenPhone,
  163. Gnomemeeting, etc.
  164. With this module you can support H.323 on a connection tracking/NAT
  165. firewall.
  166. This module supports RAS, Fast Start, H.245 Tunnelling, Call
  167. Forwarding, RTP/RTCP and T.120 based audio, video, fax, chat,
  168. whiteboard, file transfer, etc. For more information, please
  169. visit http://nath323.sourceforge.net/.
  170. config ADK_KERNEL_NF_CONNTRACK_SIP
  171. tristate 'SIP protocol support (EXPERIMENTAL)'
  172. depends on ADK_KERNEL_NF_CONNTRACK
  173. help
  174. SIP is an application-layer control protocol that can establish,
  175. modify, and terminate multimedia sessions (conferences) such as
  176. Internet telephony calls. With the ip_conntrack_sip and
  177. the ip_nat_sip modules you can support the protocol on a connection
  178. tracking/NATing firewall.