mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 22:12:51 +08:00
update 5.PVE制作虚拟机模板.md.
Signed-off-by: 秋刀狐狸 <9463297+callmer@user.noreply.gitee.com>
This commit is contained in:
+8
-1
@@ -176,7 +176,7 @@ sudo nano /etc/dhcpcd.conf
|
||||
|
||||
```bash
|
||||
# This configuration file is customized by fox
|
||||
# Optimize dhcpcd parameters for linux router
|
||||
# Optimize dhcpcd parameters for dns server
|
||||
|
||||
# Only configure IPv6
|
||||
ipv6only
|
||||
@@ -201,6 +201,13 @@ slaac private
|
||||
noarp
|
||||
```
|
||||
|
||||
保存该配置文件后,重启系统或者执行以下命令重启 `dhcpcd` 服务:
|
||||
|
||||
```bash
|
||||
## 重启 dhcpcd 服务
|
||||
sudo systemctl restart dhcpcd.service
|
||||
```
|
||||
|
||||
### 1.5.调整系统内核参数
|
||||
|
||||
由于该 Debian 虚拟机模板将用于克隆内网 DNS 服务器,因此需要调整一部分系统内核参数来简单优化性能。
|
||||
|
||||
Reference in New Issue
Block a user