Complete Guide to Setting Up PXE and Unattended Installation on ARM64 Architecture Servers

Complete Guide to Setting Up PXE and Unattended Installation on ARM64 Architecture Servers

Environment Information PXE Server IP: <span>10.1.100.97</span> Gateway: <span>10.1.100.1</span> DHCP Address Pool: <span>10.1.100.91</span> to <span>10.1.100.93</span> System Architecture: aarch64 (ARM64) Step 1: Environment Preparation 1.1 Set Static IP Ensure your PXE server has a static IP <span>10.1.100.97</span>. # Please replace eth0 with your actual network interface name nmcli connection modify eth0 ipv4.addresses 10.1.100.97/24 nmcli connection modify eth0 … Read more

Lightweight DNS Server dnsmasq: How to Quickly Deploy Home Network Services?

Lightweight DNS Server dnsmasq: How to Quickly Deploy Home Network Services?

⬆ Click the blue text above to follow our public account Welcome to Qingping’s Literary World Let’s witness the growth of a one-person enterprise together Hello everyone, I am Qingping, a middle-aged boy born in the 90s who loves reading and writing, and understands products and technology. Today I want to share how to build … Read more

OpenWrt DNS Optimization and Traffic Splitting: An Analysis of DNS Principles

OpenWrt DNS Optimization and Traffic Splitting: An Analysis of DNS Principles

The full name of DNS is “Domain Name System,” which is a fundamental service of the Internet that maps domain names to IP addresses, making it easier for people to access the Internet. However, sometimes custom DNS operations are needed to resolve certain network issues. This article demonstrates how to set up DNS optimization and … Read more

DNS Forwarding with OpenWrt

DNS Forwarding with OpenWrt

DNS Forwarding with OpenWrtIn network usage, we sometimes need to specify that certain domain names use a specific DNS server while ensuring that the resolution of other domain names is unaffected.Currently, I am using this setup in an internal corporate network where an Active Directory (AD) domain controller has been established. All domain members perform … Read more

How to Configure a Wireless Hotspot with Raspberry Pi

How to Configure a Wireless Hotspot with Raspberry Pi

Original: How to Configure a Wireless Hotspot with Raspberry Pi This article uses the Raspberry Pi Zero W as a hardware reference example, utilizing the built-in WiFi of the Raspberry Pi as a wireless hotspot AP. It can be connected via USB to Ethernet or an external USB WiFi to function as a firewall router, … Read more