jawug info
NodeDBCore Team
Donate
How-To's
Forum
IRC by browser (NEW!)
JAWUG|
|
About me:
I'm RoDent. Yes. TheRoDent. My website is at http://rodent.za.net/ I've just started my foray into 802.11 Wireless networking (OK, I've been doing it for a while ) and the kit is amazing. Most 802.11 access points are actually little embedded Linux systems, with some RAM, a PCI bus, and flash memory to store the OS. It's cool. It's the most fun one can have for R500.00. I've decided to add some support for the JAWUG efforts because I believe that South African ISP's are simply ripping the public off by charging ludicrous rates for local internet access, and imposing restrictive traffic and capping policies. If you want to see some pictures of my WiFi hacking, and my nodes at home, check out: http://rodent.za.net/gallery/hacks - WiFi gear hacks. http://rodent.za.net/gallery/misc - My link to Milktart, and other construction endeavours. Allocated range: 172.16.10.64/27 Blog:TheRoDent: January 09, 2007Tue Jan 9 05:13:32 2007 I've just finished Jawug's web-based DNS/Zone maintenance system so we can finally get rid of all these IPs during traceroutes. Here dnsinstructions it is. TheRoDent: June 17, 2005Fri Jun 17 00:55:15 2005 <code>
. /etc/functions.sh WIFI=eth1 IPT=/usr/sbin/iptables for T in filter nat mangle ; do $IPT -t $T -F $IPT -t $T -X done WIFI=eth1 $IPT -t filter -A INPUT -m state --state INVALID -j DROP $IPT -t filter -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT $IPT -t filter -A INPUT -p icmp -j ACCEPT $IPT -t filter -A INPUT -p tcp --dport 5001 -j ACCEPT $IPT -A FORWARD -i $WIFI -p tcp -d 196.14.60.55 --dport 5001 -j ACCEPT $IPT -t nat -A PREROUTING -p tcp --dport 5000 -j DNAT --to-dest TheRoDent: March 17, 2005Wed Jun 1 10:28:25 2005 I'm getting really irritated with third parties, commercially interested parties, and even _gasp_ goverment trying to get in on the whole community wireless thing. Out of the woodworks, appear airhive.net and the CSIR COIN project. All wanting in on this Wifi thing. All seemingly wanting "in" on the WUG's and their communities. What are they thinking? JAWUG started as a three person small Wifi network. These people (Daffy, Lemon etc) got other people interested. An organization was formed with the idea of TheRoDent: June 01, 2005Wed Jun 1 02:09:12 2005 Why Airhive should die a horrible death.Examine, for yourself, the following links. Google search on some very specific search terms Specifically note, the second search result points to airhive.net, yet the original content appears to come from seattlewireless.net Now, examine Airhole's WIKI changes at http://www.airhive.net/phpwiki/index.php/RecentChanges?days=90 The fellows from airhive, TheRoDent: November 21, 2004Sun Nov 21 13:42:25 2004 OpenWRT is goodness. I've converted two of my WRT54G's to OpenWRT, and now they're proper Linux boxen, without all the fluff that the Linksys crappy firmware adds to them. I've installed olrsd. It's awesome. I've also configured both the WRT's and my notebook to use "ad-hoc" mode, which means they can all talk directly to each other, if need be. Ad-hoc mode is better than AP, or Client mode, in my opinion, especially if you're not going to be bridging ethernet traffic, but rather use TheRoDent: November 10, 2004Wed Nov 10 21:22:51 2004 Update on GigabyteHacking: Well, Lemon and I (Is that I-Lemon?) have had some luck with the GigabyteAp's and we can get files up onto the accesspoints. Now, to get the binaries I'm building using the cross compiler to actually work The toolchain from Gigabyte appears a bit broken, but then again, cross-compiling is a bit of a black art... EditThisPage BackLinks PageInfo Pages like this verdiff PageCalendar Attachments last changed on Wed Jul 12 20:01:04 2006 |