openwrt setup

Discover openwrt setup, include the articles, news, trends, analysis and practical advice about openwrt setup on alibabacloud.com

OpenWrt use WiFiDog to implement mandatory authentication for WiFi hotspots

First install the WiFiDog to OpenWrt router: OPKG Update Opkg Install WiFiDog WiFiDog relies on the following modules: Iptables-mod-extra Iptables-mod-ipopt Kmod-ipt-nat Iptables-mod-nat-extra Libpthread Because trunk firmware update will be more frequent, will lead to direct opkg install WiFiDog installation, if you happen to not back up with the firmware corresponding packages, you need to http://downloads.openwrt.org/ Snapshots/trunk upgrade the

[Openwrt Project Development Notes]: PHP + Nginx installation (7)

[Openwrt Project Development Notes] series of article portals: www.cnblogs.comdouble-winp3888399.html body: in the previous section, we have built a MySQL database, so in this section, I will mainly explain the installation of php and the installation of Nginx in the php runtime environment. See (www.right.com. cnforumth [Openwrt Project Development Notes] series of article portals: http://www.cnblogs.com/d

Openwrt, Android Power Consumption comparison test, openwrtandroid

Openwrt, Android Power Consumption comparison test, openwrtandroid Routing requires long-term power-on, So power consumption also needs to be concerned. Now, the banana route has two options: openwrt and android. System. Are the two systems having the same power consumption? Test Tool: QUIGG's German-made power consumption tester, one mobile phone charger Banana route: Except for network cables and debug

Remote debugging in openwrt

Openwrt remote debugging 1. Establish a debugging environment 1. Configure and compile openwrt A) make menuconfig Start the following two items: Advanced Configuration Options (for developers)-> toolchain options-> build GDB Utilities->Gdbserver B) Compile Make v = 99. If it has been compiled, make toolchain/install compile GDB. 2. Compile the program to be debugged A) make menuconfig Start advanced configu

Add new device Support in OpenWrt

This is also to add support for the OpenWrt to the small-level routeWrite a new device to the Target/linux/ramips/image/makefileimage/build/profile/mt7620a_clz=$ (Call buildfirmware/default8m/$ (1), $ (1), MT7620A_CLZ, MT7620A_CLZ) $ (call image/build/profile/mt7620a_clz,$ (1))Some of the available configurations in Base-files:BASE-FILES/ETC/DIAG.SH controls whether the LEDs blink when the OpenWrt is starte

OpenWrt using 3G Internet card

identified, try installing this package: Huaweiaktbbo[Copy to Clipboard] [ - ]CODE:Opkg Install HuaweiaktbboThen run the command directly: Huaweiaktbbo[Copy to Clipboard] [ - ]CODE:Huaweiaktbborg100a Route cat Brush openwrt use 3G Internet card with broadband merge tutorial http://blog.sina.com.cn/s/blog_64b4ea3a0101655r.htmlrg100a using OpenWrt, single route for multiple 3G card broadband Merge: http://fo

tl-wr720n and OpenWrt (ii)

Iii. compiling firmware 1. Preparing the compilation environment (Ubuntu system recommended)Take Ubuntu 14.04 x64 as an example to install the tools and libraries you need to compile.$ sudo apt-get install git-core build-essential libssl-dev Libncurses5-dev Unzip$ sudo apt-get install subversion mercurial$ sudo apt-get install build-essential subversion libncurses5-dev Zlib1g-dev gawk gcc-multilib Flex git-core gettext LIBSS L-dev2. Get the source codeGet the latest source code and upgrade modul

Compile personalized openwrt firmware

The basic process is: Download The openwrt source code (attitude adjustment version is recommended), execute feeds update, make menuconfig (personalize by configuring feed. conf. default and menuconfig), make kernel_menuconfig, make V = 99 The following is my personalized configuration, mainly to support ovs and click modular router. Added the feeds method to ovs and click to support callback. cd $TOPDIRecho 'src-git openvswitch git://github.com/schuz

[Linux] Wireless Settings Considerations for OpenWrt

