Build A Router With Free PCB, Speed Up To 10Mbps!

Build A Router With Free PCB, Speed Up To 10Mbps!

Project Name: Mini Router Author: Toolchen Introduction To achieve network freedom, I made a mini router using a free sample PCB! The speed reaches 10Mbps! 01 Open Source Description ” This mini router is made using the MT7628 processor module (Yibait E103-W20, compatible with Hailinke HLK7628N). SupportsOpenWrt Operating System and Custom Development Can be used … Read more

How To Change Management Password and Set SSH on OpenWRT

How To Change Management Password and Set SSH on OpenWRT

This chapter mainly explains: the basic usage of OpenWRT firmware to change the management password and set up SSH terminal service. 1. What is OpenWRT firmware Here is a brief introduction to the origins of OpenWRT. Back in the day, Linksys (now acquired by Cisco) released a wireless router product named WRT54G/GS, a classic product. … Read more

OpenWrt Tutorial: Configure Tailscale

OpenWrt Tutorial: Configure Tailscale

Tailscale is a networking tool based on Wireguard that allows point-to-point connections between nodes without the need for a public IP address, achieving decentralization. The configuration is simple and user-friendly, supporting various platforms and clients. Below is the configuration process on OpenWrt. 1. Download Software Download the Tailscale software package to a specified directory. Click … Read more

Common Firewall Filtering Rules in OpenWrt

Common Firewall Filtering Rules in OpenWrt

Firewall filtering rules in OpenWrt include: 1. Input Filtering Rules: Determine which packets can enter the home network through the router’s network interface, and which packets need to be blocked or discarded. 2. Output Filtering Rules: Determine which packets can leave the home network through the router’s network interface, and which packets need to be … Read more

Installing OpenWrt Themes: A Step-by-Step Guide

Installing OpenWrt Themes: A Step-by-Step Guide

Just find a visually appealing theme, such as the popular Argon. Introduction to Argon Argon is a clean and tidy OpenWrt LuCI theme that allows users to customize their login interface with images or videos. It also supports automatic or manual switching between light and dark modes. Features Clean and tidy layout. Mobile-friendly display. Customizable … Read more

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