<bdo id="4g88a"><xmp id="4g88a">
  • <legend id="4g88a"><code id="4g88a"></code></legend>

    一、PVE聯網

    第一次安裝PVE,正常情況下PVE的IP是在我們上網的網段的。沒有網絡有可能是沒有配置DNS服務器地址或DNS地址是軟路由網關地址。解決方法有3種:

      1:設置DHCP自動獲取網絡地址和DNS服務器地址。但是這個會導致自己的PVEIP地址不固定。

      2:在PVE網頁頁面上設置DNS服務器地址:

     

       3:如果有使用iKuai、openwrt等軟路由或者硬路由,可在其DNS設置中開啟DNS代理

     

     

      

    通過以上方法基本上可以正常聯網。

    二、PVE配置國內源,借鑒:更換 PVE7 軟件倉庫源和 CT模板(LXC)源為國內源 - Frytea's Blog

     

     主要代碼:

    更新證書,避免無法使用https協議
    sudo
    apt install apt-transport-https ca-certificates
    替換國內源,文件地址:/etc/apt/sources.list 可先將其備份
    cp /etc/apt/sources.list /etc/apt/sources.list.bak
    
    文件替換內容: # 默認注釋了源碼鏡像以提高 apt update 速度,如有需要可自行取消注釋 deb https:
    //mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-updates main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bullseye-backports main contrib non-free deb https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free # deb-src https://mirrors.tuna.tsinghua.edu.cn/debian-security bullseye-security main contrib non-free
    替換PVE軟件源
    文件地址:/etc/apt/sources.list.d/pve-enterprise.list
    備份命令:cp /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-enterprise.list.bak
    
    替換內容:
    deb https://mirrors.tuna.tsinghua.edu.cn/proxmox/debian bullseye pve-no-subscription
    更新一下,注意:sudo命令根據自己賬戶情況選擇是否加入。如果報錯,可以刪除sudo,直接使用后面命令。
    sudo apt-get update
    PVE網絡服務重啟命令:
    systemctl restart pvedaemon.service

     

    posted on 2022-05-03 15:49  今天的努力  閱讀(19561)  評論(0編輯  收藏  舉報
    免费视频精品一区二区_日韩一区二区三区精品_aaa在线观看免费完整版_世界一级真人片
    <bdo id="4g88a"><xmp id="4g88a">
  • <legend id="4g88a"><code id="4g88a"></code></legend>