[[PageOutline(1-3)]] = Installing the gateway on a Linksys WRT54G FAQ = Due to the lightness of the Wifidog client it is often installed inside the linksys WRT54G. This is why it has it's own FAQ. = The easy way = You are not comfortable with linux and don't know how to do all this compiling stuff. You can use an OpenWRT and !WiFiDog compiled by someone else. They MUST be compiled for your specific version of OpenWRT. Note that the .ipk packages on sourceforge, or ones you built from source yourself are the only packages we will support. If you use package distributed by another organization, you will have to ask them for support. * Download a [http://downloads.openwrt.org/whiterussian/newest/default/ pre-compiled OpenWRT firmware image] * Install the firmware image using the router's web interface. If you need help on this, refer to the [http://wiki.openwrt.org/OpenWrtDocs/Installing installation instructions on the OpenWRT site]. * IMPORTANT: Make sure that clients connecting to your OpenWRT router can properly access the internet (or your private lan) through the router BEFORE you install wifidog. * Download an [http://sourceforge.net/project/showfiles.php?group_id=102646&package_id=110081 official .ipk file built by the WiFiDog project] * Install wifidog: (Important note: the following URL is just an example, it WILL change over time) * ipkg install http://easynews.dl.sourceforge.net/sourceforge/wifidog/wifidog_1.1.3_beta6-1_mipsel_whiterussianRC6.ipk * Edit /etc/wifidog.conf and follow the instructions in the file. Things should be self-explanatory. Please note that the above saves you from the knowledge and time needed to compile and produced these binary files. It is however no magical cure for linux illiteracy. You need to be proficient enough in a unix environment to be able to telnet/ssh into the router and perform the outlined installation and configuration tasks. If you do not feel comfortable doing this we advise you consult with someone who is proficient in linux and networking. = Building from source for OpenWRT = See [wiki:doc/install/gateway]