Various Uses of OpenWrt Soft Routers

Various Uses of OpenWrt Soft Routers

Networking Makes Life Interesting, Quality Resources Gathered Worldwide Important Reminder Dear readers of Network Play Boutique, have you noticed that it seems increasingly difficult to find updates from Network Play Boutique? This is due to recent adjustments in the WeChat public account recommendation mechanism! If you don’t want to miss out on the content we … Read more

Installing and Configuring OpenWrt on ESXi

Installing and Configuring OpenWrt on ESXi

This article is about installing OpenWrt on an ESXi system. Preparation OpenWrt Firmware You can choose to download the firmware yourself, which can generally be divided into two categories: one is the custom firmware compiled by various experts, which integrates many pre-installed applications for immediate use; the other is the official original firmware, which only … Read more

OpenWRT Tutorial: Enable IPv6

OpenWRT Tutorial: Enable IPv6

The benefits of IPv6 include: More IP Addresses: IPv6 provides nearly unlimited IP addresses to meet foreseeable future demands. Simplified Network Configuration: IPv6 supports Stateless Address Autoconfiguration (SLAAC), allowing devices to automatically obtain IP addresses without a DHCP server, simplifying network configuration. Higher Routing Efficiency: The header structure of IPv6 is simpler than that of … Read more

Common Issues with OpenWrt

Common Issues with OpenWrt

Explore the Internet, Curate Quality Content Important Reminder Dear readers of the Internet Quality Collection, have you noticed that it has become difficult to find our continuously updated content? This is due to adjustments in the WeChat public account recommendation mechanism! To avoid missing out on our prepared content, please make sure to star the … Read more

OpenWrt Compilation Tutorial

OpenWrt Compilation Tutorial

It is recommended to use Ubuntu system, as there are many tutorials available, and troubleshooting becomes easier. You can use WSL, but it is not recommended to compile on NTFS or ReFS file systems, and using PowerShell for compilation is also discouraged. Do not use the root user; the default user in Ubuntu is ‘ubuntu’, … Read more

How to Compile OpenWrt Firmware

How to Compile OpenWrt Firmware

Why Compile OpenWrt Yourself There are several reasons to compile OpenWrt yourself: Customization: Users can choose which software packages to install according to their needs, resulting in a smaller firmware file size. Updates: If you want to use the latest kernel version or other software, you can compile it yourself. Security: If you want to … Read more

OpenWrt LuCi Arbitrary File Read

OpenWrt LuCi Arbitrary File Read

Setting Up OpenWrt Environment Download the OpenWrt 19.07 image, extract it, and import it as a disk image into the virtual machine. wget https://downloads.openwrt.org/releases/19.07.0/targets/x86/generic/openwrt-19.07.0-x86-generic-combined-ext4.img.gz gunzip openwrt-19.07.0-x86-generic-combined-ext4.img.gz sudo apt-get install qemu-utils -y sudo qemu-img convert -f raw openwrt-19.07.0-x86-generic-combined-ext4.img -O vmdk openwrt-19.07.0-x86-generic-combined-ext4.vmdk Successfully accessed the web backend, after setting the password, you can access it via SSH. … Read more

Filebrowser Web File Manager for OpenWrt NAS

Filebrowser Web File Manager for OpenWrt NAS

NO.1NO.1 Introduction to Filebrowser GitHub Address https://github.com/filebrowser/filebrowser A web-based file manager in the browser NO.2 Usage Scenarios The previous article solved the optimization of editing code in the browser 《OpenWrt Soft Router (NanoPi For NAS All In One R4S): VSCode in Browser with Code Server》 This article continues to solve the visual operation of folders … Read more

Install OpenWrt on Raspberry Pi 4B for Portable WiFi Router

Install OpenWrt on Raspberry Pi 4B for Portable WiFi Router

As a programmer, I often need to search for information on Google, but the local magic internet tool has many drawbacks. For example, it requires a separate export of the proxy in the Mac terminal, and a separate configuration of the system proxy in the virtual machine. When I enable the magic internet tool on … Read more