LaFonera Software Heartbeat

From DD-WRT Wiki

Revision as of 16:14, 2 February 2007 by Krikkit (Talk | contribs)
Jump to: navigation, search

Script to simulate the fon heartbeat...

  1. download my script from http://www.krikkit.net/download/simthefon/simthefon.sh (thanks to futejia http://futejia.blogspot.com/ for his script)
  2. download the fon key (you can get the fon key from here: http://fon.freddy.eu.org/fonera/fon-0.7.0-rev4/etc/dropbear/key )
  3. download known_hosts file ( http://fon.freddy.eu.org/fonera/fon-0.7.0-rev4/etc/dropbear/known_hosts )
  4. save the script and the fon key and fon known_hosts on your local ftp server or any location where you can download it with wget afterwards...
  5. paste the text below into Administration --> Commands --> Commands input field and click "Save startup"

startup script:

#!/bin/sh
sleep 120
mkdir /tmp/simthefon
cd /tmp/simthefon
/usr/bin/wget ftp://192.168.1.2/simthefon/key
/usr/bin/wget ftp://192.168.1.2/simthefon/simthefon.sh
/usr/bin/wget ftp://192.168.1.2/simthefon/known_hosts
cat /tmp/simthefon/known_hosts >> /tmp/root/.ssh/known_hosts
chmod a+x /tmp/simthefon/simthefon.sh
( /tmp/simthefon/simthefon.sh >/tmp/simthefon/simthefon.log & ) &

do not forget to edit the wget commands, to fit your locations...

reboot your fonera...

your hotspot should now be ACTIVE on http://maps.fon.com