about summary refs log tree commit diff stats
path: root/tools/network.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/network.html')
-rw-r--r--tools/network.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/tools/network.html b/tools/network.html
index c4e99f6..31ca60b 100644
--- a/tools/network.html
+++ b/tools/network.html
@@ -53,10 +53,17 @@
         # End of file
         </pre>
 
-        <p>Change iptables script rules from core to
-        <a href="conf/etc/rc.d/iptables">/etc/rc.d/iptables</a>
+        <p>Change iptables init script
+        <a href="../core/conf/rc.d/iptables">/etc/rc.d/iptables</a>
         to load new rules from
-        <a href="conf/etc/iptables/vlan.v4">/etc/iptables/vlan.v4</a></p>
+        <a href="../core/conf/iptables/br-lan.v4">/etc/iptables/br-lan.v4</a>.
+        Now change <a href="../core/scripts/iptables-br.sh">iptables-br.sh</a>
+        with your network configuration and run;
+        </p>
+
+        <pre>
+        # bash core/scripts/iptables-br.sh
+        </pre>
 
         <a href="index.html">Tools Index</a>
         <p>This is part of the c9 Manual.