pve下虚拟ikuai和openwrt,ikuai无法端口转发pve,所以只能使用openwrt中转
连接openwrt
ssh root@openwrt
连接pve
- 进入openwrt后在终端中ssh连接pve
ssh root@pve
- 查询所有虚拟机的状态
pvesh get /cluster/resources
- 打开指定的虚拟机
pvesh create /nodes/pve/qemu/104/status/start
关机只需要把start
改为stop