Difference between revisions of "WirelessMesh"
→Software
Line 30: | Line 30: | ||
This firmware contains a tiny but sufficiently equipped Linux kernel, busybox userland tools, ssh, iptables and a package manager called ipkg. | This firmware contains a tiny but sufficiently equipped Linux kernel, busybox userland tools, ssh, iptables and a package manager called ipkg. | ||
An additional package called 'freifunk-dnsmasq' has to be added to the Friefunk firmware in order to allow DHCP IP allocation for WLAN users. It has to be added in the way as explained below. | An additional package called 'freifunk-dnsmasq' has to be added to the Friefunk firmware in order to allow DHCP IP allocation for WLAN users. It has to be added in the way as explained below. This package is available for the Freifunk 1.5 versions only. | ||
First ensure that your mesh is up and connected to the internet. Then ssh into your wireless router using 'ssh ip_address'. Enter 'root' as the username and your 'password' for password. Run the following commands. | |||
#ipkg update | |||
#ipkg install 'package-name' | |||
This will install the package automatically from the internet just as we do normally using 'apt' or 'yum' utilities. Ipkg is a similar utility for the tiny 'Busybox' operating system in the router. Exit from the ssh session. | |||
Now the OSLR-DHCP options will be visible in the Friefunk interface after you reboot the router. | |||
==Basic Mesh Setup== | ==Basic Mesh Setup== |