From 0377b500b67ce40b57fbc89490574a59046ec43e Mon Sep 17 00:00:00 2001 From: CallMeR <9463297+callmer@user.noreply.gitee.com> Date: Tue, 7 Jan 2025 22:34:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=9F=E8=BF=9B=20ICANN=20|=20SAC113=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=86=85=E7=BD=91=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01.PVE系统安装.md | 4 ++-- 04.PVE创建模板虚拟机.md | 4 ++-- 06.PVE制作DNS服务器.md | 10 +++++----- 07.PVE制作TS服务器.md | 10 +++++----- src/debian/debian_dns_dnsmasq.conf | 4 ++-- src/debian/debian_dns_smartdns.conf | 4 ++-- src/debian/debian_ts_dnsmasq.conf | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/01.PVE系统安装.md b/01.PVE系统安装.md index c65baa4..d03535e 100644 --- a/01.PVE系统安装.md +++ b/01.PVE系统安装.md @@ -162,7 +162,7 @@ PVE 为最关键的虚拟化层,建议使用强密码,包含大小写字母 FQDN 为 PVE 的域,PVE 将使用 FQDN 中的二级域名作为其主机名。 -演示中 FQDN 为 `node01.fox.home.arpa` ,因此 PVE 的主机名为 `node01` 。 +演示中 FQDN 为 `node01.fox.internal` ,因此 PVE 的主机名为 `node01` 。 根据规划,PVE 的 IPv4 管理地址为 `172.16.1.254` 。 @@ -172,7 +172,7 @@ FQDN 为 PVE 的域,PVE 将使用 FQDN 中的二级域名作为其主机名。 |参数|值|说明| |--|--|--| -|Hostname (FQDN)|`node01.fox.home.arpa`|设置 PVE `域` 和 `主机名` | +|Hostname (FQDN)|`node01.fox.internal`|设置 PVE `域` 和 `主机名` | |IP Address (CIDR)|`172.16.1.254/24`|设置 PVE IPv4 地址| |Gateway|`172.16.1.1`|设置 PVE IPv4 网关| |DNS Server|`172.16.1.1`|设置 PVE IPv4 DNS | diff --git a/04.PVE创建模板虚拟机.md b/04.PVE创建模板虚拟机.md index 5526e5c..2f7ef53 100644 --- a/04.PVE创建模板虚拟机.md +++ b/04.PVE创建模板虚拟机.md @@ -211,7 +211,7 @@ Successfully imported disk as 'unused0:local-lvm:vm-1001-disk-0' |--|--|--| |用户|`fox`|新系统的管理员账户| |密码|`********`|使用强密码| -|DNS域|`fox.home.arpa`|内网域名(可选)| +|DNS域|`fox.internal`|内网域名(可选)| |DNS服务器|`172.16.1.1`|本机 DNS 服务器| |SSH公钥|`无`|使用秘钥登录服务器,暂不使用| |Upgrade packages|`是`|启动时更新软件包,保持默认即可| @@ -239,7 +239,7 @@ Successfully imported disk as 'unused0:local-lvm:vm-1001-disk-0' |参数|值|说明| |--|--|--| -|DNS域|`fox.home.arpa`|内网域名(可选)| +|DNS域|`fox.internal`|内网域名(可选)| |DNS服务器|`172.16.1.1 fdac::1`|本机 DNS 服务器| |IP配置(net0)|`ip=172.16.1.250/24,gw=172.16.1.1,ip6=fdac::fa/64`|模板的 IP 设置| diff --git a/06.PVE制作DNS服务器.md b/06.PVE制作DNS服务器.md index 5ef7604..5c2ab09 100644 --- a/06.PVE制作DNS服务器.md +++ b/06.PVE制作DNS服务器.md @@ -378,8 +378,8 @@ rr-ttl-max 28800 rr-ttl-reply-max 14400 server 172.16.1.1 -group intranet -exclude-default-group -nameserver /fox.home.arpa/intranet -domain-rules /fox.home.arpa/ -speed-check-mode none -no-cache +nameserver /fox.internal/intranet +domain-rules /fox.internal/ -speed-check-mode none -no-cache server-tcp 180.184.2.2 -bootstrap-dns server-tcp 114.114.115.115 -bootstrap-dns @@ -416,7 +416,7 @@ $ sudo nvim /etc/dnsmasq.conf - 请根据系统内存使用情况,调整缓存参数 `cache-size` -- 配置文件中内网域名为 `fox.home.arpa` ,请根据实际情况进行调整 +- 配置文件中内网域名为 `fox.internal` ,请根据实际情况进行调整 - `Dnsmasq` 有且仅有 `SmartDNS` 作为上游 DNS 服务器 @@ -435,7 +435,7 @@ log-async=20 cache-size=2048 max-cache-ttl=7200 fast-dns-retry=1800 -rebind-domain-ok=/fox.home.arpa/ +rebind-domain-ok=/fox.internal/ bind-dynamic bogus-priv @@ -464,7 +464,7 @@ server=/test/ # DNS Server -server=/fox.home.arpa/172.16.1.1 +server=/fox.internal/172.16.1.1 server=127.0.0.1#6053 server=::1#6053 diff --git a/07.PVE制作TS服务器.md b/07.PVE制作TS服务器.md index 94dcddf..9ee637d 100644 --- a/07.PVE制作TS服务器.md +++ b/07.PVE制作TS服务器.md @@ -11,7 +11,7 @@ |参数|值|说明| |--|--|--| |虚拟机名称|`SVR01`| TS 服务器 `主机名` | -|DNS 域|`fox.home.arpa`| TS 服务器 `Cloud-Init` | +|DNS 域|`fox.internal`| TS 服务器 `Cloud-Init` | |DNS 服务器|`172.16.1.1`| TS 服务器 `Cloud-Init` | |IPv4|`172.16.1.4/24`| TS 服务器 `Cloud-Init` | |IPv4 网关|`172.16.1.1`| TS 服务器 `Cloud-Init` | @@ -522,11 +522,11 @@ $ sudo nvim /etc/dnsmasq.conf - 请根据系统内存使用情况,调整缓存参数 `cache-size` -- 配置文件中内网域名为 `fox.home.arpa` ,请根据实际情况进行调整 +- 配置文件中内网域名为 `fox.internal` ,请根据实际情况进行调整 - `Dnsmasq` 上游 DNS 服务器分为三类,请根据实际情况进行调整 - `server=/ts.net/100.100.100.100` :TS 服务 `MagicDNS` 专用 DNS 服务器 - - `server=/fox.home.arpa/172.16.1.1` :内网域名解析 DNS 服务器,通常为主路由地址 + - `server=/fox.internal/172.16.1.1` :内网域名解析 DNS 服务器,通常为主路由地址 - `server` 参数中的其他 DNS 服务器供 TS 服务器自身及其下游设备使用 ```bash @@ -544,7 +544,7 @@ log-async=20 cache-size=2048 max-cache-ttl=7200 fast-dns-retry=1800 -rebind-domain-ok=/fox.home.arpa/ +rebind-domain-ok=/fox.internal/ bind-dynamic bogus-priv @@ -575,7 +575,7 @@ server=/test/ server=/ts.net/100.100.100.100 -server=/fox.home.arpa/172.16.1.1 +server=/fox.internal/172.16.1.1 server=172.16.1.1 diff --git a/src/debian/debian_dns_dnsmasq.conf b/src/debian/debian_dns_dnsmasq.conf index bc2ccae..5c1b642 100644 --- a/src/debian/debian_dns_dnsmasq.conf +++ b/src/debian/debian_dns_dnsmasq.conf @@ -12,7 +12,7 @@ log-async=20 cache-size=2048 max-cache-ttl=7200 fast-dns-retry=1800 -rebind-domain-ok=/fox.home.arpa/ +rebind-domain-ok=/fox.internal/ bind-dynamic bogus-priv @@ -41,7 +41,7 @@ server=/test/ # DNS Server -server=/fox.home.arpa/172.16.1.1 +server=/fox.internal/172.16.1.1 server=127.0.0.1#6053 server=::1#6053 diff --git a/src/debian/debian_dns_smartdns.conf b/src/debian/debian_dns_smartdns.conf index 939e548..d4729bf 100644 --- a/src/debian/debian_dns_smartdns.conf +++ b/src/debian/debian_dns_smartdns.conf @@ -36,8 +36,8 @@ rr-ttl-max 28800 rr-ttl-reply-max 14400 server 172.16.1.1 -group intranet -exclude-default-group -nameserver /fox.home.arpa/intranet -domain-rules /fox.home.arpa/ -speed-check-mode none -no-cache +nameserver /fox.internal/intranet +domain-rules /fox.internal/ -speed-check-mode none -no-cache server-tcp 180.184.2.2 -bootstrap-dns server-tcp 114.114.115.115 -bootstrap-dns diff --git a/src/debian/debian_ts_dnsmasq.conf b/src/debian/debian_ts_dnsmasq.conf index b041204..aa9dd0a 100644 --- a/src/debian/debian_ts_dnsmasq.conf +++ b/src/debian/debian_ts_dnsmasq.conf @@ -12,7 +12,7 @@ log-async=20 cache-size=2048 max-cache-ttl=7200 fast-dns-retry=1800 -rebind-domain-ok=/fox.home.arpa/ +rebind-domain-ok=/fox.internal/ bind-dynamic bogus-priv @@ -43,7 +43,7 @@ server=/test/ server=/ts.net/100.100.100.100 -server=/fox.home.arpa/172.16.1.1 +server=/fox.internal/172.16.1.1 server=172.16.1.1