diff options
author | Silvino Silva <silvino@bk.ru> | 2016-09-12 23:59:32 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-09-12 23:59:32 +0100 |
commit | 41d479c1a0f02d9d2370fb2869de885be58ba506 (patch) | |
tree | c438a7c6825b1062d3fcf2554c442a9652dab51b /core/network.html | |
parent | e4551d6b59317bb27df5d2bd9c3f1ea6469e089b (diff) | |
download | doc-41d479c1a0f02d9d2370fb2869de885be58ba506.tar.gz |
network links to conf and scripts fix
Diffstat (limited to 'core/network.html')
-rw-r--r-- | core/network.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/network.html b/core/network.html index 8ca5aef..d9844ec 100644 --- a/core/network.html +++ b/core/network.html @@ -15,10 +15,10 @@ is simple alternative to Ethernet connection.</p> <dl> - <dt><a href="conf/etc/rc.d/net">/etc/rc.d/net</a></dt> + <dt><a href="conf/rc.d/net">/etc/rc.d/net</a></dt> <dd>Configure Ethernet interface and static or dynamic (dhcp) connection to the router and add as default gateway.</dd> - <dt><a href="conf/etc/rc.d/wlan">/etc/rc.d/wlan</a></dt> + <dt><a href="conf/rc.d/wlan">/etc/rc.d/wlan</a></dt> <dd>Configure Wireless interface, wpa_supplicant and dynamic (dhcp) connection to router and add as default gateway.</dd> </dl> @@ -38,7 +38,7 @@ <pre> # mkdir /etc/iptables - # cp conf/iptables.sh /etc/iptables/ + # cp c9-doc/core/scripts/iptables.sh /etc/iptables/ </pre> <p>Adjust iptables to your needs, then;</p> @@ -103,7 +103,7 @@ <p>There is more information on <a href="http://crux.nu/Wiki/WifiStartScripts">Wiki Wifi Start Scripts</a> and - see <a href="conf/rc.d/wlan">conf/rc.d/wlan</a>. Manual or first time configuration;</p> + see <a href="conf/rc.d/wlan">/etc/rc.d/wlan</a>. Manual or first time configuration;</p> <pre> # ip link @@ -143,7 +143,7 @@ Successfully initialized wpa_supplicant </pre> - <p>Use <a href="conf/etc/rc.d/wlan">/etc/rc.d/wlan</a> + <p>Use <a href="conf/rc.d/wlan">/etc/rc.d/wlan</a> init script to auto load wpa configuration and dhcp client.</p> |