Search found 14 matches

by westbywest
Mon Nov 16, 2009 7:29 pm
Forum: General Discussion
Topic: Possible to block packets based on L7 filter?
Replies: 5
Views: 6797

Re: Possible to block packets based on L7 filter?

The router's root password is not dictionary-based, so that is less of a vulnerability. Also, there is actually is portal service running, since this is a semi-public shared wifi. Besides that, my concern is not so much that the user in question is capable of breaking WPA encryption outright, but th...
by westbywest
Sun Nov 15, 2009 7:52 pm
Forum: General Discussion
Topic: Possible to block packets based on L7 filter?
Replies: 5
Views: 6797

Possible to block packets based on L7 filter?

Hello, I'm having difficulties using a Fon 2201 running Gargoyle to manage shared wifi in the presence of one (or more) anonymous users who are evidently quite determined to run bittorrent. Blocking access based on MAC is not effective since the user(s) can change his/her MAC, and I'm trying to avoi...
by westbywest
Wed Jul 01, 2009 4:46 pm
Forum: Other Issues
Topic: Can't log into web admin after reflashing
Replies: 13
Views: 19449

Re: Can't log into web admin after reflashing

Thanks for the prompt reply. I did read that the auth system is being refactored. The problem I'm having is that that I can not login with either either the existing root/admin password or a generic password like 'password.' When I connect to https://192.168.1.1/, I first get an htpasswd-style dialo...
by westbywest
Wed Jul 01, 2009 4:16 pm
Forum: Other Issues
Topic: Can't log into web admin after reflashing
Replies: 13
Views: 19449

Can't log into web admin after reflashing

I reflashed my Fonera+ to the bleeding edge firmware (upgraded from bleeding edge firmware circa May 09). Configuration settings were preserved by making a backup of the settings, reflashing, and then reapplying the backed up settings. I can not seem to login into the web admin console now. I get th...
by westbywest
Sun Mar 29, 2009 11:15 pm
Forum: General Discussion
Topic: Conserving RAM on a Fon+
Replies: 4
Views: 6569

Re: Conserving RAM on a Fon+

That's good news. Is there perhaps an upgrade path from Gargoyle beta4 to the bleeding edge firmware that doesn't require re-flashing, e.g. just using opkg? I've made a number of manual tweaks to the config beyond what the web interface can control (as outlined in the original post), that I would ot...
by westbywest
Sun Mar 29, 2009 7:22 pm
Forum: General Discussion
Topic: Conserving RAM on a Fon+
Replies: 4
Views: 6569

Conserving RAM on a Fon+

I recently installed Gargoyle beta4 on a Fon+ 2201 as I am looking for a a decent QoS solution in a Fon-sized package. Since the Fon/Fon+ routers only have 13MB of RAM, the effectiveness of QoS depends very heavily on the available memory (I've noticed). So, here are steps I've taken to squeeze down...
by westbywest
Tue Mar 24, 2009 6:32 pm
Forum: General Discussion
Topic: OpenWRT/DDWRT-based botnet causing DDOS attack
Replies: 5
Views: 13978

Re: OpenWRT/DDWRT-based botnet causing DDOS attack

I simply use a non-standard port for SSH on the WAN. However, this is little beyond security-thru-obscurity. Since OpenWRT (and thus Gargoyle) do not run a full sshd, but rather dropbear, and since the machine itself typically has very finite CPU, RAM, and disk resources, mechanisms against dictiona...
by westbywest
Tue Mar 24, 2009 3:01 pm
Forum: General Discussion
Topic: OpenWRT/DDWRT-based botnet causing DDOS attack
Replies: 5
Views: 13978

Re: OpenWRT/DDWRT-based botnet causing DDOS attack

Here is a cached copy (via Yahoo) of the DroneBL announcement at http://www.dronebl.org/blog/8 This provides details of how the botnet infects more machines. They estimate *100,000* infected machines! http://74.6.239.67/search/cache?ei=UTF-8&p=http%3A%2F%2Fdronebl.org%2Fblog%2F8&fr=ubuntu&am...
by westbywest
Tue Mar 24, 2009 2:50 pm
Forum: General Discussion
Topic: OpenWRT/DDWRT-based botnet causing DDOS attack
Replies: 5
Views: 13978

OpenWRT/DDWRT-based botnet causing DDOS attack

From Slashdot: "The people who bring you the DroneBL DNS Blacklist services, while investigating an ongoing DDoS incident, have discovered a botnet composed of exploited DSL modems and routers. OpenWRT/DD-WRT devices all appear to be vulnerable. What makes this worm impressive is the sophistica...
by westbywest
Fri Feb 20, 2009 1:37 pm
Forum: General Discussion
Topic: How to bridge Wifi and LAN on Fonera+
Replies: 6
Views: 25591

Re: How to bridge Wifi and LAN on Fonera+

Hello, thanks for the suggestion on brctl. I had actually just found out about that tool yesterday, and indeed it does indicate bridging between ath0 (wifi) and eth0.0 (wired LAN). root@frida:~# brctl show bridge name bridge id STP enabled interfaces br-lan 8000.001884a0b01c no ath0 eth0.0 So, going...