> For the complete documentation index, see [llms.txt](https://kawsing.gitbook.io/opensystem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kawsing.gitbook.io/opensystem/andoid-shou-ji/pomoxve/jian-li-cong-ji/yi-virtualbox-mo-ni-pve-cong-ji.md).

# 以VirtualBox模擬pve叢集

<div align="left"><img src="https://529150212-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lh81JtaIQ84bwQqz_Wh%2F-LqVch_bcBuC7Zks3YAc%2F-LqVd3yWbIEDfYgMqEYN%2Fimage.png?alt=media&amp;token=951f03c5-06c3-48d7-99e4-8b90e683a1a6" alt=""></div>

修改 網路 <img src="https://529150212-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lh81JtaIQ84bwQqz_Wh%2F-LqVeKcESDOHUaMAUBwX%2F-LqVeLiTO5g13qSyTokK%2Fimage.png?alt=media&amp;token=13e579c7-7ce9-4228-9672-8822248cbcc7" alt="" data-size="original"> ，主機名稱（/etc/hostname, /eetc/hosts）

```
nano /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.43.11 pve1.local pve1
192.168.43.12 pve2.local pve2
192.168.43.13 pve3.local pve3

nano /etc/hostname
```
