diff options
author | Silvino <silvino@bk.ru> | 2021-02-25 23:22:17 +0000 |
---|---|---|
committer | Silvino <silvino@bk.ru> | 2021-02-25 23:22:17 +0000 |
commit | d12b35a47b9a872ecb5e037f1c2b02e1ea8927fb (patch) | |
tree | 8fdac6dfc8cabb9f85a2db3a3bd628cfe44438cd /tools/network.html | |
parent | 0a6b0fc9769daf0932cb207c3285baa31547b489 (diff) | |
parent | a3628fc49db4d88ff3e4067268650710d1da3f6f (diff) | |
download | doc-d12b35a47b9a872ecb5e037f1c2b02e1ea8927fb.tar.gz |
merge openbsd branch into develop
new directory layout
Diffstat (limited to 'tools/network.html')
-rw-r--r-- | tools/network.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/network.html b/tools/network.html index 2079cca..16549e8 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> |