OpenWRT 703n

OpenWRT 703n

TP-Link-WR703N-8

http://wiki.openwrt.org/toh/tp-link/tl-wr703n

great little router box basicially giving you a 600 dollar router for 40 dollars.

recovery mode instructions

wait for the lights to start blinking (10 seconds) then press the reset button to get you into fast blink failsafe mode. set your ip to static 192.168.1.2 then telnet into the router at 192.168.1.1 gateway 255.255.255.0

 

 

 

703n scratch install instructions for breaker barrior  –Work in progress

sometimes you may have to set the router to dhcp instead of static to connect to the net through say a router… so comment out bridge and change static to dhcp in the vi /etc/config/network file after logging in through 192.168.1.1  . ok reboot and plug into other network

telnet 192.168.1.1 or whatever your new ip is, may be in your other routers dhcp table list or scan for it with nmap.

opkg install kmod-usb-storage block-mount kmod-fs-ext4

block detect > /etc/config/fstab

tar -C /overlay -cvf – . | tar -C /home -xf –

vi /etc/config/fstab    # so your /home is now your /overlay
reboot

opkg update && opkg install luci

/etc/init.d/uhttpd enable && /etc/init.d/uhttpd start

opkg install relayd

 

openwrt-newlook