OpenWrt after the brush is complete, it does not automatically turn on the wireless function, need to manually modify the configuration file, and then restart the Network service. The configuration file for managing wireless features is:/etc/config/wirelessThe content is composed of two parts: config wifi-device and config wifi-iface. The former configuration of the wireless network card operating mode, channel, MAC address, which antennas used (gener

Build openwrt compilation environment record under Mac OS (for the official latest 2015.01.20 trunk)

PrefaceIt has been built in MacOS under the OpenWrt of the compilation environment, did not expect to update to the latest official trunk, the nightmare began. A record of the thinking process and the coping methods are now made.Background KnowledgeOpenWrt recommends using MacPorts to build relevant tools in MacOS. MacOS comes with GCC with the following version information:Configured with:--prefix=/applications/xcode.app/contents/developer/usr--with-

OpenWRT (ii) configuring WAN ports and LAN ports

first, the basic concept Lan:local Area Network's abbreviation, i.e. LANour computers and our routes are connected to this port . Wan:wide Area network abbreviation, the WANthe network cable that the operator pulls in is connected to the mouth. The Chinese name of the VLAN (virtual local area network) isVLANs are typically subdivided into several network segments logically in a local area network to form a VLAN. A local area network can be divided into more than n VLANs, so that VLANs cannot co

Flash layout of the new openwrt framework

. Unfortunately, openwrt does not support nandflash. If you need to use it, you can use ubifs to support nandflash. Then, we use different driver types based on the way they connect to the CPU, including raw flash and FTL flash. Raw Flash is a mount method that connects directly to the SOC (CPU) and can read data directly through address line addressing. FTL flash is connected to the system flash through an additional controller, such as USB, SSD, MMC

Openwrt mt7620n dual SSID implementation principle

For more information, see [Qian guozheng's column http://blog.csdn.net/qianguozheng/article/details/37574373] Preface To meet the customer's needs, you need to establish a private SSID and a shared SSID, which requires dual SSID. Principle The wireless NIC Driver supports multiple SSID. Different SSID can be used to divide different user ranges. However, the bandwidth and performance of different SSID tests also need to be well studied. Technical difficulties It is not difficult to implement

Third-party firmware of open-source router openwrt derivative Version X-WRT

Are you worried about buying a low-end router without bridging? Do you want to buy a high-end router at a lower price? X-WRT allows your vro to support bridging, universal relay, and even BT clients. Check if your vro is supported by a third-party firmware! Openwrt is currently the most active third-party Router Firmware Development Group. It is well known for its powerful functionality and support software. As long as you have strong DIY capabilitie

OpenWRT SDK Compile Package error:package hello are missing dependencies for the following libraries:libc.so.6

An error occurred while compiling the Hello demo in the OpenWrt SDK:Package Hello was missing dependencies for the following libraries:libc.so.6The discovery could have been compiled before, but now it's strange.Later on the Internet to find the reason, some say change libc.provides add libc.so.6This makes it an error to install the compiled IPK into the OpenWrt runtime.Finally, I found the problem:I'll do

OPENWRT Automatic authentication NTLM proxy

This article describes how to implement automatic NTLM proxy authentication on a openwrt router.The implementation of OPENWRT Agent certification in two steps, first with the use of Curl Proxy authentication and then using the iptables command forwarding IP data stream implementation, the user connected to the WiFi router will not need to manually verify the NTLM proxy.The Curl command is as follows:     Cu

OpenWrt adding modules Makefile and config.in

Add Module compilationFound on the internet, a lot of information about compiling OPENWRT system, but these things chip manufacturers to provide the development package has been completed, but did not find the system introduced the information, add a package of introduction there are not many, of which there are two very valuable reference:http://blog.csdn.net/lj627889343/article/details/7997463http://kamikaze.openwrt.org/docs/openwrt.html#x1-460002.1

OpenWrt Join crontab Boot default run

"Reprint Please specify Source: Changuo column http://blog.csdn.net/qianguozheng/article/details/37666829"The OPENWRT system has already joined the Crond by default, simply not configuring the default configuration parameters, which causes the service to not come up.Main steps:1. Change the startup script/etc/ini.d/cron/etc/rc.d/s50cron links for/etc/ini.d/cron2. Join the default startup program/etc/crontabs/rootFile name is: usernameContent format: n

Introduction to the OpenWrt Profile feature

comes with httpd, has been discarded)/etc/config/Luci Basic Luci Configuration/etc/config/Luci_statistics Package Statistics Configuration/etc/config/mini_snmpd MINI_SNMPD Configuration/etc/config/mountd OpenWrt Automatic mount process (similar to autofs)/etc/config/Multiwan Simple multi-wan egress configuration/etc/config/ntpclient NTP Client configuration to get the correct time/ETC/CONFIG/PURE-FTPD pure-FTPd Service-side configuration/etc/config/Q

WiFiDog certified WiFi hotspot for OPENWRT mandatory authentication

First install the WiFiDog to OpenWrt router:opkg updateopkg Install WiFiDogWiFiDog relies on the following modules:iptables-mod-extraiptables-mod-ipoptkmod-ipt-natiptables-mod-nat- ExtralibpthreadBecause trunk firmware update will be more frequent, will lead to direct opkg install WiFiDog installation, if you happen to not back up with the firmware corresponding packages, you need to http://downloads.openwrt.org/ Snapshots/trunk upgrade the firmware,

Total Pages: 15 1 .... 8 9 10 11 12 .... 15 Go to: Go

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.