Changelog for Polaris 0.2.1
Known issues :
Wifidog won't start with erreor "gateway interface not set"
Solution : Connect with SSH to your router and execute :
nvram set wifi_ifname=eth1 nvram commit
ceci est corrigé dans 0.2.1.1
Internet connexion drops every 5 minutes.
Explanation : The Dynamic gateway behaves incorrectly because it uses traceroute the wrong way to tell if the inet connection is still alive.
Solution : In the firmware web interface, specify the "addresses to ping" field with at least two host like : google.fr;free.fr
Using several Polaris routers in a mesh, inet can't be reached from "slaves"
Explanation : the wifidog daemon has to be able to reach the internet itself ( at least the wifidog server) in order to redirect the first request. A script in the cron.minutly is supposed to add automaticcaly the OLSR neighbours see http://dev.wifidog.org/wiki/doc/gateway-server/WifiDogAndOlsr
Solution : add all the mac Wifi address of the mesh routers in the /etc/init.d/S65wifidog file of each mesh routers, in the sections TrustedMac? address
When connected to the Wifi filtered by wifidog, most ports cannot be reached
Explanation : it's actually more a feature, by default only the 80 port is opened and all traffic is filtered through a transparent proxy (tinyproxy). there is no web interface to change this fort the moment, you have to edit /etc/init.d/S65wifidog and modify the section "known users", modifying the last line and change block to allow
When accessing the admin link from the firmware welcome page, a 403 forbidden is returned
Explanation : for security reasons when accessing the admin interface from the internet on through Wifi, user has to use https.
Solution : use https://IP.Of.Your.Router
