BWlog

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:52, 26 November 2006 (edit)
Atzekalle (Talk | contribs)
m (spam)
← Previous diff
Revision as of 13:04, 18 January 2007 (edit) (undo)
Veruhl (Talk | contribs)
(Installation)
Next diff →
Line 12: Line 12:
==Installation== ==Installation==
-short version (cut'n paste from www.hetos.de):+short version (cut'n paste from http://www.hetos.de):
cd /tmp cd /tmp

Revision as of 13:04, 18 January 2007

Contents

Introduction

Adds two pages of information showing real-time bandwidth use. When used as a (part of a) startup script one or more small packages are downloaded into WRT's /tmp.

This is a great bandwidth logging app that runs on the WRT54G. The latest version will backup to ftp or jffs and will restore automatically after a reboot etc. Very good for people with limited bandwidth per billing period.


Prerequisites

You should already have:
-a Linksys WRT54G product
-DD-WRT installed as the firmware

Installation

short version (cut'n paste from http://www.hetos.de):

cd /tmp

wget http://wrt54g.hetos.de/wrtbwlog.tgz

tar -xzf wrtbwlog.tgz

rm wrtbwlog.tgz

cd bwlog

./start.sh

open browser to:

http://$ip-from-your-router:8000/traffic.cgi


if the wrtbwlog.tgz from above does not work, try this one: http://www.krikkit.net/download/wrtbwlog_cust_exp.tgz

See the links below for more details.

Links