B
ByteNote

导航

首页文章工具关于

© 2025 ByteNote

B
ByteNote

N1 OpenWrt Docker 设置

Aug 28, 20223 min read

docker 镜像

docker run --name openwrt --restart always -d --network macnet --privileged buddyfly/openwrt-aarch64:latest

设置

网络> 接口

协议名称: 静态地址

IPv4 地址:192.168.2.2

IPv4 子网掩码:255.255.255.0

IPv4 网关:192.168.2.1

使用自定义的 DNS 服务器: 192.168.2.1

DHCP 服务器

勾选 忽略此接口

物理设置

勾选 桥接接口

相关文章

Git Merge Mastery: Unveiling the Differences Between Merge, Rebase, and Fast-Forward

Git merging strategies include merge (preserving history), rebase (clean history), and fast-forward (strict, linear merges), each suited for different team collaboration needs.

Solving Local Network Access Issues with DDNS A Comprehensive Guide

This guide provides multiple solutions, including enabling NAT Loopback, using a hosts file, setting up a local DNS server with Dnsmasq, or implementing split-horizon DNS, to resolve the issue of accessing local network services via a Dynamic DNS domain name from within the same network.

Complete Guide to WireGuard VPN Setup Server and All Clients

This comprehensive guide provides step-by-step instructions for setting up a WireGuard VPN server using Docker, configuring clients on Linux, MacOS, mobile devices, and Windows, and managing the server and clients for optimal security and performance.