about summary refs log tree commit diff stats
path: root/tools/network.html
diff options
context:
space:
mode:
authorpunk <punk@libernaut>2021-04-21 15:26:19 +0100
committerpunk <punk@libernaut>2021-04-21 15:26:19 +0100
commiteac48b5a8d709135a95abcc2243b369095f074f4 (patch)
treea2e34d995cef5ac8068ec7047e93b1125c80d175 /tools/network.html
parent3bd43803fc8cb7a39a87394cb7c491ddc151e06b (diff)
parent452477a2635d85ecf772a5242ce97d9479503bb3 (diff)
downloaddoc-eac48b5a8d709135a95abcc2243b369095f074f4.tar.gz
release 0.7.0
Diffstat (limited to 'tools/network.html')
-rw-r--r--tools/network.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/network.html b/tools/network.html
index 2079cca..080ba05 100644
--- a/tools/network.html
+++ b/tools/network.html
@@ -11,7 +11,7 @@
         <h1>Network Tools</h1>
 
         <p>This document extend
-        <a href="../core/network.html">core network</a>,
+        <a href="../linux/network.html">core network</a>,
         that cover the most common environments, with
         virtual networks and bridges.</p>
 
@@ -58,12 +58,12 @@
         </pre>
 
         <p>Change iptables init script
-        <a href="../core/conf/rc.d/iptables">/etc/rc.d/iptables</a>
+        <a href="../linux/conf/rc.d/iptables">/etc/rc.d/iptables</a>
         and set TYPE to bridge,
-        <a href="../core/conf/iptables/bridge.v4">/etc/iptables/bridge.v4</a>.
+        <a href="../linux/conf/iptables/bridge.v4">/etc/iptables/bridge.v4</a>.
         Now change
-        <a href="../core/conf/iptables/ipt-conf.sh">ipt-conf.sh</a>
-        and <a href="../core/conf/iptables/ipt-bridge.sh">ipt-bridge.sh</a>
+        <a href="../linux/conf/iptables/ipt-conf.sh">ipt-conf.sh</a>
+        and <a href="../linux/conf/iptables/ipt-bridge.sh">ipt-bridge.sh</a>
         with your network configuration and run;
         </p>
 
@@ -72,9 +72,9 @@
         </pre>
 
         <a href="index.html">Tools Index</a>
-        <p>This is part of the Tribu System Documentation.
-        Copyright (C) 2020
-        Tribu Team.
+        <p>This is part of the LeetIO System Documentation.
+        Copyright (C) 2021
+        LeetIO Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>