Proxmox VE (Proxmox Virtual Environment) 是一个非常棒的集成OPENVZ 支持KVM应用的环境。有方便易用的WEB界面,基于JAVA的UI和内核接口,可以登录到VM客户方便的操作,还有易用的模板功能。
安装过程就不细说,网上很多,一般安装完成之后需要进行一次更新,网络不错的情况下,还能更新,在失败的情况下,可以试着更换源来解决问题。
首先添加非官方订阅源
rm /etc/apt/sources.list.d/pve-enterprise.list /删除原来的企业源
echo 'deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian buster pve-no-subscription' >> /etc/apt/sources.list.d/pve-no-subscription.list /添加官方非订阅免费源
Proxmox VE 6.0是基于 Debian10.0 Buster,所以可以通过更换国内的 Debian 源来解决问题,直接把apt源里的 http://download.proxmox.com/ 换成下面的之一即可
https://mirrors.ustc.edu.cn/proxmox/
http://download.proxmox.wiki/
也可以直接粘贴我的
#deb http://ftp.debian.org/debian buster main contrib
#deb http://ftp.debian.org/debian buster-updates main contrib
# security updates
#deb http://security.debian.org buster/updates main contrib
#deb http://ftp.debian.org/debian buster main contrib
#deb http://ftp.debian.org/debian buster-updates main contrib
deb https://mirrors.aliyun.com/debian buster main contrib
deb https://mirrors.aliyun.com/debian buster-updates main contrib
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
# deb http://download.proxmox.wiki/debian/pve buster pve-no-subscription
deb https://mirrors.ustc.edu.cn/proxmox/debian buster pve-no-subscription
# security updates
deb https://mirrors.aliyun.com/debian-security buster/updates main contrib non-free
更新走起
apt-get update && apt-get upgrade
我使用的是阿里云的镜像站,也可以使用中国科技的大学或者Proxmox中文社区镜像站。只是wiki的中文镜像站也是奇慢无比,当然你有梯子的话就算了。
同时清华大学也提供了镜像站 https://mirrors.tuna.tsinghua.edu.cn/help/proxmox/