Pages

Sunday, September 30, 2012

introduction tp-link mr3020 openwrt

hello guys... this is my second blog... i will introduce you with the item i brought yesterday. It was an portable wireless mini router access point type tp-link TL-MR3020. this thing can connect multiple device like smartphone, android, blackberry, ipod, ipad, tablets, laptop and all other thing which have Wi-Fi enabled device (etc: a pc with usb wireless plug in it) and share the internet connection. And if you haven't know  tp-link TL-MR3020 does support wireless n router mode.

There are 3 main mode that can we used in this device.


  • 3g router mode
  • WISP client router mode
  • Access point mode

As for 3g router mode it's mainly used for sharing mobile internet connection to area on your place (shared via Wi-Fi).we need a 3g usb modem with any kind of operator that support internet connection like WCDMA /  HSDPA to make this work.  It  can be used with any gsm / cdma operator.  


for WISP client router mode, the devices is being used for catch and forwarding internet connection from another access point connection. Also it can be used for dialling pppoe connection then shared it via wifi.

and last the access point mode. it's used for bridge an ethernet cable and wi fi connection so it become connected. (we can share internet connection from cable to wifi so everyone in the area can connected via wifi).


the size is also very small that we can carry it anyhere on our pocket.



as for myself, why i buy this router...? it's because i want to tweak this access point portable and changed its firmware to openwrt / linux. for a 30$ access point can compete with devices like mikrotik/cisco wireless 70$++ because its sooooooo~~ many  feature when the firmware changed into openwrt


the tweak possibilities is unlimited because it depends on the developper of the linux firmware itself . as it can be act as an


  • firewall
  • qos limit streaming downloading so we can keep the latency to play games online
  • port forwarding  (if we want to make a server in our private lan so it can be accessed from outside )
  • real time monitoring bandwidth, input output, throughput lan
  • act as a vpn client / server

Sunday, September 23, 2012

transmission torrent on tplink tl-mr3020

now i will share my experience on installing transmission torrent on tplink tl-mr 3020. oyeah, before that, transmission torrent is a free linux torrent client that can be used to download file, music, program, and other.

 we can think torrent as a method to sharing file among all client pc to pc. Usually we get the torrent file from website like isohunt, demonoid, thepiratesbay, etc. The server only save the tracker (information of where each client save the file). Then from the client they will upload and download (share to other client pc) the fragment of the file until it's finished (become 1 complete file). We called the downloader "leecher" and the uploader "seeder". When a person finish downloading file, they become a seeder. They will upload the file continously.  That's how torrent works.


Now lets install the transmission torrent on our beloved device :)

Friday, September 14, 2012

wireless n router


are you familiar with wireless a and b and g and n?


actually all of that mode use 802.11 standart networking which categorized based 
on its transfer capability and frequency it used.



the different between wireless n router, and other a/b/g is




  • 802.11a transmits frequency at range 5,15Giga hertz - 5,875  Giga hertz can transfer up to 54megabits/s



  • 802.11b  transmits frequency at range 2.4Giga hertz  -2,497  Giga hertz        can transfer up to 11megabits/s

Thursday, September 13, 2012

openwrt ftp server

this time i will show you how to install ftp server on our tp link mr3020 device.

pretty easy....      oh yeah, before you read this post you also need to read this post first.

now go to our console... login via putty.



type :
opkg install http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/vsftpd_3.0.0-1_ar71xx.ipk


you can see the example on image below.

failsafe recovery / reset

failsafe recovery is a method to reset the configuration that the tp link mr3020 has. it's pretty easy. Here's the step:


  • turn off the device
  • turn on while press & hold  the wps button for about 5-10 sec
 link mr3020 reset configuration

that's it. now you can access the router with it's default ip (192.168.1.1) with telnet. Don't forget to change the ip of your pc to 192.168.1.(2-254) :)

Tuesday, September 11, 2012

install luci

luci is a web based configuration. a gui (graphical user interface via web browser) that we can use to configure our setting. It will make us easier to configure setting

before read this post... you must past this step first.

now login first to our console via putty...



  • opkg update
  • opkg install luci
  • opkg install luci-ssl

after that to run luci web browser can be done with /etc/init.d/uhttpd start

extroots


the extroots is a mechanism to transfer our instalation to external device like flashdrive / hardisk external. it's very important, because basicly the mr3020 doesnt have enough space in memory to install thing such luci (web interface). after flashing the kernel we should access the mr3020 via telnet / putty. Be sure to understand the basic of linux command line before you do this.


how to install extroots


this is my 16gb sandisk cruzher. i have formatted it to ext2 with mini tool partition wizard home edition.
I format the flashdisk to 8gb fat32

first thing to-do after flashing openwrt

first thing to do after flashing openwrt is making our device connected to internet. because after connected to internet, we could update our software, install software from repository, etc.


openwrt flashing tplink mr3020


first change the ip address of our lan adapter to any of the range 192.168.1.2-255. then test our connection to the device by ping it from command prompt. start > cmd > ping 192.168.1.1

openwrt test connection

after the test success.

network configuration openwrt

after login to our device. we can set the network configuration of the tp-link. Here's the step:

vi /etc/config/network

network configuration tp link mr3020 openwrt



vi = visual editor to edit file in linux.
/etc/config/ = location of the folder.
network = the configuration file network.


example configuration of mine:

Friday, August 17, 2012

basic1: choosing openwrt version

 there are two kind  of  openwrt version :   the latest stable (Backfire) or the latest nightly build (Attitude Adjustment) .


these two provides different kind of condition. while in nightly build all the newest functionality will work, but sometimes have bug. because it was being tested and the bug haven't been solved yet.  it's good to test all your script in nightly build. basicly on other tp link like mr-3420 and mr-3220 already support the backfire version. But for the mr-3020 we can only use that attitude adjustment. at least for now....


currently it shown on http://wiki.openwrt.org/toh/tp-link/tl-mr3020?s[]=mr3020 that we can see that our device already supported. mine hardware version was version 1.6.


oyeah, before that

Thursday, August 16, 2012

upgrade tp-link mr3020 to the latest firmware

-    download the latest firmware from http://www.tp-link.com/en/support/download/?model=TL-MR3020&version=V1#tbl_j 

first plug an ethernet cable to pc and the tp-link mr3020. we use cable because it's more reliable than wireless. because upgrade firmware need stability. make sure pc power keep on while doing these action. because if the main process got interupted while updating firmware, it can brick the hardware it self. so using an ups is recommended.



change the ip of your lan. in windows 7 it can be done from start > control panel > network and internet > network and sharing center > adapter setting > local area network > properties > tcp ip v4 and change the ip from 192.168.1.1-X      (X= any number from 1-253)

setting ip

now open your browser and point it to ip 192.168.0.254 you will be prompted by a box asking for login

review tp-link mr 3020

i just buy tplink mr3020 a few days ago.its at 17 august 2012. this is a simple review of tp-link mr3020 that i have made....  fresh open from the box. the hardware is very small that it can put into your pocket. really portable.

there is hardware version tipe of tp-link  as you can see beside the box.

mine is version 1.6 you can find tp-link's supported firmware at http://www.tp-link.com/en/support/download/?model=TL-MR3020&version=V1#tbl_j. it's recomended to upgrade the firmware version to the latest update as soon as possible because it provides more compatibility and features.