mirror of
https://github.com/oneclickvirt/pve.git
synced 2024-11-10 09:12:44 +08:00
Update README.md
This commit is contained in:
parent
fabfc2d882
commit
9e123cd530
1 changed files with 3 additions and 3 deletions
|
@ -168,7 +168,7 @@ bash <(wget -qO- --no-check-certificate https://ghproxy.com/https://raw.githubus
|
|||
### 单独生成KVM虚拟化的VM
|
||||
|
||||
- 自动开设NAT服务器,默认使用Debian10镜像,因为该镜像占用最小
|
||||
- 可在命令中自定义需要使用的镜像,这里有给出配置好的镜像,镜像自带空间是2G硬盘,所以最少需要在命令中设置硬盘到3G
|
||||
- 可在命令中自定义需要使用的镜像,这里有给出配置好的镜像,镜像自带空间是2~10G硬盘,所以最少需要在命令中设置硬盘到10G
|
||||
- 自定义内存大小推荐512MB内存,需要注意的是母鸡内存记得开点swap免得机器炸了[开SWAP点我跳转](https://github.com/spiritLHLS/addswap)
|
||||
- 自动进行内外网端口映射,含22,80,443端口以及其他25个内外网端口号一样的端口
|
||||
- 生成后需要等待一段时间虚拟机内部的cloudinit配置好网络以及登陆信息,大概需要5分钟
|
||||
|
@ -196,12 +196,12 @@ curl -L https://ghproxy.com/https://raw.githubusercontent.com/spiritLHLS/pve/mai
|
|||
|
||||
测试开一个NAT服务器
|
||||
|
||||
以下示例开设VMID为102的虚拟机,用户名是test1,密码是1234567,CPU是1核,内存是512MB,硬盘是5G,SSH端口是40001,80端口是40002,443端口是40003
|
||||
以下示例开设VMID为102的虚拟机,用户名是test1,密码是1234567,CPU是1核,内存是512MB,硬盘是10G,SSH端口是40001,80端口是40002,443端口是40003
|
||||
|
||||
同时内外网映射端口一致的区间是50000到50025,系统使用的是ubuntu20
|
||||
|
||||
```
|
||||
./buildvm.sh 102 test1 1234567 1 512 5 40001 40002 40003 50000 50025 ubuntu20
|
||||
./buildvm.sh 102 test1 1234567 1 512 10 40001 40002 40003 50000 50025 ubuntu20
|
||||
```
|
||||
|
||||
开设完毕可执行
|
||||
|
|
Loading…
Reference in a new issue