1.選擇iso鏡像
2.Install Proxmox VE
3.同意並繼續
4.選擇安裝硬碟
5.選擇國家
6.Email預設會有問題,修改一下配置即可
7.選擇網卡並設定IP
Hostname預設會有問題,修改一下即可
8.確認安裝配置參數,並開始安裝
9.等待安裝系統
10.安裝完成,登入查看確認
11.查看ip設定
#設定格式請參考debian
vi /etc/network/interfaces
systemctl restart networking #重啟網卡
12.設定ssh port
sed -ri 's/^#?PermitRootLogin\s+.*/PermitRootLogin yes/' /etc/ssh/sshd_config ; #設定root 可以ssh
sed -ri 's/^#?Port\s+.*/Port 14004/' /etc/ssh/sshd_config ; #設定ssh port 14004
systemctl restart sshd
13.登入PVE網頁
pve - Proxmox Virtual Environment網址(一定要https)
https://192.168.79.139:8006/
sed -ri 's/^#?Port\s+.*/Port 14004/' /etc/ssh/sshd_config ; #設定ssh port 14004
systemctl restart sshd
13.登入PVE網頁
pve - Proxmox Virtual Environment網址(一定要https)
https://192.168.79.139:8006/
沒有留言:
張貼留言