diff options
Diffstat (limited to 'core/network.html')
-rw-r--r-- | core/network.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/network.html b/core/network.html index bcf52f5..4f1f20a 100644 --- a/core/network.html +++ b/core/network.html @@ -2,12 +2,12 @@ <html dir="ltr" lang="en"> <head> <meta charset='utf-8'> - <title>2. Network</title> + <title>2.3. Network</title> </head> <body> <a href="index.html">Core OS Index</a> - <h1>2. Network</h1> + <h1>2.3. Network</h1> <p>Operation of the network can be handle with init scripts;</p> @@ -49,7 +49,7 @@ described scripts then proceed to <a href="package.html#sysup">update system.</a></p> - <h2 id="resolv">2.2.1. Resolver</h2> + <h2 id="resolv">2.3.1. Resolver</h2> <p>This example will use <a href="http://www.chaoscomputerclub.de/en/censorship/dns-howto">Chaos Computer Club</a> @@ -65,7 +65,7 @@ # chattr +i /etc/resolv.conf </pre> - <h2 id="static">2.2.2. Static IP</h2> + <h2 id="static">2.3.2. Static IP</h2> <p>Current example of <a href="conf/rc.d/net">/etc/rc.d/net</a>;</p> @@ -112,7 +112,7 @@ # ip route add default via ${GW} </pre> - <h2 id="iptables">2.2.3. Iptables</h2> + <h2 id="iptables">2.3.3. Iptables</h2> <p>For more information about iptables read <a href="https://wiki.archlinux.org/index.php/Iptables">arch wiki</a>. @@ -149,7 +149,7 @@ <p> - <h2 id="wpa">2.2.4. Wpa and dhcpd</h2> + <h2 id="wpa">2.3.4. Wpa and dhcpd</h2> <p>There is more information on <a href="http://crux.nu/Wiki/WifiStartScripts">Wiki Wifi Start Scripts</a> and @@ -167,7 +167,7 @@ # iwconfig wlp2s0 essid NAME key s:ABCDE12345 </pre> - <h3>2.2.4.1. Wpa Supplicant</h3> + <h3>2.3.4.1. Wpa Supplicant</h3> <p>Configure wpa supplicant edit;</p> @@ -197,7 +197,7 @@ init script to auto load wpa configuration and dhcp client.</p> - <h3>2.2.4.2. Wpa Cli</h3> + <h3>2.3.4.2. Wpa Cli</h3> <pre> # wpa_cli |