Files
my-vault/03_Resources/Network/Openwrt.md
T
windyboy b182762e14 refactor(vault): Phase 3 — metadata convergence
- Backfill `created` frontmatter on 266 active notes (git date or mtime)
- Normalize `status` to 4 values: draft/active/done/archived (11 notes)
  - Active/进行中/needs-review → active
  - archive → archived
  - 待执行/conditional → draft
  - 完成/accepted → done
- Declare clipper boundary: 04_Archive/Inbox-Clippings/** exempt from migration
- Update depth rule: max 3 → max 4 levels (new notes only)
- Add metadata-converge.mjs script for reproducibility
2026-09-26 11:37:19 +08:00

47 lines
601 B
Markdown

---
created: 2026-01-05
---
# ipv6
## dhcpv6
* lan:
内置ipv6管理
强制链路
1 个 /60 子网:
240e:3c1:5665:1cd0::/60
dhcp:
ignore
ipv6:
server
server
relay
无状态+有状态
总是通告默认路由
* wan
默认网关
内置ipv6管理
* wan6
协议:dhcpv6 客户端
请求: try
指定前缀长度: 自动
内置ipv6管理
软件包:
odhcp6c
odhcpd-ipv6only
luci-proto-ipv6
wireguard
```shell
# wg genkey | tee privatekey | wg pubkey > publickey
# cat privatekey
SD8TBcD75GATvEAebOkb4MVf+VeECUKuo9bzZscBHFg=
# cat publickey
8mszNqg5s4YFA2z3Q/5A9HYXEnQIbNNReW0QxSlELng=
```