[Openwrt] Enable ipv6 access

(1) Determine whether the broadband has an ipv6 address, and enable ipv6 address allocation on the istore 1. The simplest way to confirm whether ipv6 is enabled, Ping 240c:: 6666, and you will have an ipv6 address. 2. Configure ipv6 on the istore ① Set the wan interface, and then click: Network → Interface → wan interface → Edit → Advanced settings Get the IPv6 address and set it to automatic; Set the IPv6 allocation length to disabled ② Set the LAN interface in sequence: Network → Interface → LAN interface → Edit → Advanced settings IPv6 allocation length

-Read the full text-

[Linux] wakeonlan wakes other devices

Wake up the remote computer (usually within the same LAN) using the wakeonlan tool. Wakeonlan is a command line tool used to send a special Magic Packet to the target computer to wake it up. This article takes Dell as an example: The following are the basic steps to use wakeonlan on Linux systems: 1. Install the wakeonlan tool: In most Linux distributions, The wakeonlan tool is usually not installed by default. You can use the package manager to install. example

-Read the full text-

[Openwrt] Errors encountered

Symptoms Collected errors: * pkg_get_installed_files: Failed to open//usr/lib/opkg/info/resize2fs.list: No such file or directory* pkg_get_installed_files: Failed to open //usr/lib/opkg/info/tune2fs.list:

-Read the full text-

[Linux] Docker container runs Nginx and implements reverse proxy

1、 Preface We know that for security reasons, we usually set a reverse proxy to mask the real IP and port number of the application. The most commonly used reverse proxy on Linux is Nginx. In this article, we will set the reverse proxy through the Docker container. 2、 Run the Nginx container 1. Get the Nginx image To run the container, you need to have the corresponding image first. Use the following command to pull the NGINX image: docker pull nginx 2. Run the Nginx container to get the Nginx image, and then we can root

-Read the full text-

[Linux] Networking with WireGuard on Openwrt (iStoreOS)

Server preparation Work platform: x86/64 Firmware: iStoreOS 22.03.5 2023081110/LuCI istoreos-22.03 Install software package System - Software package - Update the list and filter the list. Install the following software kmod wireguard luci app wireguard luci-i18n-wireguard-zh cn luci proto wireguard wg installer server

-Read the full text-

[Linux] Use zerotier in Linux system

Open the Linux system terminal, enter the following command, and install zerotier. If you encounter problems during installation, you can consider setting the system image source (whether it is a domestic source). curl -s https://install.zerotier.com |After the sudo bash installation is completed, start the zerotier service. Zeroier one - d If the startup fails, you will be prompted $zeroier one: fatal error: cannot bind to

-Read the full text-

[Linux] Free remote networking artifact Docker building tutorial ZeroTiger

ZeroTiger is a P2P based networking solution provided by a foreign service provider. It can add the devices we need to network to a virtual LAN in the form of software to achieve data exchange. Networking logic: 1. The networking device accesses Zerotier and joins the specified virtual network through ID. 2. When data exchange occurs between devices, network scheduling devices try P2P direct connection. 3. In case of failure, find the moon server from the network as a transit. We use our own cloud service to build our own Moon server to join Zerotier network

-Read the full text-