in my previous post about raspenwrt i split the file to accept google sites (repo limitation for maximum file size). As suggest from some audience who think why not in single files....so i think it will be good to place it in sourceforge...n here it goes
File name: raspenwrt.img Size: 160 MB (167,772,160 bytes) Description: openwrt firmware for raspberry pi...it turning ur raspberry into powerfull router. Distribution : freeware Md5 checksum: ab784725cfbbdc6cb525d8b764db9a76 Download link: part 1 - part 2 - part 3 - part 4 - part 5 combine and than extract it to get the file single link: https://sourceforge.net/projects/raspenwrt/
main issue:
Require 1000 mA or above power adapter to supply all device that connect into raspberry pi.
Require SD card minimum 1 GB class 6 or above, SD with class 4 it's not recomended
To get more space in root to install more openwrt module/app, you can resize second (mmcblkop2) partition that have ext 4 type with gparted (linux) or partition magic (windows)
Don't resize first partition in ur SD card (fat partition), it contain boot and mbr code...so dont change it at all
Login via browser/ssh to 192.168.1.1 with username: root pass: raspberryopenwrt
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 zone
option name tor
option input REJECT
option output ACCEPT
option forward REJECT
option syn_flood 1
option conntrack 1
#open the port of the DHCP-Server, so that the clients get an ip
config rule
option src tor
option proto udp
option dest_port 67
option target ACCEPT
#TOR transparent-proxy-port (set in /etc/tor/torrc)
config rule
option src tor
option proto tcp
option dest_port 9040
option target ACCEPT
#TOR DNS-proxy-port (set in /etc/tor/torrc)
config rule
option src tor
option proto udp
option dest_port 9053
option target ACCEPT
Tl-mr3020...I think it's already about three month i got this tiny things in mine. but still until now it always bring more pleasure with a lot of project can we make with this 3g wireless router. Let me see...piratebox project, DDwrt, Openwrt and don't forget bout the Minipwner.
For now i'll show u to activate monitoring network interface in tl-mr3020 base on openwrt. but try this make sure u already done with exroot.
packet u need to install first:
- wireless-tools (This package contains a collection of tools for configuring wireless
adapters implementing the "Linux Wireless Extensions".)
- iw (cfg80211 interface configuration utility)
- aircrack-ng (wireless penetration tools)
- mdk3 (wireless penetration tools) *optional, in this video below i just use this tool to make sure it working and not showing any error bout exist of monitor network interface (i got this message before).