]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- added masquerade description
authoradasi <adasi@pld-linux.org>
Sat, 2 Feb 2002 17:30:20 +0000 (17:30 +0000)
committeradasi <adasi@pld-linux.org>
Sat, 2 Feb 2002 17:30:20 +0000 (17:30 +0000)
svn-id: @990

doc/sysconfig.docb
doc/sysconfig.txt

index 818a0c98a668cac78f811c3fc57aef43291af07f..95b9853990182b810c02247d2615e85ea5b95d91 100644 (file)
     <para>
       NAT will translate address &lt;address> to &lt;addressreal>.</para>
   </refsect1>
+
+  <refsect1>
+    <title><filename>/etc/sysconfig/masquerade</filename></title>
+    <para>
+      Configuration file for masquerade.
+      Contain lines of the form:</para>
+    <para>
+<literal>&lt;address> by &lt;interface> to &lt;destination></literal></para>
+    <para>
+      Where &lt;address> is source address or class, &lt;interface> is
+      interface by whom packets will be sent and &lt;destination>
+      is destination address or class (usually 0.0.0.0/0).
+      All address classes should be in form of 192.168.1.0/24.</para>
+  </refsect1>
+
   <refsect1>
     <title><filename>/etc/sysconfig/static-routes</filename></title>
     <para>Contains lines of the form:</para>
index 7092334348334346ef404d6ffb53b5a515a12dcf..24bd824810110875d016bbc75fda97145415f9b3 100644 (file)
@@ -1,4 +1,4 @@
-$Id: sysconfig.txt,v 1.4 2001/05/15 16:03:36 baggins Exp $
+$Id: sysconfig.txt,v 1.5 2002/02/02 17:30:20 adasi Exp $
 
 Files in /etc/sysconfig
 =======================
@@ -73,6 +73,17 @@ Files in /etc/sysconfig
 
   NAT will translate address <address> to <addressreal>.
 
+/etc/sysconfig/masquerade
+
+  Configuration file for masquerade.
+  Contain lines of the form:
+    <address> by <interface> to <destination>
+
+  Where <address> is source address or class, <interface> is 
+  interface by whom packets will be sent and <destination> 
+  is destination address or class (usually 0.0.0.0/0).
+  All address classes should be in form of 192.168.1.0/24.
+
 /etc/sysconfig/static-routes:
 
   Contains lines of the form:
This page took 0.656128 seconds and 4 git commands to generate.