Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-07-2008, 11:48 AM
Mark McIntyre
Guest
 
Posts: n/a
Default Re: Tracking internet traffic over the wireless

Megoingmad wrote:
> Hello,
>
> I am going to rent out one part of my flat and provide wireless
> internet to the person renting. I don’t know this person and would like
> to have the possibility to track/log the traffic incase my ISP things
> something dodgy going on.


Why not just capture your router logs to your PC every so often - my
(fifty quid) Dlink records all the servers connected to by each client
PC in my network. I wrote a bit of perl to stick the data in a MYSql
database, but it'd be as easy to periodically review it in Excel or
Access or something.

Reply With Quote
  #2 (permalink)  
Old 02-08-2008, 06:17 PM
seaweedsteve
Guest
 
Posts: n/a
Default Re: Tracking internet traffic over the wireless

You might look into running a replacement firmware on one of the many
routers that will take it. DD-WRT is the most versatile and the newer
versions have bandwidth monitoring, I believe. Certainly their
paid version does and in any case, DD_WRT has Rflow, which will help
you monitor usage.

DD-WRT.com has a long list of compatible routers that can be flashed
with one version or another (be careful to get the right one).

If you go that route, the favored Buffalo routers, which are currently
not sold in the US, are available, preloaded with DD-WRT from their
store.

Also, many are very pleased with "Tomato a" simpler firmware
replacement that concentrates on BW monitoring. http://www.polarcloud.com/tomato

