Tp-link wr703n openwrt How to brush machine

Source: Internet
Author: User
Tags command line config ssh

tp-link wr703n openwrt Brush Machine Tutorial

1. Download and install

Visit the wiki page of wr703n in OpenWrt, and then find the download link in the flashing section: Squashfs-factory.bin.

Into the router management interface, the factory configured to 192.168.1.1, username and password are admin, and then enter the firmware update, select the downloaded files, and then update.

Wait for a period of time (~~2min), and then restart the route.

P.S. Official firmware without WebUI, so you need to be more familiar with the Linux system, otherwise you can choose some people compiled with Luci and Chinese version of support, Google can.

2. Initial Configuration

First use a network cable to connect the 703N LAN port to your computer, and the computer is set to DHCP mode. Then run Cmd.exe

Enter Telent 192.168.1.1

After success, the OpenWrt Welcome interface appears:

Then change the root password:

Input passwd

After changing the root password dropbear (SSH service) is running, enter exit Exit Telent

You can then manage openwrt via SSH

3. Network Configuration

OPENWRT official firmware is not with LUCL, so the initial network setup needs to be done at the command line

Download the SSH Connection tool putty

Input 192.168.1.1

Click Open, and if you pop up what window point you can

Enter username root return and enter the password you just set.

Then use VI to modify the relevant configuration (not with vim classmate tragedy).

First modify the/etc/config/wireless file

Enter Vi/etc/config/wireless carriage return

Comment out # option disabled 1

After entering this interface, press I into the Modify mode, and change it to the image shown

Press ESC when you are done, and then enter: Wq Save exit

Then modify the/etc/config/network file.

First modify the LAN interface configuration and comment out this line:

# OPTION ifname ' eth0 '

Then increase the WAN interface, and if your superior network is DHCP, add the end of the file:

Config interface ' Wan '

OPTION ifname ' eth0 '

Option Proto ' DHCP '

If your superior network is static IP, add at the end of the file:

Config interface ' Wan '

OPTION ifname ' eth0 '

Option Proto ' Static '

Option ipaddr ' 10.22.33.124 '

Option netmask ' 255.255.255.0 '

Option Gateway ' 10.22.33.1 '

Option DNS ' 202.113.16.10 '

This figure is modified to static IP mode, and then the router's Lan/wan port is connected to the parent network and the router is restarted. At this time can be found through the computer SSID for OpenWrt Wireless network, after joining the computer can be through 703N Internet.

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.