]> git.neil.brown.name Git - history.git/commitdiff
Add configure Configure.help message and
authorHarald Welte <laforge@gnumonks.org>
Thu, 21 Mar 2002 13:43:26 +0000 (05:43 -0800)
committerDavid S. Miller <davem@nuts.ninka.net>
Thu, 21 Mar 2002 13:43:26 +0000 (05:43 -0800)
respective config option for CONFIG_IP_NF_NAT_LOCAL

net/ipv4/netfilter/Config.help
net/ipv4/netfilter/Config.in

index 5341465c4a2c51d0447e26e24da3d7bdd09d0742..8d1c9e23ffeb3839d4bd4976a598e432e3ae15d9 100644 (file)
@@ -160,6 +160,17 @@ CONFIG_IP_NF_NAT
   If you want to compile it as a module, say M here and read
   <file:Documentation/modules.txt>.  If unsure, say `N'.
 
+CONFIG_IP_NF_NAT_LOCAL
+  This option enables support for NAT of locally originated connections. 
+  Enable this if you need to use destination NAT on connections
+  originating from local processes on the nat box itself.
+
+  Please note that you will need a recent version (>= 1.2.6a)
+  of the iptables userspace program in order to use this feature.
+  See http://www.iptables.org/ for download instructions.
+
+  If unsure, say 'N'.
+
 CONFIG_IP_NF_TARGET_MASQUERADE
   Masquerading is a special case of NAT: all outgoing connections are
   changed to seem to come from a particular interface's address, and
index 7f250e4313188fe11a7721b7f7299be0d6462f47..7bf12c2a0de79c44add3dffe995ef17d5cb54d7f 100644 (file)
@@ -47,7 +47,7 @@ if [ "$CONFIG_IP_NF_IPTABLES" != "n" ]; then
       define_bool CONFIG_IP_NF_NAT_NEEDED y
       dep_tristate '    MASQUERADE target support' CONFIG_IP_NF_TARGET_MASQUERADE $CONFIG_IP_NF_NAT
       dep_tristate '    REDIRECT target support' CONFIG_IP_NF_TARGET_REDIRECT $CONFIG_IP_NF_NAT
-      bool '    NAT of local connections' CONFIG_IP_NF_NAT_LOCAL
+      bool '    NAT of local connections (READ HELP)' CONFIG_IP_NF_NAT_LOCAL
       if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
         dep_tristate '    Basic SNMP-ALG support (EXPERIMENTAL)' CONFIG_IP_NF_NAT_SNMP_BASIC $CONFIG_IP_NF_NAT
       fi