running tor in bactrack it's easy...but how about running tor in ur router,
i might be more excited. imagine u use inet connection together but all connection being relay into tor connection...
ok... let's start our engine
fisrt, install all required packet
opkg update
opkg install tor-alpha-openwrt
opkg install tor-alpha-openwrt-geoip
opkg install iptables-mod-nat-extra
this sections below is part my config files:
/etc/conf/network:
config interface tor
option ifname "ath0"
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
/etc/config/dhcp:
config dhcp tor
option interface tor
option start 100
option stop 150
option leasetime 12h
/etc/config/firewall:
config...