If you don't want to have a buffalo shipped from Germany, then the
Linksys WRT54G series works with DD-WRT (it's namesake). Be sure and
check the version you are buying against their support list. The
WRT54GL (note the "L") is a safe bet for either firmware.

Steve

Reply With Quote
  #3 (permalink)  
Old 02-09-2008, 05:00 PM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: Tracking internet traffic over the wireless

seaweedsteve <seaweedsteve@gmail.com> hath wroth:

>Also, many are very pleased with "Tomato a" simpler firmware
>replacement that concentrates on BW monitoring. http://www.polarcloud.com/tomato


Yeah, it's pretty:
<http://www.polarcloud.com/img/ssbwm100.png>

DD-WRT v24 RC 6.2 (current version) had a rather crude bandwidth
monitor page. I can't find a photo, but it's just 3 graphs of in/out
bandwidth on the LAN, WAN, and wireless ports.

Supported hardware list of DD-WRT:
<http://www.dd-wrt.com/wiki/index.php/Supported_Devices>
Devices that should work with DD-WRT, but don't:
<http://www.dd-wrt.com/wiki/index.php/Known_incompatible_devices>

You can also monitor bandwidth externally using SNMP and MRTG, PRTG,
RRDTOOL, and others.
<http://www.dd-wrt.com/wiki/index.php/SNMP#Bandwidth_Monitoring_via_SNMP>
<http://www.dd-wrt.com/wiki/index.php/Multi_Router_Traffic_Grapher>
The available OID's limit you to monitoring:
(eth0) all routed wired traffic, WAN + LAN
(eth1) all routed wireless traffic
(vlan0) all routed LAN traffic
(vlan1) WAN traffic
(br0) vlan0-eth1 bridge traffic

You can also do some scripting. Some examples:
<http://www.dd-wrt.com/wiki/index.php/Script_Examples>
There's a crude graph of signal strength per connection in there.

You can get a clue as to the available features and goodies in the
various tutorials at:
<http://www.dd-wrt.com/wiki/index.php/Tutorials>

>If you don't want to have a buffalo shipped from Germany, then the
>Linksys WRT54G series works with DD-WRT (it's namesake). Be sure and
>check the version you are buying against their support list. The
>WRT54GL (note the "L") is a safe bet for either firmware.


I've been getting various Buffalo products from Hong Kong via eBay.
Prices vary from cheap to outrageous. I've been tempted to boycott
anything from Australia since CSIRO, the plaintiff in the Buffalo
case, is essentially a government agency in Australia.
<http://www.buffalotech.com/press/releases/buffalo-issues-a-statement-about-the-csiro-appeal/>
<http://www.csiro.au>
The problem is that I don't buy anything from Australia. Sigh.



--
Jeff Liebermann jeffl@cruzio.com
150 Felker St #D http://www.LearnByDestroying.com
Santa Cruz CA 95060 http://802.11junk.com
Skype: JeffLiebermann AE6KS 831-336-2558

Reply With Quote
  #4 (permalink)  
Old 02-09-2008, 06:51 PM
George
Guest
 
Posts: n/a
Default Re: Tracking internet traffic over the wireless

Jeff Liebermann wrote:
> seaweedsteve <seaweedsteve@gmail.com> hath wroth:
>
>> Also, many are very pleased with "Tomato a" simpler firmware
>> replacement that concentrates on BW monitoring. http://www.polarcloud.com/tomato

>
> Yeah, it's pretty:
> <http://www.polarcloud.com/img/ssbwm100.png>
>
> DD-WRT v24 RC 6.2 (current version) had a rather crude bandwidth
> monitor page. I can't find a photo, but it's just 3 graphs of in/out
> bandwidth on the LAN, WAN, and wireless ports.
>
> Supported hardware list of DD-WRT:
> <http://www.dd-wrt.com/wiki/index.php/Supported_Devices>
> Devices that should work with DD-WRT, but don't:
> <http://www.dd-wrt.com/wiki/index.php/Known_incompatible_devices>
>
> You can also monitor bandwidth externally using SNMP and MRTG, PRTG,
> RRDTOOL, and others.
> <http://www.dd-wrt.com/wiki/index.php/SNMP#Bandwidth_Monitoring_via_SNMP>
> <http://www.dd-wrt.com/wiki/index.php/Multi_Router_Traffic_Grapher>
> The available OID's limit you to monitoring:
> (eth0) all routed wired traffic, WAN + LAN
> (eth1) all routed wireless traffic
> (vlan0) all routed LAN traffic
> (vlan1) WAN traffic
> (br0) vlan0-eth1 bridge traffic
>
> You can also do some scripting. Some examples:
> <http://www.dd-wrt.com/wiki/index.php/Script_Examples>
> There's a crude graph of signal strength per connection in there.
>
> You can get a clue as to the available features and goodies in the
> various tutorials at:
> <http://www.dd-wrt.com/wiki/index.php/Tutorials>
>
>> If you don't want to have a buffalo shipped from Germany, then the
>> Linksys WRT54G series works with DD-WRT (it's namesake). Be sure and
>> check the version you are buying against their support list. The
>> WRT54GL (note the "L") is a safe bet for either firmware.

>
> I've been getting various Buffalo products from Hong Kong via eBay.
> Prices vary from cheap to outrageous. I've been tempted to boycott
> anything from Australia since CSIRO, the plaintiff in the Buffalo
> case, is essentially a government agency in Australia.
> <http://www.buffalotech.com/press/releases/buffalo-issues-a-statement-about-the-csiro-appeal/>
> <http://www.csiro.au>
> The problem is that I don't buy anything from Australia. Sigh.
>
>
>

The way the judge handled that action is just plain wrong especially
considering prior case law. He has essentially decided that the company
is guilty and must accept his punishment of not being able to sell the
particular products until the actual trial or other action that really
decides guilt.

I guess you could place an order for a case of kangaroo tail soup and
cancel it...

Reply With Quote
  #5 (permalink)  
Old 02-10-2008, 01:45 AM
John Navas
Guest
 
Posts: n/a
Default Re: Tracking internet traffic over the wireless

Could you please trim your posts? Thanks!

On Sat, 09 Feb 2008 14:51:54 -0500, George <george@nospam.invalid> wrote
in <EcadnRRRzPbjmTPanZ2dnUVZ_gKdnZ2d@comcast.com>:

>Jeff Liebermann wrote:


>> I've been getting various Buffalo products from Hong Kong via eBay.
>> Prices vary from cheap to outrageous. I've been tempted to boycott
>> anything from Australia since CSIRO, the plaintiff in the Buffalo
>> case, is essentially a government agency in Australia.
>> <http://www.buffalotech.com/press/releases/buffalo-issues-a-statement-about-the-csiro-appeal/>
>> <http://www.csiro.au>
>> The problem is that I don't buy anything from Australia. Sigh.
>>

>The way the judge handled that action is just plain wrong especially
>considering prior case law. He has essentially decided that the company
>is guilty and must accept his punishment of not being able to sell the
>particular products until the actual trial or other action that really
>decides guilt.


My own take is that the judge applied the law correctly.

--
Best regards, FAQ for Wireless Internet: <http://Wireless.wikia.com>
John Navas FAQ for Wi-Fi: <http://wireless.wikia.com/wiki/Wi-Fi>
Wi-Fi How To: <http://wireless.wikia.com/wiki/Wi-Fi_HowTo>
Fixes to Wi-Fi Problems: <http://wireless.wikia.com/wiki/Wi-Fi_Fixes>

Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
american personals . online dating personals . swinger personals . men personals hi8fr8we9ue89rjf@gmail.com alt.cellular.cingular 0 09-17-2007 02:56 AM
WiMAX Forum News, Weekly Clip Report March 22-29, 2007 badger_b@hotmail.com alt.internet.wireless 0 03-31-2007 01:14 AM
Call for Papers with Extended Deadline: 2007 International Conference on Internet Computing (ICOMP'07), June 25-28, 2007, USA A. M. G. Solo comp.security.misc 0 02-26-2007 11:32 AM
Problem with cable router not sending forwarding traffic to wireless bridge Joshua Beall alt.internet.wireless 9 11-10-2006 01:20 PM
Re: HELP - can reach ISP through cable, not through wireless ? Bob Newheart alt.internet.wireless 0 08-01-2005 10:53 PM


All times are GMT. The time now is 08:55 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45