diff options
-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> |