tl-wr703n Brush OpenWrt (by quqi99)

Source: Internet
Author: User

Zhang Hua posted: 2015-10-02
Copyright notice: Can be reproduced arbitrarily, please be sure to use hyperlinks in the form of the original source of the article and the author's information and this copyright notice(http://blog.csdn.net/quqi99)


WNDR4300 and OYE-0001 too big inconvenient to carry, continue to toss tl-wr703n brush openwrt.
1, tl-wr703n based on the AR7240 chip, download the following firmware, the first time from the official firmware conversion to OPENWRT firmware, the need to first brush factory image. Additional sysupgrade are used to upgrade from the old version of OpenWrt.
Http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin
http://downloads.openwrt.org/barrier_breaker/14.07/ar71xx/generic/ Openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-sysupgrade.bin

2, with a network cable connection router and computer wired network card, and plug in power, login http://192.168.1.1 interface on the brush machine failure (even when 192.168.1.1 can be used pin top reset key about 10 seconds reset), will always return to Dd-wrt interface. So change the line brush as follows:
wget Http://192.168.1.104:8000/openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin
[Email protected]:/tmp# mtd-r Write Openwrt-ar71xx-generic-tl-wr703n-v1-squashfs-factory.bin firmware
Could not open MTD Device:firmware
Can ' t open device for writing!
[Email protected]:/tmp# mtd-r write Openwrt.bin Linux
Unlocking Linux ...
Writing from Openwrt.bin to Linux ... [W]

3, tl-wr703n originally has the route mode, bridge mode, AP mode, relay mode, 3G mode, etc., but after brushing into openwrt, the default becomes the bridge mode.
Wireless connection to the superior router, and then through the native router to achieve wired and wireless Internet access.
Network, Wireless, click the "Scan" button
According to the official instructions of 703N, the same as the upper route SSID is the trunk mode, and the upper route of the SSID is not the same as the bridge mode
703N only a wired network card eth0 and a wireless card wlan0, the default is eth0 inside the Br-lan. This is done using Wlan0 as a LAN for Wan,br-lan.

4, if you want to connect the wired network card Wan,lan can be connected to wireless can also be wired, a wired network card is not enough, you can add two VLAN network cards (eth0.1 and eth0.2) resolved. eth0.2 in the WAN, Br-lan in LAN eth0.1 and Wlan0
#ip link Add link eth0 name eth0.1 type VLAN ID 1
#ip link Add link eth0 name eth0.2 type VLAN ID 2
Vconfig Add eth0 1
Vconfig Add eth0 2
Ifconfig eth0.1 up
Ifconfig eth0.2 up
Brctl Delif Br-lan eth0
Brctl addif Br-lan eth0.1
Ifconfig eth0.2 192.168.99.177 netmask 255.255.255.0
Iptables-t nat-a zone_lan_postrouting-s 192.168.1.0/24-j Masquerade

But in fact this method did not succeed, just start IP in Br-lan (192.168.1.1), and eth0 in Br-lan, we are logged in 192.168.1.1 in the configuration, moved eth0 will cause network interruption.


Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

tl-wr703n Brush OpenWrt (by quqi99)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.