Giter Site home page Giter Site logo

rt5350f-cheap-router's Introduction

RT5350F-cheap-router

Building OpenWrt

Download the snapshot Image Generator.

wget https://downloads.openwrt.org/snapshots/trunk/ramips/generic/OpenWrt-ImageBuilder-ramips-rt305x.Linux-x86_64.tar.bz2
tar xjf OpenWrt-ImageBuilder-ramips-rt305x.Linux-x86_64.tar.bz2
cd OpenWrt-ImageBuilder-ramips-rt305x.Linux-x86_64

Build the image. You can add optional packages using the PACKAGES= variable.

make image PROFILE="A5-V11" PACKAGES="iptables-mod-tee"

The command above adds iptables-mod-tee so we can TEE packets from iptables.

You will find the generated image inside bin/ramips.

Installation

Point your browser to the default gateway given by the router (e.g. http://192.168.100.1). You can change the language to English in the web interface. Find the firmware upgrade page and upload the openwrt-ramips-rt305x-a5-v11-squashfs-factory.bin. After flashing the router will reboot.

Configuration

Access the router via telnet

telnet 192.168.1.1

Set a root password, which will disable telnet and enable ssh

passwd

Upgrading OpenWrt

After building your image copy it to the /tmp folder. Important: We will use the openwrt-ramips-rt305x-a5-v11-squashfs-sysupg�rade.bin file.

scp bin/ramips/openwrt-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin [email protected]:/tmp

Log into the router and use the sysupgrade utility.

ssh [email protected]
cd /tmp
sysupgrade -v openwrt-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin

Don't worry, system config files are saved by default.

Images

MPR-A5 Mini AP Wireless Router

References

rt5350f-cheap-router's People

Contributors

tralamazza avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.