This commit is contained in:
马一安
2022-06-01 08:48:51 +08:00
parent c4545d268e
commit 6697d0bce0

View File

@@ -137,12 +137,11 @@ network:
  version: 2
```
save and exit the file.
保存并推出文件。
Note: These details as per my setup, so replace the IP address entries, interface name and mac address as per your setup.
To apply above change, run netplan apply
注:上述文件的配置是我环境中的,请根据您实际环境替换 IP 地址、网口名称以及mac地址。
您可以通过运行 netplan apply命令应用上述变更。T
```
$ sudo netplan apply
```