Introduction to OpenWrt IPv6 Configuration and DHCPv6 Setup

Introduction to OpenWrt IPv6 Configuration and DHCPv6 Setup

The current IPv4 address pool on the internet has been completely allocated, leading to the basic popularization of IPv6 addresses. It is essential for technicians using OpenWrt to understand the relevant basic information about IPv6. This article introduces some of the most commonly used configuration guides related to IPv6 on OpenWrt. IPv6 addresses are represented … Read more

Simple Deployment of an HTTP File Server on a Local Area Network

Simple Deployment of an HTTP File Server on a Local Area Network

After receiving a request from a friend, they wanted to share some files within their company’s local area network for personnel in various departments to download and use. Due to unsatisfactory support for web-based solutions, they preferred not to use FTP services. Today, I would like to share two HTTP protocol-based file servers, written in … Read more

How to Assign a Domain Name to Your ESP32 Device

How to Assign a Domain Name to Your ESP32 Device

1. Introduction When we visit a website, we usually do so via a URL, such as accessing Baidu through the domain: www.baidu.com. After entering the domain in the browser, the communication ultimately resolves the domain to the corresponding IP address, and communication is conducted at the lower level based on the IP. We don’t need … Read more